Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 url rewriting

Author  Topic 

pareekfranksoul
Starting Member

26 Posts

Posted - 2009-06-29 : 01:33:27
i have write a handler through which i am rewriting the urls. my application is developed in c#.

My Problem is:

Visible URL: http://www.xyz.com/specials/jakson.aspx

On the backend through handler i will rewrite the url and send the original url to IIS:

Rewrited URL : http://www.xyz.com/specials.aspx?cat=jakson

but when i will convert my visible url extension to .html then its not working.

Is there any settings i have to made in IIS or in code.

Thanks

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2009-06-29 : 06:23:10
best resources on .net

http://www.asp.net/learn/videos/video-154.aspx
Go to Top of Page

graz
Chief SQLTeam Crack Dealer

4149 Posts

Posted - 2009-06-29 : 14:57:12
I do that exact thing on this site for all the articles. I use http://www.isapirewrite.com/. I think you could do the same thing using IIS 7 though.

=================================================
Creating tomorrow's legacy systems today. One crisis at a time.
Go to Top of Page
   

- Advertisement -