Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

I have created a website name as Employee with 5 webpages like Default.aspx, EmpDetails.aspx, EmpProfile.aspx, ForgotPassword.aspx, SignIn.aspx.

Now I would like to remove the file extension (.aspx) at run time.

Ex:

Employee/Default.aspx to Employee/Default
Employee/EmpDetails.aspx to Employee/EmpDetails
Employee/EmpProfile.aspx to Employee/EmpProfile
Employee/SigIn.aspx to Employee/SignIn
Employee/ForgotPassword.aspx to Employee/ForgotPassword

Please give your valuable suggestions. Thanks in advanced.
Posted
Comments
aarif moh shaikh 21-May-15 1:54am    
URL Rewriting is good option for it..

 
Share this answer
 
 
Share this answer
 
v2

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