Top "Iis-6" questions

IIS (Internet Information Services) is a web server application and a set of feature extension modules created by Microsoft as part of Windows.

Get IIS6 to serve JSON files (inc. POST,GET)?

By default, IIS6 does not serve .json (no wildcard MIME type). Therefore a 404 not found is thrown. I then add …

json iis iis-6
How to check if IIS is in 32bit or 64bit mode

I'm trying to deploy a site to a 64bit OS. I'm deploying to IIS6. The site was developed on a 32…

asp.net iis-6
CustomErrors does not work when setting redirectMode="ResponseRewrite"

In a old site, I was changing the way that CustomErrors works by adding redirectMode="ResponseRewrite" (new in 3.5 SP1): <…

asp.net iis-6 custom-errors redirectmode
Programmatically create a web site in IIS using C# and set port number

We have been able to create a web site. We did this using the information in this link: https://msdn.…

c# iis iis-6 port
What happens when I edit web.config?

I need to edit the web.config file on a live Sharepoint environment, but I'm unsure what will happen if …

asp.net sharepoint iis-6
Why is IIS not serving aspx pages?

I'm deploying an ASP.NET application to Windows Server 2003 under IIS IIS is serving html pages fine but I get …

asp.net iis iis-6 windows-server-2003
Classic ASP text substitution and UTF-8 encoding

We have a website that uses Classic ASP. Part of our release process substitutes values in a file and we …

asp-classic utf-8 iis-6
Difference between IIS 6.0 vs IIS 7.0

We are using Windows 2003 server with IIS 6.0 and thinking of migrating to Window Server 2008 with IIS 7.0 to host our .Net …

iis-7 iis-6
Unmanaged DLLs fail to load on ASP.NET server

This question relates to an ASP.NET website, originally developed in VS 2005 and now in VS 2008. This website uses two …

asp.net dll iis-6 unmanaged
Default.aspx with IIS 6.0 and .Net 4?

We have deployed a .net 4 asp.net site on IIS 6.0. Default.aspx is configured as one of the default document. …

asp.net visual-studio-2010 iis-6 asp.net-4.0