url rewrite
-
Hi, i want to change my url by url rewritting. In the root of my application a Group name folder exists. in that folder user page exists.. after login url looks like that.. www.abc.com/Group/MyProfile.aspx but i want to change like that www.abc.com/Myusername/MyProfile.aspx means i want to change Group folder name with my UserName. can we don this with url rewritting or anything else we have to do . Thanks.
-
Hi, i want to change my url by url rewritting. In the root of my application a Group name folder exists. in that folder user page exists.. after login url looks like that.. www.abc.com/Group/MyProfile.aspx but i want to change like that www.abc.com/Myusername/MyProfile.aspx means i want to change Group folder name with my UserName. can we don this with url rewritting or anything else we have to do . Thanks.
-
Hi, i want to change my url by url rewritting. In the root of my application a Group name folder exists. in that folder user page exists.. after login url looks like that.. www.abc.com/Group/MyProfile.aspx but i want to change like that www.abc.com/Myusername/MyProfile.aspx means i want to change Group folder name with my UserName. can we don this with url rewritting or anything else we have to do . Thanks.
If you are using .Net 4.0 framework then you can use inbuilt Web Form routing: http://weblogs.asp.net/scottgu/archive/2009/10/13/url-routing-with-asp-net-4-web-forms-vs-2010-and-net-4-0-series.aspx[^]
Parwej Ahamad ahamad.parwej@gmail.com