Click here to Skip to main content
15,884,838 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I have a website which contains

1- few .html pages
2- few .aspx pages

i.e. its kind of a blend of html and asp.net application.

i want to do the url masking/rewriting task like mentioned in the Question's subject.

Have googled and tried many articles/solutions.

Needs further expert's opinion for resolution..

NOTE: I want to perform this task withoug involing web.config file.
Posted

Since .NET 4 you can use EnableFriendlyUrls[^] for your site...
 
Share this answer
 
Refer if you are using Asp.Net 4.0 onwards,

IntroducingASPNETFriendlyUrlsCleanerURLsEasierRoutingForASPNETWebForms[^]
 
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