Hi abhiutd,
The error message shows that accessing to the machine.config is denied. Have your checked the permission of ?machineName\ASPNET? account on this file: ?C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config? on the server? Please right click the ?machine.config? file, and then select ?Properties?. The ?machineName\ASPNET? account should have ?Read& Execute? and ?Read? allow permission.
Actually the ASPNET account by default has ?Read & Execute?, ?List Folder Contents? and ?Read? permissions on the ?C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\? directory, and all of its contents inherit this permission except explicitly deny settings.
In addition, if grant permission of the folder and files cannot fix the issue, please try to reinstall ASP.NET 1.1 by running this command:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i
Just a reminder, we should do the above operations on the server.
Sincerely,
Benson Yu
Microsoft Online Community Support
Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.