Search code examples
asp.netweb-configurl-mapping

URLMapping works on Local, but not on Server


Hey! I'm using VS2010 and on my local machine, using web.config to map one url to another works fine, using the tag. However, as soon as I upload to the IIS6 server it doesn't work at all! Is there something about IIS6 that doesn't support this feature?

Thanks, any help would be massively appreciated.


Solution

  • IIS6 doesn't support the newest versions of .NET. What .NET version is your project running under?

    Check out this article to help get you started: Configuring IIS 6.0 to Use the Correct Version of the .NET Framework