Preliminary understanding of ASP Web site development

Source: Internet
Author: User

One. ASP and ASP. NET The difference

I.asp is an explanatory dynamic language, ASP files contain front-end and dynamic language VBScript, to achieve server interaction, running on IIS, PWS and other Web servers

Ii. Asp. NET is a compiled dynamic language, with ASPX, Aspx.cs and other front and back pages, is an upgrade version of ASP

Iii. many built-in objects are consistent, such as: Request, Response, Session, application

IIII. syntax is different, such as ASP. NET's judgment statement such as if (a>1) {} else {}, and ASP is: If A>1 then else ... end If,

Other like case, declaration variables, connection database, syntax are inconsistent, ASP. NET is easier to get started because of the power of VS, many methods can be associative. And the ASP method, must each word knocks.

iv. ASP, including: HTML, VBScript, Jscript, ASP syntax, SQL directives.

V.ado, including: ASP, SQL directives

VI. Other

Two. Development tools

I.asp recommends that you develop with Dreamweaver (which I am accustomed to developing with Visual Studio) at least for now. ASP suffix page, and Visual Studio cannot now create a new. asp suffix file.

Ii. ASP projects similar to ASP. NET Web site project, also can call Dal BLL (Ajax request page, can invoke DLL of these introduced projects)

Three. Learning website

I. W3school

Ii. ASP from getting started to mastering

Four. Practice Code

Preliminary understanding of ASP Web site development

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.