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: 'Ajax'.
Source Error:
Line 196:
Line 197:
Line 198:
Line 199:
Line 200:
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Ajax' could not be loaded.
Solution For Access Is Denied Error
There are three solutions for this error. Try it one by one.
- Give the user “machine_name\ASPNET” appropriate access rights on Ajax.dll (Right click on the file. Go to “Properties…” > “Security” and then select the user and check appropriate box for permission.)
- Indexing service do not refresh the list of dlls. So If you are running Indexing service, it locks dll and this error message pops up, so disable Indexing service. Read more about disabling Indexing service at Access Denied Error
- If Indexing service is already disabled, then the culprit is your antivirus program. Disable all antivirus programs, antispy or antixyz programs you have. Now again try to get the same error. I bet you wont get it.
Cheers……
Leave a Reply