Deploying ASP.NET MVC to IIS 6 (Windows Server 2003)

by Matthias Broschk September 10, 2009 15:54
When you run your ASP.NET MVC application in Visual Studio's built-in web server, it works fine. But when you try to deploy it to a Windows 2003 system (or any other IIS 5 or 6 based web server), you will get a "404 Not found" error. This is due to the reason that on IIS 6 (or prior versions) ASP.NET is only executed if the URL contains a filename extension (such as .aspx) which mapped t... [More]

Tags: , , , ,

ASP.NET | IIS

Maintaining scroll position on postbacks with ASP.NET

by Matthias Broschk November 18, 2007 12:47
Although web applications have become more and more advanced over the last years there are still several issues that remind you that you basically deal with plain old html pages. One of those issues is the disturbing fact that when working with long web pages you always end up at the top left corner of the page after postbacks. It can be really a pain in the neck having to scroll back to where you... [More]

Tags: , ,

ASP.NET | JavaScript

Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen | Modified by Mooglegiant

About the author

Matthias Broschk from Hamburg (Germany) wrote his first goto statements in QuickBasic at the age of fifteen, switched to Visual Studio (i.e. Visual Basic / Visual C++) at version 5.0 and has been an addict of .NET since its early beginnings. There have been many other languages and frameworks (Java, PHP, ... ), but none about which he has been as enthusiastic as .NET. These days you can find more information in blogs rather than anywhere else. Therefore he has decided to share his experiences and start yet another .NET blog.