creating web applications in subdirectories - Jeremy Wadsworth Kit

Discussion in 'ASP.NET Starter Kits' started by tcorneto, Dec 3, 2007.

  1. I've attached a screen shot of the Web Application Tool area in my control panel. I currently have selected everything as a web application tool but I wonder if that is correct? For other people that have deployed any of the starter kits... do you have everything selected?I'm using Jeremy Wadsworth Kit but they are probably the same. I'm trying to troubleshoot some issues and want to make sure this is not a source of potential errrors.

    Thanks!
     

    Attached Files:

  2. You don't want to do that bro.

    For the Starter kit only the root application is needed.
    Your site has a root application by default.

    If, for example, you wanted to add a Blog you would create an application for that also.
    This would allow your root pages to work within their application while the blog had it's own.
    Another example would be if your site had forums, the folder for the forums could benefit from being an application.

    Images and assets will never need to run as an application.
    Same for code pages, data files, etc.http://en.wikipedia.org/wiki/Web_application
    Salute,
    Mark
     
  3. DUDE!!!!!!!


    You helped me solve a problem that has been killing me for a week. THANK YOU!!!!
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    If you have the starter kit installed in the root, no sub folder should be set as an application.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page