URL Routing to Default Page
- by ewitkows
Hi everyone, I have an asp.net 4.0 web forms app setup with url rereouting. In development, my app's URL looks perfect. I have a page called enrollnow.aspx that responds to the routing, so if I type in localhost/enrollnow/abc, my app responds as expected.
Once promoted into my staging environment however, the URL is off. I have a domain, and a…