I want to change my url string at runtime.
Means it not to display website page name but display any random string like below
http://d8.zedo.com//ads2/f/876349/3840/0/0/1185000970/1185000970/0/1185/25/zz-V2-manipal_MBA_720x300_ozone_2.html?a=s%3D25;g%3D78;m%3D8;w%3D16;u%3DFOIrTex7JMdjGrx9Fh1uXrif~011111;i%3D0;;l=;p=
Loading
Amit ChoudharyPosted Jan 11, 2011, 1:02 AM
You should look for URL Rewriting and URL Mapping. In asp.net we can save such configuration in web.config. on basis of that you can write code to generate runtime url and to map them on actual url's. Try googling these terms. surely you'll find solution.
Thanks
George OnofreiPosted Jan 13, 2011, 12:32 AM
There might be a programatically way to change this.
also read here