IIS (Internet Information Services) is a web server application and a set of feature extension modules created by Microsoft as part of Windows.
By default, IIS6 does not serve .json (no wildcard MIME type). Therefore a 404 not found is thrown. I then add …
json iis iis-6I'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-6In 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 redirectmodeI need to edit the web.config file on a live Sharepoint environment, but I'm unsure what will happen if …
asp.net sharepoint iis-6I'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-2003We have a website that uses Classic ASP. Part of our release process substitutes values in a file and we …
asp-classic utf-8 iis-6We 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-6We 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