Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Make sure you have enabled Windows Authentication in the properties of the Web Server and disabled Anonymous authentication:</p> <p><img src="https://i.stack.imgur.com/8RlTj.png" alt="enter image description here"></p> <p>Also make sure you have read the Text file that was generated for you when you created your new MVC application using the Intranet Template:</p> <blockquote> <p>In order to use the Intranet template, you'll need to enable Windows authentication and disable Anonymous authentication.</p> <p>IIS 7 &amp; IIS 8</p> <ol> <li>Open IIS Manager and navigate to your website.</li> <li>In Features View, double-click Authentication.</li> <li><p>On the Authentication page, select Windows authentication. If Windows authentication is not an option, you'll need to make sure Windows authentication is installed on the server.</p> <p>To enable Windows authentication on Windows:</p> <p>a) In Control Panel open "Programs and Features".</p> <p>b) Select "Turn Windows features on or off".</p> <p>c) Navigate to Internet Information Services > World Wide Web Services > Security and make sure the Windows authentication node is checked.</p> <p>To enable Windows authentication on Windows Server:</p> <p>a) In Server Manager, select Web Server (IIS) and click Add Role Services</p> <p>b) Navigate to Web Server > Security and make sure the Windows authentication node is checked.</p></li> <li><p>In the Actions pane, click Enable to use Windows authentication.</p></li> <li>On the Authentication page, select Anonymous authentication.</li> <li>In the Actions pane, click Disable to disable anonymous authentication.</li> </ol> <p>IIS Express</p> <ol> <li>Click on your project in the Solution Explorer to select the project.</li> <li>If the Properties pane is not open, open it (F4).</li> <li>In the Properties pane for your project:<br> a) Set "Anonymous Authentication" to "Disabled".<br> b) Set "Windows Authentication" to "Enabled".</li> </ol> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload