Posted on: 5/28/2014 11:47:19 PM | Views : 343

Hey guys. I have a website and on it there is are pages that display country, city, state. For example, for state the url will be http://site.com/state.aspx?state=california&page=1. The rewrite version is http://site.com/state/california/1 . However, as shown below I am getting 404 errors out of nowwhere and only for the state page, not the city or the country page. Any help would be appreciated.

From Global.ascx page
Current URL:http://xxxxxxx.com/states.aspx?dating=antique&bristol=contact.aspxAnunhandled exception occurred: Message: The file '/states.aspx' does not exist. Stack Trace: at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtual ...

Go to the complete details ...