Uploading Entire Solution

Discussion in 'Hosting Services / Control Panel' started by pinch, May 23, 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'm trying to install a full ASP.net 2.0 solution from VS2005 to the server and am a bit lost. My solution is made up of a website and 3 class libraries:

    -Solution
    -SMS_Web (website)
    -App_Code
    -App_Themes
    -Default.aspx
    -web.conf
    -....
    -....
    -SMS_BLL (class library)
    -SMS_DAL (class library)
    -SMS_Globals (class library)

    I have no problem uploading files to the server, but have no idea of how I'm supposed to organize them. I tried creating a SMS_Web folder on the server, uploading my website into that folder, then marking it as a web application but nothing happened. When I go to my url I just get the standard control panel.

    Surely this must be a common scenario but I can't find anything regarding this in the Knowledge Base or Forum. This is my first asp.net website so any help would be appreciated.
     
  2. Hi,
    This can take a long time to explain all of this but I'll give you some quick tips.
    Your site should originate from the root, not from it's own sub-folder.

    The root of your site is already an application.
    You can create applications for additional folders as needed.

    Please look at this page to get an explanation of the ASP.NET folders:
    http://msdn.microsoft.com/en-us/library/ex526337(VS.80).aspx
    Salute,
    Mark
     
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