All,
At my work, we have a web server that has a single site and all of the applications are accessed via URL. Most of them are single page apps that are loaded into another application. We have a couple of apps that are coming out that are stand alone and are multi page apps. We are having a problem with redirects. Our set up is:
Site/App1
Site/App2
If I'm in App1 (which is its own VD and its own AppPool). and I try and redirect to "/default.aspx", then I get a 404 because the site root does not have a default.aspx. What I want to happen is for any redirects to the root in App1 to have App1 as the root, not Site.
Is this possible?