2) Share the folder and set the permission (R and W) to the "WebFarmUser" account.
3) Assign "WebFarmUser" user account as the account running the App Pool in IIS Server.
4) Assign the web application to the App Pool
5) Create a virtual directory to the UNC shared folder.
6) if you still get the access denied issue, explicitly set the "Connect AS" of the virtual directory to use "WebFarmUser" account.
7)
- ASP.NET 2.0 is configured to run with a user account.
- The SerializeAs attribute of the Profile property in ASP.NET 2.0 is set to Xml
[InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'D:\WINDOWS\TEMP\d0lurtzx.0.cs' could not be found
error CS2008: No inputs specified
To resolve this issue, grant the user account the List Folder Contents and Read permissions on the %windir%\Temp folder.
error CS2001: Source file 'D:\WINDOWS\TEMP\d0lurtzx.0.cs' could not be found
error CS2008: No inputs specified
To resolve this issue, grant the user account the List Folder Contents and Read permissions on the %windir%\Temp folder.
No comments:
Post a Comment