Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How to reach the Root Directory in ASP.Net 2.0?

If I have a site with a page address like:

www.somthing.com/thisapplication/thispage.aspx

how can I set up my loginUrl in the forms auth section of web.config to go back to the root directory?

To a page address like:

www.somthing.com/thispage.aspx

I can't get ~/thispage.aspx to work in the web.config.

Update:

../thispage.aspx

doesn't work in the web.config.

Thanks for the advice!!

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    how about ../thispage.aspx

Still have questions? Get your answers by asking now.