# 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/*:

![](https://239424168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqtUsszuAWXIZhQhrvjnb%2Fuploads%2FlFblNzy92FGbZflTrVJ9%2F0.jpeg?alt=media)

## 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}`\
   \
   &#x20;`aspnet_regiis -i`\
   \
   `{click "enter" on your keyboard}`

It should look like this:

![](https://239424168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqtUsszuAWXIZhQhrvjnb%2Fuploads%2FkQiORAyo0aoDbyV7XXKh%2F3.jpeg?alt=media)

3. Try to load *http\://**LocalHost**:2468/Web/* in your web browser
