Organizing My Web Apps

Discussion in 'Control Panel API' started by DRAYKKO, Feb 18, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I would like to organize my web apps so that each is in a separate folder (directory). When I publish (or copy) my web apps to dASP.NET, the web.config file for each will get overwritten, because it's just sitting at the root. Any ideas?

    Draykko </font></font>
     
  2. Actually each subdirectory can be set as there own application folder. Create the subdirectories via ftp, then log into your DASP control panel and under Web Application Tool set the subdirectories as an application folder. This way, the settings for the web.config files of that application will take priority over the web.config on the root. But you still will need to understand that web.config properties are inheritable. Which means the default properties set on the root can inherit down to the subdirectory unless there are set other wise by the applications config file.

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks!


    I'll try that out.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page