Failed to map the path
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
We created an ASP.NET account and made him "Act As Part Of The Operating System". This was a bad thing to do. We removed him from that security setting but all .NET 2.0 ASP.NET applications generate the same error when running IIS under this new ASP.NET account. An Example to SecurityWebService which is a Web Service generates: Exception type: InvalidOperationException Exception message: Failed to map the path '/SecurityWebService/App_GlobalResources/'. There is no App_GlobalResources under this Web Service. When the processmodel line in the machine.config file gets set back to its default, everything works fine, when we change the line to be the new ASP.NET domain account all 2.0 apps fail. Any help????