Hello Team,
I want to dynamically re write the url that is getting generated from database.
Currently My Url is :- www.xyz.com/ArtView.aspx?Id=1
I want it to be www.xyz.com/ArtView/Name-of-the-title.aspx
We tried using UrlMapping Feature in Web.Config.
It works fine running locally but when hosted on the production server on bigrock.com
It gives an Error. I believe its creating a .tmp file everytime and bigrock does not allow that.
Is it possible to re-write the url dynamically in Global.asax
Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved