Top "Iis" questions

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

IIS Express gives Access Denied error when debugging ASP.NET MVC

I have created an ASP.NET MVC 3 project, and am using IIS Express as the web server when developing. When …

asp.net-mvc debugging iis iis-express access-denied
Visual Studio breakpoints not being hit

I'm working with an ASP.NET MVC project that seems to be having some issues when attaching to the IIS …

asp.net-mvc visual-studio iis visual-studio-2013 visual-studio-debugging
How do you use https / SSL on localhost?

I would like to know how to setup SSL on my web application on the localhost. I have no background …

asp.net iis ssl localhost
The page cannot be displayed because an internal server error has occurred on server

I've installed website on my local machine using IIS 7 successfully. But when I've deployed it on live server, I got …

c# asp.net asp.net-mvc iis internal-server-error
What possibilities can cause "Service Unavailable 503" error?

we have a asp.net MVC application deployed to a server, and but when there is too many request to …

asp.net-mvc iis windows-server-2003 http-status-code-503
I just discovered why all ASP.Net websites are slow, and I am trying to work out what to do about it

I just discovered that every request in an ASP.Net web application gets a Session lock at the beginning of …

asp.net performance session iis architecture
ASP.NET Core 1.0 on IIS error 502.5

I just updated my server (Windows 2012R2) to .Net Core 1.0 RTM Windows Hosting pack from the previous .Net Core 1.0 RC2. …

c# iis asp.net-core windows2012
How to publish a Web Service from Visual Studio into IIS?

I have written a WCF web service in C#. I had originally self-hosted it and then decided to host it …

web-services iis iis-7 publish
System.Runtime.InteropServices.COMException (0x800A03EC)

Microsoft.Office.Interop.Excel.WorkbookClass.SaveAs() method is working fine on Windows server 2003 and also on XP but not on …

.net iis com excel-interop
Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel

I'm running my Web Project in IIS. It is a 4.0 Framework APP. I have a Service.svc and I get …

iis service svc