The rapid transformation from ASP to asp.net

Source: Internet
Author: User
ASP spent two years, three months ago began to transfer to ASP.net, and completed the debut Job Center website (HTTP://JOB.N
ju.edu.cn), from one language to another, the process is always difficult, so I want to put me in the process of transformation encountered
Some of the once very confusing questions have been made into the form of FAQ, hoping to be a little help to the students who want to transfer to asp.net or
Is the revelation, at the same time is also a reason for their own ideas bar ^_^.
PS: I am also a beginner, a lot of understanding is obviously a bit naïve, and did not involve a deeper level, we will do to see
Look, ^_^.
1. How to establish asp.net operating environment?
The ASP has IIS on it, and ASP.net is simple enough to install a. NET Framework on the basis of IIS. That
To run ASP.net will be as simple as running the ASP, referring to question 2.
Below is the. NET Framework1.1 download address, just follow the wizard to install the OK!
http://download.microsoft.com/download/7/b/9/7b90644d-1af0-42b9-b76d-a2770319a
568/dotnetfx.exe
2.asp directly in the virtual directory to run on it, that aspx?
The answer is simple: exactly the same:
If you have an example ASPX site, just copy it to a virtual directory you've created.
The only thing you should be aware of is that if you have a Webconig file, be sure to put it directly under the virtual directory, or you will be wrong.
。 Of course, Microsoft's interpretation of running asp.net may involve a deeper dimension, including private, shared assemblies, permissions
So he's going to use a huge vocabulary like "deployment," which I think is a little bit of a problem for beginners.
Masterpiece
And our goal is just to get it to run first and say:
How does 3.vs.net build a asp.net application?
I developed it using vs.net, so it's only for this development environment: P. Vs.net the "page" set of ASPX
For the app, it's a little bit confusing for beginners (I was like this at first: P), which makes it easy to feel this with a
SP is almost completely different, but it is not (although the realization of the mind is very different), each page is actually independent of each other
, as in ASP, so I would rather call it "Web page". Vs.net to build a asp.net program is actually
is to help you create a virtual directory, and then create a project file (manage multiple ASPX) under this virtual directory. This with D
Reamwaver or FrontPage to establish a site in exactly the same nature, to build such a project just to facilitate the opening
The environment to identify which files are included in the current project, the concept of the actual Run-time project does not actually exist.
How is the code in 4.aspx blocked? What is the difference from the ASP?
According to Microsoft's definition, the code in ASPX is first run to be compiled, which is explained by the program in ASP

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.