Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

After installation of Beebox, the web browser opens http://localhost:8089

If you see a page similar to this one, then you need to configure security settings:

Reason

The Beebox web interface is hosted in IIS (internet Information Services) and its Application Pool runs under the Network Service account.

IIS needs to compile the Beebox web pages on first use. This involves writing to the Windows temporary and the Microsoft.Net framework folders.

If Network Service is not authorized to do so, you receive the message above.

Solution

  • Open a file explorer on the server
  • Select c:\Windows\Temp
    • Right click this directory and choose Properties
    • Click the Security tab
    • Add the Network Service account with Full Control
  • Select c:\Windows\Microsoft.NET\Framework
    • Make the same changes as above
  • Open the IIS management console and restart the web server

Comments

If the Beebox application pool was assigned a different server account than Network Service, the procedure above changes accordingly.

 

 

 

  • No labels