For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

  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

Solution 2

  1. Open Folder C:\Windows\Microsoft.NET\Framework\v2.0.50727

  2. Search for the folder named "Temporary ASP.NET Files"

  3. If found, check access rights to the folder; all rights should be granted

  4. If not found, create the folder "Temporary ASP.NET Files"

Last updated

Was this helpful?