Uploading website...

Discussion in 'ASP.NET / ASP.NET Core' started by lukesb, Jan 5, 2010.

  1. Hi Everyone

    I use Visual Studio 2008. When I want to upload my site I use the publish option. This takes about 30 minutes though as it uploads the MDF database file...

    All my connections on my site point to my DiscountASP server, so I don't really need any database files on my PC. The problem is though, when I delete the App_Data folder locally on my PC and publish, it deletes ALL files on my server and replaces with what's on my PC, which doesn't include database files...

    What other ways can I upload files to my server without using VS2008's publish..?

    Thanks

    Luke
     
  2. Thanks Tam

    So would I just upload the site or do I have to go to publish site first in VS2008..?

    Cheers

    Luke
     
  3. If you decide to choose Filezilla to upload your site, all you'll need to do is upload your site to our servers. This is just a different way of uploading your site onto the server instead of publishing through VS2008.
     

Share This Page