Posted on: 4/2/2014 5:50:57 AM | Views : 398

i write the below code in global.asax file to rewrite the url but i have include usercontrol page..iNside the usercontrol image path are totally changed
  Context.RewritePath("~/View.aspx?q=" + id);
usercontrol file image path changed like this..... http://localhost:1041/xx/blog/9/images/Icon.jpg
images was not showing..but the page working fine
the original image path is http://localhost:1041/xx/images/Icon.jpg 
when doing url rewirte the path has been changed,...
any idea..plz post u r comments

Go to the complete details ...