Click here to Skip to main content
15,896,539 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone help me?
i have page having url : www.test.com/BFF/testpage.aspx
and i have given that url to verious client
now i want to show "www.test.com/AskMe/testpage.aspx" instead of "www.test.com/BFF/testpage.com" page and containt is same i just want to replace 'BFF' with 'AskMe'

how can i do it? i have defined all url in global.asax file.
Posted

1 solution

You should use URL rewriting .. Check here[^]
 
Share this answer
 
Comments
__TR__ 4-Jan-13 7:29am    
Hi,
This comment is not related to this solution. Its regarding the spam message you had edited earlier.
Please don't edit spam messages.
Check this post from Chris
http://www.codeproject.com/Messages/4462092/Live-streamers.aspx[^]
bbirajdar 4-Jan-13 8:08am    
Okay.., I got it.. Thanks for the info _TR_

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900