UrlWriting

  • Thread starter Thread starter fabrice
  • Start date Start date
F

fabrice

Hello,

I'm looking for a tutorial to realise URL Rewriting, using vb.net.
If someone know how to do url-rewrintg under asp.net 1.1 and vb.net , I will
be very happy

thanks a lot
fabrice
 
fabrice said:
Hello,

I'm looking for a tutorial to realise URL Rewriting, using vb.net.
If someone know how to do url-rewrintg under asp.net 1.1 and vb.net , I
will be very happy

I hope I'm not declaring my ignorance, but .... What is URL Writing?

John
 
fabrice said:
Hello,

I'm looking for a tutorial to realise URL Rewriting, using vb.net.
If someone know how to do url-rewrintg under asp.net 1.1 and vb.net , I will
be very happy

thanks a lot
fabrice
MSDN has a decent one:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/urlrewriting.asp

Url re-writing is essentially just that; re-writing a url, typically
with parameters. For example:
www.mysite.com/articles.aspx?articleId=5 might become
www.mysite.com/articles/5.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top