Deploying a Web Application

Discussion in 'Visual Studio' started by MisinformedDNA, Aug 8, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am trying to deploy a Web Application and have seen this referenced multiple times, but I don't have a "Web Site" option nor do I see a way to copy the web site.

    I'm guessing the issue is that I created a Web Application, not a Web Site, since I can see the options when I create a web site.

    I don't want to convert my web application to a web site.

    What are the steps for deploying a web application?

    Thanks.
     
  2. Actually, I found Build -> Publish to work just fine.
     
  3. Glad its working. Thanks for posting back.
     
  4. Deploying my first test application

    I'm putting this out there for the person like myself who just started their account and wants to get the first app up on the web as a test.

    I built a HelloWorldSampleApp ASP.NET application and tested it locally on IIS (Visual Studio 2008)

    From Visual Studio, I selected Build->Publish HelloWorldSampleApp.

    I used the ftp address (not http) and used my ftp login and password.

    It deployed successfully.

    FTP names are customerID|username
    1234567|fissuresimp

    I went to this url:
    http://fissuresimp.web###.discountasp.net/Default.Aspx

    I ran my application.;)


    -fyi
     
  5. Deploying my first application

    It took me a while .. low learning curve .. but I got a successful publish ..

    except:

    I created an application on my laptop

    Very simple

    Created a connection string to data in my discountasp sql 2005 file ..

    Program works like a champ ..

    I published the solution to my website ..

    Works like a champ except the data that came to my laptop from discountasp is not going to the url on discount asp:

    The silverlight program runs fine.. and there are no error messages

    Any thoughts?
     
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