Home > ASP .Net > Parser Error Message: Access is denied: ‘Ajax’

Parser Error Message: Access is denied: ‘Ajax’

January 13th, 2006 Leave a comment Go to comments

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.
There are three solutions for this error. Try it one by one.

  1. 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.)
  2. 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
  3. 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……

Categories: ASP .Net Tags:
  1. Natasha
    September 16th, 2006 at 05:36 | #1

    Please advice, which is the right way to Give the user “machine_name\ASPNET” appropriate access rights on Ajax.dll

  2. Anthony
    November 23rd, 2006 at 01:06 | #2

    That was very very usefull. Thank you!

  3. Catch ex As Exception
    May 19th, 2008 at 12:51 | #3

    Catch ex As Exception End Try

  1. No trackbacks yet.