Top "Iis" questions

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

Config Error: This configuration section cannot be used at this path

I've encountered an error deploying a site to a server. When trying to load the home page, or access authentication …

iis iis-7 iis-8.5 iis-10
How to create .pfx file from certificate and private key?

I need .pfx file to install https on website on IIS. I have two separate files: certificate (.cer or pem) …

windows security iis certificate ssl-certificate
HTTP Error 503, the service is unavailable

I'm really new to setting up web servers in general. I've got IIS 8 on Windows 8, and I'm trying to set …

asp.net iis http-error
How do I resolve "HTTP Error 500.19 - Internal Server Error" on IIS7.0

What causes this error, how can I fix it? Detailed Error Information Module IIS Web Core Notification BeginRequest Handler Not …

asp.net iis web-applications iis-7
Maximum request length exceeded.

I am getting the error Maximum request length exceeded when I am trying to upload a video in my site. …

asp.net iis file-upload
IIS Manager in Windows 10

How do you open IIS (Internet Information Services) Manager using Windows 10? I have installed the developer preview of Windows 10 and …

windows iis windows-10
IIS: Where can I find the IIS logs?

I'm trying to set up an application from a third party, which requires a supporting website hosted in my local …

iis logging iis-7 diagnostics
HTTP Error 403.14 - Forbidden - The Web server is configured to not list the contents of this directory

I just created a new empty website in Visual Studio 2012 and clicked on run (i.e view in browser) and …

asp.net iis
Access to the path is denied

I'm trying to save an image to a folder in .NET C# but I get this exception: Access to the …

c# .net iis path
Port 80 is being used by SYSTEM (PID 4), what is that?

I am trying to use port 80 for my application server, but when I perform netstat -aon I get: TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 …

iis port pid netstat