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.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
It's running under 2.0 on the server. Thanks for the link, but it should work under 2.0 on IIS6, right? It doesn't make any sense! – Daniel Hough Aug 11 '10 at 16:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.