- Open IIS Manager Start > Administrative Tools > Internet Information Services (IIS) Manager.
- Expand (USER_NAME) node in Connections panel and open Application Pools.
- Choose Classic .NET AppPool in the Application Pools list.
- Click on Advanced Settings in the Actions panel on the right.
- In the General group of Advanced Settings, set Enable 32-bit Applications setting to True. In the Process Model group, set LocalSystem account in the Identity setting. To do this, click Browse and choose LocalSystem from the Built-in account dropdown list. Click OK.
- Close Advanced Settings by clicking OK.
- Expand the Sites node and then expand the Default Web Site node. Open the virtual directory that was created for LABELNET Web.
- In the Actions panel, open Basic Settings for your virtual directory.
- Click the Select button near Application Pool field and then select Classic .NET AppPool from the dropdown list. Click OK. Close the Edit Application window.
- Restart IIS Service.
If you receive this error:
OR
If you receive this error:
Take these steps:
- Update the role services
- Windows 7
- Control Panel > Programs and Features > Turn Windows features on or off.
- Browse to Internet Information Services > World Wide Web Services > Application Development Feature.
- Select all options.
- Browse to Internet Information Services > World Wide Web Services > Security.
- Select Windows Authentication.
- Click OK.
- Server 2008 R2
- Server Manager > Roles > Web Server.
- In the Role Services section click Add Role Services.
- Browse to Web Server > Application Development.
- Select all the features in this folder.
- Browse to Web Server > Security.
- Select Windows Authentication.
- Click Install.
- Windows 7