A
Anbu
Hi all,
I have developed an application in VS .NET 2003 (framework 1.1) on a XP
platform. It is working fine in that PC.
Now, I setup new PC with same configuration for another develper.
Whenever I execute the application it gives, Unauthorize Exception
error and it's not execting the application property.
The Error message is as follows,
===============================================================
Server Error in '/myApp' Application.
--------------------------------------------------------------------------------
Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\myApp\dc572ed2\cf08d790\hash.web" is denied.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the
path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\myApp\dc572ed2\cf08d790\hash.web" is denied.
ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS
5 or Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user
(typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET write access to a file, right-click the file in
Explorer, choose "Properties" and select the Security tab. Click "Add"
to add the appropriate user or group. Highlight the ASP.NET account,
and check the boxes for the desired access.
===============================================================
During the investigation I found that there is no folder called myApp
created under the "Temporary ASP .NET Files". I have set full privilege
to the ASPNET user account and to the Developer.
Nothing has been changed in the Web.Config also.
How can I solve the problem? TIA.
I have developed an application in VS .NET 2003 (framework 1.1) on a XP
platform. It is working fine in that PC.
Now, I setup new PC with same configuration for another develper.
Whenever I execute the application it gives, Unauthorize Exception
error and it's not execting the application property.
The Error message is as follows,
===============================================================
Server Error in '/myApp' Application.
--------------------------------------------------------------------------------
Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\myApp\dc572ed2\cf08d790\hash.web" is denied.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the
path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\myApp\dc572ed2\cf08d790\hash.web" is denied.
ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS
5 or Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user
(typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET write access to a file, right-click the file in
Explorer, choose "Properties" and select the Security tab. Click "Add"
to add the appropriate user or group. Highlight the ASP.NET account,
and check the boxes for the desired access.
===============================================================
During the investigation I found that there is no folder called myApp
created under the "Temporary ASP .NET Files". I have set full privilege
to the ASPNET user account and to the Developer.
Nothing has been changed in the Web.Config also.
How can I solve the problem? TIA.