B
bparker
I finally fixed a problem this morning that I saw many others having
but no solutions worked.
If you try to view a .Net web page and get a Configuration Error:
Execution permission cannot be acquired. Machine.config Line: 258 ,
here is what I did to remedy the problem.
- Reinstalled .Net Framework 1.1 SP1 over itself.
- Install .Net Framework 1.1 SP1 Security Update
- Uninstall IIS
- Delete entire Inetpub folder
- Reboot
- Reinstall IIS
- Run aspnet_regiis -i from Visual Studio command prompt
This fixed my problem, hope it helps some others as I've been unable to
run .net webapps for two months now!
Brian
but no solutions worked.
If you try to view a .Net web page and get a Configuration Error:
Execution permission cannot be acquired. Machine.config Line: 258 ,
here is what I did to remedy the problem.
- Reinstalled .Net Framework 1.1 SP1 over itself.
- Install .Net Framework 1.1 SP1 Security Update
- Uninstall IIS
- Delete entire Inetpub folder
- Reboot
- Reinstall IIS
- Run aspnet_regiis -i from Visual Studio command prompt
This fixed my problem, hope it helps some others as I've been unable to
run .net webapps for two months now!
Brian