ASP.net impersonation

On some of our windows systems, the aps.net application may run as a separate user than your system / ftp user.  if you require write access within your application, you can use impersonation and give the FTP user information as that will have the required write access.  This can be done within the whole application or per code. 

Please review the following Microsoft help doc for more info.

https://support.microsoft.com/en-us/help/306158/how-to-implement-impersonation-in-an-asp.net-application
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

MSSQL Transaction Log Shrink via MSSQL manager / mylittleadmin

To shrink the MSSQL transaction log via mylittleadmin / mssql manager, do the following...

Frontpage Publishing via FTP

Frontpage extensions are not supported on our servers due to bugs in the extensions (some...

http Error codes

The following are http status and error codes that are returned for each file access via a web...

ASP.net customerrors and detailed errors via web.config

With asp 4 used, you can place the following in your web.config file to get the true IIS errors...

How to upload / create your site.

Creating your site How you create your site depends on what you want to do with it.  You...