Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 09, 2012 10:28 PM by perper
Member
1 Points
1 Post
Jul 09, 2012 10:13 PM|LINK
Hola.
I have a website with this url : localhost/mypage.aspx?id=12345
I parse an ID request Params and its ok.
But i realy need to transform my url in localhost/id12345 - this way. or http://localhost/myname - way
Gracias
Contributor
4454 Points
804 Posts
Jul 09, 2012 10:28 PM|LINK
try urlrewriting
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
http://msdn.microsoft.com/en-us/library/ms972974.aspx
hope this helps
stokarchuk
Member
1 Points
1 Post
URL from http://localhost/mypage.aspx?id12345 to http://localhost/id12345
Jul 09, 2012 10:13 PM|LINK
Hola.
I have a website with this url : localhost/mypage.aspx?id=12345
I parse an ID request Params and its ok.
But i realy need to transform my url in localhost/id12345 - this way. or http://localhost/myname - way
Gracias
perper
Contributor
4454 Points
804 Posts
Re: URL from http://localhost/mypage.aspx?id12345 to http://localhost/id12345
Jul 09, 2012 10:28 PM|LINK
try urlrewriting
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
http://msdn.microsoft.com/en-us/library/ms972974.aspx
hope this helps