J
JerryW
I just reinstalled .NET 2003 (after repeated attempts to get ASP.NET
Web Applications to work). I first did a complete uninstall of .NET
2003, .NET Framework 1.1, and IIS. I also completely deleted
c:\inetpub\wwwroot and rebooted before reinstalling.
I created a new virtual directory from within IIS (e.g. MyWebTest).
Then I tried to create a new Visual C# ASP.NET Web Application
pointing to the location http://localhost/MyWebTest. I get an error:
"The Web server reported the following error when attempting to create
or open the Web project located at the following URL:
'http://localhost/MyWebTest'. 'HTTP/1.1 500 Internal Server Error'.
The Event log has:
Failed to execute the request because the ASP.NET process identity
does not have read permissions to the global assembly cache. Error:
0x8013141a
I could not see a way to change the permissions on the GAC folder
(C:\Windows\assembly). As a test, I gave the ASPNET user Administrator
privileges. That did not work - got the same error.
Can anyone help me fix this? - Thanks
Web Applications to work). I first did a complete uninstall of .NET
2003, .NET Framework 1.1, and IIS. I also completely deleted
c:\inetpub\wwwroot and rebooted before reinstalling.
I created a new virtual directory from within IIS (e.g. MyWebTest).
Then I tried to create a new Visual C# ASP.NET Web Application
pointing to the location http://localhost/MyWebTest. I get an error:
"The Web server reported the following error when attempting to create
or open the Web project located at the following URL:
'http://localhost/MyWebTest'. 'HTTP/1.1 500 Internal Server Error'.
The Event log has:
Failed to execute the request because the ASP.NET process identity
does not have read permissions to the global assembly cache. Error:
0x8013141a
I could not see a way to change the permissions on the GAC folder
(C:\Windows\assembly). As a test, I gave the ASPNET user Administrator
privileges. That did not work - got the same error.
Can anyone help me fix this? - Thanks