Top "Iis" questions

Internet Information Services (IIS) is a web server created by Microsoft for use with Microsoft Windows.

Could not load file or assembly "Oracle.DataAccess" or one of its dependencies

I am trying to run this web application. I keep getting this error "Could not load file or assembly "Oracle.…

visual-studio-2010 iis oracle11g
Cannot serve WCF services in IIS on Windows 8

When I try to serve a WCF service on IIS in a Windows 8 machine, I get the well known error …

wcf iis windows-8
Can't use WAMP , port 80 is used by IIS 7.5

I am trying to use WAMP on Windows 7, my WAMP is online, but when I open localhost I get the …

iis iis-7.5 wamp wampserver
IIS error, Unable to start debugging on the webserver

I want to run my application from IIS on my local machine. I created the virtual directory and added the …

asp.net visual-studio-2010 iis iis-7.5
"This operation requires IIS integrated pipeline mode."

I have a web application being developed on Windows 8.1, .NET 4.5.1, IIS 8.5 (under Integrated AppPool), Visual Studio 2013 over the default template …

asp.net iis integrated-pipeline-mode
Accessing a local website from another computer inside the local network in IIS 7

Ok, so here is the scenario: I have computer A inside my local network running IIS 7. I added a new …

iis networking iis-7 localhost
NuGet: 'X' already has a dependency defined for 'Y'

I'm getting the following error in NuGet while trying to install package Microsoft.AspNet.Server.IIS Attempting to resolve dependency …

asp.net iis nuget
"401 Unauthorized" on a directory

I assume this is an IIS error, as this doesn't happen if I run the project on my local machine. …

asp.net asp.net-mvc iis iis-7
MIME types missing in IIS 7 for ASP.NET - 404.17

When getting a newly configured Windows 7 box, I noticed that ASP.NET was turned off by default. So was classical …

asp.net iis http-status-code-404 configure
How do I configure IIS for URL Rewriting an AngularJS application in HTML5 mode?

I have the AngularJS seed project and I've added $locationProvider.html5Mode(true).hashPrefix('!'); to the app.js …

iis url-rewriting angularjs