vote up 0 vote down star

According to the msdn.microsoft.com site, .NET 3.5 Routing should work under IIS6 and II7 in classic mode. I've made the mods to the web.config file and tested under IIS7 integrated mode and it's working great.

I'd love to keep IIS7 Integrated, but my webhost is still just IIS6 (with .net 3.5).

So... has anyone gotten this to work?

I'm currently getting 404 errors and the only switch is going from IIS7 integrated to IIS7 classic on the application.

flag

1 Answer

vote up 1 vote down check

The joy of the internet... keep searching and rephrasing and you find it yourself. :)

For posterity, the answer is to enable a wildcard mapping that routes all requests through ASP.NET ISAPI.

link|flag

Your Answer

Get an OpenID
or

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