I have an issue with my IIS. It is not showing any of the option except Authentication. I uninstalled IIS and re-install IIS but with no luck.
I have everything installed but there is no ASP.NET menu and only Authentication is showing in the IIS options menu.
Related
I have a WebApi2 site running in IIS 8.5 with Windows Authentification enabled. the site is working fine.
However, I would like to set up the site within a Workgroups environment instead of Active Directoy.
What are the changes necessary in IIS and/or web.config so that Windows Authentification can still be used?
We have a .net web application running on iis 8 using windows authentication.
Everything was working fine until we installed a new version of our application without any changes to the iis settings or in the apps web.config file.
The problem is that ever since when we try to open up the app in a browser and fill out the windows authentication popup with valid user user information, it just wont authenticate and after the third try we get a 401.1 error message. This happens when we try to access the website from any pc even the pc that hosts iis and even when we try to launch the site through iis.
Any ideas on what could cause such a thing?
I have an MVC 4 application that I can run using IIS 7.5. In the application properties there is an option to create virtual directory I click that button and nothing happens. When I open IIS Manager I do not see my application under Default WebSite.
UPDATE: I think I am able to setup the virtual directory. But now when I browse the web site it says "A default document is not configured for the requested URL and directory browsing is not enabled on the server".
You should change the path to your default website in IIS to see if it goes to the right place where your solution is.
I've just installed IIS on windows server 2008 R2. I left everything as default while installing. After installation however, I'm not able to browse any of the websites added. Even the default web site is not browsable. When i right click the Default web site then click Manage web site and the Browse nothing changes.
When you type http://localhost/ what exactly do you receive?
You should either be receiving a "Welcome to IIS" page or page denied.
After reinstalling IIS 7.5 windows authentication doesn't work for specifies user groups. All that groups are visible in IIS. Windows authentication is enabled, Anonymous authentication is Enabled.
Permisstion of those was removed automatically.
Set all permisstions to those grups all work fine.