I have implement url routing on my website project in vs 2010 and IIS 7.
But after impelemented I have facing issue where images and css some times load and some not.
please suggest ?
Try setting this in Global.asax file
routes.RouteExistingFiles = false;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.