HOW TO URL REWRITING (Remove Only .aspx form Page URL)
Are you searching about URL Re-writing in ASP.NET? Want to remove extension of file page? Read this thread to know more about URL Re-Writing in ASP.NET.
Hi..friends,
In My web application i just want to remove only .aspx from page url. I have searched on google and found many complicated solutions but i have need only an easy way just to remove only .aspx.
For eg. My page url is : www.mydomain.com/careers.aspx
should be look like this :www.mydomain.com/careers or www.mydomain.com/careers.html
Please suggest me any link or code...
Thanks
