Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How To change url in asp .net of all pages eg:
http://localhost:3027/RRC_CR_Revised/UserModules/Notifications/ResultsDBSearch.aspx
. I am getting all the path where it is stored so this look akward so please help me
Posted
Updated 17-Nov-13 23:09pm
v2
Comments
TrushnaK 18-Nov-13 5:02am    
Not clear what you want to do exactly?
How To change url in asp .net of all pages Means.
you want to give www.websitename.com kind address

1 solution

Please refer the following URLs,
URL Rewriting with ASP.NET[^]
http://msdn.microsoft.com/en-us/library/ms972974.aspx[^]

Hope it helps you.
 
Share this answer
 
Comments
Khan Sameer 18-Nov-13 5:50am    
the problem is when i am passing three values in a text box which is Candidate Name, Father Name and Date Of Birth the url display is this http://localhost:3027/RRC_CR_Revised/Modules/ApplicationStatus/AppStatus/AppStatus.aspx?Name=SANTOSH%20KUMAR%20MEENA&FathName=GIRRAJ%20PRASAD%20MEENA&DOB=18/12/1992&NotiCode=%201
so i want to hide the relevant information from the all the user so that it cannot be haked or misuse by anybody !!!
Thomas ktg 18-Nov-13 5:54am    
You can encrypt the qurystring, so it will be more security. If not go for the Rewriting URL.
Thomas ktg 18-Nov-13 5:56am    
If you still want to hide the URL refer this link
http://stackoverflow.com/questions/5203016/how-to-hide-the-full-url-of-a-website-and-only-display-the-domain-name

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