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 1
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
Solution 2
Open Folder C:\Windows\Microsoft.NET\Framework\v2.0.50727
Search for the folder named "Temporary ASP.NET Files"
If found, check access rights to the folder; all rights should be granted
If not found, create the folder "Temporary ASP.NET Files"

Last updated
Was this helpful?