Friday, November 6, 2009

One of the stunning errors you may get while trying to run the .net application:Quote:
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'MyWebApp'.

Source Error:

Line 198:

As you can see the debug information is quite unclear and it would leave no trace of idea as to where the problem is.

The actual problem is because of the Microsoft Indexing Services which scans the Temporary ASP.NET Files and while doing so, the system puts a lock on the same.

To resolve this, the following steps need to be carried out:-

Start - Settings - Control Panel - Administrative Tools - Computer mangement.

Expand the services and applications node and select the Indexing service node.

Expand the Indexing Service Node and then select and expand the System Node.

Right click on Directories and select new directory. browse the path to the temporary asp.net files c:\winnt\microsoft.net\framework\v1.1.4322\.

Select the temporary asp.net files. give ok and then select the "NO" in the Include in index radiobutton.

give ok and then stop and start the indexing service.

No comments:

Post a Comment

...

Obstacles are those frightful things you see when you take your eyes off your goal.------> by Henry Ford