Creating a web app

Discussion in 'ASP.NET / ASP.NET Core' started by jamehol, Jan 9, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I just started using discountasp.net and I dont know how to create a web application on the host. Do I have to create it locally and then copy it over ftp or is there any way to create and work on it on the server? I tried creating a project with the url but said that i dont have access. Is there any way around this?
     
  2. Presuming you use Visual Studio, the easiest way is to create a webapplication locally, compile it and then upload your files to your account.
    What to upload ? All exept .resx (resource files used by Visual Studio), .cs or .vb (since the webapplication uses the compiled dll's)

    Success !

    --
    Steurm
    www.steurm.net/steurm
     
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