Click here to Skip to main content
15,924,402 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to encrypt the page name in address bar while i am using response.Redirect(); method to navigate from one page to another.
Posted

I suspect you won't get exactly what you want, but there is some discussion and an number of suggested methods here: http://stackoverflow.com/questions/4230969/how-to-encrypt-the-address-bar-url-using-asp-net[^]
 
Share this answer
 
Comments
uspatel 30-Aug-11 3:39am    
Suppose my url is as
http://10.11.1.13/intranetuat1/todaybirth.aspx
I does not want to show todaybirth.aspx to the user as it is.
OriginalGriff 30-Aug-11 3:56am    
Read the thread I pointed you to: it explains it pretty well.
Hi,

You could "obfuscate" the URL the user sees by using URL Rewrite.

Look at my article how this is done: How-to: Create an easy and flexible URL-Rewriter[^]

By using URL Rewriting, you can hide the effective URL parameters from the client, that he only knows the user-friendly URL without any .aspx / query string parameters.


Hope this helps.

Have a nice day and happy coding,
Chris
 
Share this answer
 
I am agree with Christoph. You have to use URL Rewrite. Here[^] is numbers of Articles.
 
Share this answer
 

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