Top "Iis" questions

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

Where does Console.WriteLine go in ASP.NET?

In a J2EE application (like one running in WebSphere), when I use System.out.println(), my text goes to …

asp.net iis console.writeline
(413) Request Entity Too Large | uploadReadAheadSize

I've written a WCF service with .NET 4.0, which is hosted on my Windows 7 x64 Ultimate system with IIS 7.5. One of …

wcf iis
Web Application Problems (web.config errors) HTTP 500.19 with IIS7.5 and ASP.NET v2

This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, …

asp.net iis web-applications web-config iis-7.5
HTTP Error 503. The service is unavailable. App pool stops on accessing website

There are number of posts on this and I have tried many a things by now. But to no avail. …

c# asp.net iis iis-7 localhost
How to force HTTPS using a web.config file

I have searched around Google and StackOverflow trying to find a solution to this, but they all seem to relate …

c# asp.net iis https web-config
How to redirect a URL path in IIS?

In IIS 6.0, is there an easy way to re-direct requests to a folder to another folder, while preserving the rest …

iis redirect iis-6
Difference between IISRESET and IIS Stop-Start command

Is there any difference between commands iisreset and iisreset /stop followed by iisreset /start ?

windows batch-file iis command-line command
Recreate the default website in IIS

I've accidentally deleted the default website in IIS; It no longer shows up in the tree of IIS manager and …

iis
What is w3wp.exe?

I have a WCF service running under a service user on my local system. Every time I try to debug …

wcf debugging iis iis-7 w3wp