Forum Moderators: open

Message Too Old, No Replies

Mod-Rewrite Help

Never done a mod-rewrite, could use some help

         

asptony

3:50 am on Sep 1, 2005 (gmt 0)

10+ Year Member



I am looking to do a mod-rewrite on a site that I have on ASP.NET. Anyone know of good resources on how to do this.

Ossifer

7:26 am on Sep 1, 2005 (gmt 0)

10+ Year Member



Assuming a mod-rewrite changes the URL, then I've used a URL rewriting http module add-in to do it on my site.

It's all defined in the web.config once you include it in your project.

There's a great article in MSDN on this subject - it's what I used to provide exactly the same thing