very basic information on web developing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Troy Erickson

    #1

    very basic information on web developing

    I am very new to web developing. What is the best way to
    create a web project. I will be using asp with vs.net.
    What do most people do for computers more specifically.
    Do I remote debug to a server. Setup a computer that is a
    server and do my developing on the same machine? Have two
    servers and when the project is done transfer it to the
    production server?

  • Ivan Bach

    #2
    very basic information on web developing

    I recommend that you read a series of debugging articles
    that start at:

    http://msdn.microsoft.com/library/default.asp
    MSDN Library
    .NET Development
    Visual Studio .NET
    Articles and Columns
    Debugging Articles
    Debugging in Visual Basic .NET
    ...

    That will introduce you, in a tutorial way, to the use of
    Visual Studio in the development of web projects. Before
    you know it, you will create and debug "Life Insurance
    Calculator" and other web projects.

    Also look at:

    Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


    Then there are ASP tutorials like:

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.


    Ivan Bach

    Comment

    Working...