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

![](/files/3uUVKjJVNCIdEtBjwobJ)

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

![](/files/0vRaVzT6rfBsI0E3fUMs)

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.besmart.software/getting-started/troubleshooting/network-license-server-error-in-web-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
