Posts tagged iis

There are 2 posts for the tag iis

Getting an ASP.NET 4 application to work on IIS6

Now, for the last 5 months or so, I’ve been involved in a project where we develop an application with ASP.NET MVC on .NET 4 (we started on the beta 2). The main part of this application is hosted on servers running Windows 2008 Server R2 and IIS 7.5. But unfortunately, one part of the application has to be deployed to servers running Windows 2003 Server, and thus IIS 6.0. Turns out, it’s a bit tricky to get .NET 4 working on IIS 6.0. I did the usual stuff, I installed .NET 4 Framework, restar...

Posted by johan on April 13, 2010

Subtle differences

This post was originally published on http://labs.dropit.se/blogs. Today I hade the dubious pleasure of having to work with an old EPiServer 4 site, and having to deploy it to IIS7 on a Windows 2008 Server. In order to make everything work in EPiServer 4, you need to make sure that all 404-request are redirected to /Util/NotFound.aspx. On my development machine, which runs Windows 7, I accomplished this by adding the following code to web.config: <system.webServer> <httpErrors...

Posted by johan on August 26, 2009