Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Creating an ASP.NET 2.0 Application

This is a discussion on Creating an ASP.NET 2.0 Application within the ASP forums, part of the Programming Talk category; In this tutorial you will learn how to Create an ASP.NET 2.0 Application, Examining the Interface, The Hello World Application, ...

  1. #1
    rjames is offline Junior Member Array
    Join Date
    May 2006
    Answers
    13

    Creating an ASP.NET 2.0 Application

    In this tutorial you will learn how to Create an ASP.NET 2.0 Application, Examining the Interface, The Hello World Application, Designing Web Forms, The Embedded Web Server and Important folders in the ASP.NET 2.0 Applications.

    Visual Studio.NET is a user friendly way to create web sites. It provides for multiple ways of opening websites. Frontpage Server extensions, FTP or direct file system path can be used to open the web pages. The inbuilt web server Cassini makes IIS server optional for testing and debugging of applications. ASP.NET 2.0 uses the dynamic compilation engine to compile its files and changes to .aspx, .cs or .vb files are caught immediately.

    Continue On The Tutorial


  2. #2
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    Quote Originally Posted by rjames View Post
    In this tutorial you will learn how to Create an ASP.NET 2.0 Application, Examining the Interface, The Hello World Application, Designing Web Forms, The Embedded Web Server and Important folders in the ASP.NET 2.0 Applications.

    Visual Studio.NET is a user friendly way to create web sites. It provides for multiple ways of opening websites. Frontpage Server extensions, FTP or direct file system path can be used to open the web pages. The inbuilt web server Cassini makes IIS server optional for testing and debugging of applications. ASP.NET 2.0 uses the dynamic compilation engine to compile its files and changes to .aspx, .cs or .vb files are caught immediately.

    Continue On The Tutorial
    very good article and it really helps beginners like me ..


Latest Article

Network Security Risk Assessment and Measurement

Read More...