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

  2. 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:

  1. Try to load http://LocalHost:2468/Web/ in your web browser

Last updated