Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 07, 2011 01:35 AM by kctt
0 Points
1 Post
Nov 06, 2011 06:53 PM|LINK
is it possible to map alias with aspx pages, i.e.:
http://foo.com/test/example.aspx
map example.aspx to example and call the url like
http://foo.com/test/example
All-Star
35998 Points
6551 Posts
Nov 06, 2011 07:11 PM|LINK
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
Contributor
5130 Points
970 Posts
Nov 07, 2011 01:35 AM|LINK
You can use IIS URL rewrite module.
There are plenty of tutorials on IIS website
http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/
agoncab
0 Points
1 Post
mapping alias with aspx pages
Nov 06, 2011 06:53 PM|LINK
is it possible to map alias with aspx pages, i.e.:
http://foo.com/test/example.aspx
map example.aspx to example and call the url like
http://foo.com/test/example
hans_v
All-Star
35998 Points
6551 Posts
Re: mapping alias with aspx pages
Nov 06, 2011 07:11 PM|LINK
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
kctt
Contributor
5130 Points
970 Posts
Re: mapping alias with aspx pages
Nov 07, 2011 01:35 AM|LINK
You can use IIS URL rewrite module.
There are plenty of tutorials on IIS website
http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/