Network License: Server Error in ‘/Web’ Application
Problem
The current identity does not have write access to Temporary ASP.NET Files. "Server Error in ‘/Web’ Application" error is displayed when opening http://LocalHost:2468/Web/:
Solution
Launch Command Prompt (cmd) as Administrator
Paste these three commands, following an Enter keystroke after each:
cd /d %windir%\Microsoft.Net\Framework\v2.0.50727 {click "enter" on your keyboard} aspnet_regiis -ga “NT Authority\Network Service” {click "enter" on your keyboard} aspnet_regiis -i {click "enter" on your keyboard}
It should look like this:
Try to load http://LocalHost:2468/Web/ in your web browser
Last updated