G
Guest
Hi
I've created a website in VS2005 with the in-built server, which uses an
httpModule for UrlRewriting (using a hook into BeginRequest, doing everything
by hand).
I've recently transfered the website to a production server (win2k3, iis6),
and the UrlRewriting doesn't work.
Reading on the net, it seems IIS6 won't let you use httpModules. Is this
correct?
What's the alternative for UrlRewriting? ISAPI filter? If so, how easy is it
going to be to switch to that, and can I test that within the VS2005/Dev
Server development environment??
Thanks,
Dan
I've created a website in VS2005 with the in-built server, which uses an
httpModule for UrlRewriting (using a hook into BeginRequest, doing everything
by hand).
I've recently transfered the website to a production server (win2k3, iis6),
and the UrlRewriting doesn't work.
Reading on the net, it seems IIS6 won't let you use httpModules. Is this
correct?
What's the alternative for UrlRewriting? ISAPI filter? If so, how easy is it
going to be to switch to that, and can I test that within the VS2005/Dev
Server development environment??
Thanks,
Dan