Requirements for running a site

Discussion in 'ASP.NET / ASP.NET Core' started by Eli Schneider, Sep 29, 2015.

  1. I have been hosted by DiscountASP for a couple of years and have some basic questions regarding what works. I am developing in Visual Studio 2013. My site to date was a lot of HTML and a few database tasks with sqlserver.
    Now I have graduated to VS2013 and need to know the following: Will a windows form project run on the web? I am happy and comfortable with what I have done till now, but before I go any further, I need that guidance. I've tried building a ASP.net project to do what my form project does now, but it looks like a formidable task.

    What is the criterion for running on the site? Are all the tasks .ASPX files?
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Windows Form projects are meant to deployed on a desktop, not as a website as far as I know. If you write something in .NET and C#, the files will end with a .apsx extension. If you write something in .NET and VB, the files will end with a .vb extension.
     
    mjp likes this.

Share This Page