very basic information on web developing

  • Thread starter Thread starter Troy Erickson
  • Start date Start date
T

Troy Erickson

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?
 
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:

www.asp.net

Then there are ASP tutorials like:

http://www.w3schools.com/asp/default.asp

Ivan Bach
 
Back
Top