asp.net I think asp.net is more difficult than ASP, I hope we are ready. It is difficult to achieve the same effect there are many ways, you may be puzzled. 10 days of the series of tutorials will be clear to write a variety of methods, so that everyone can be a little less bumpy. In the ASP, we almost all use VB, database, and nothing more than SQL and access. In the ASP.net, the database is still the two but commonly used language a C #, is also Microsoft recommended language, for the. NET platform, the language of customization. This asp.net has four kinds of combination: Vb+access,vb+sql,c#+access,c#+sql, this tutorial will use C#+access, take into account four kinds of writing, so that we have a comprehensive understanding of asp.net. Although learning asp.net do not need any ASP basis, but I think if you are not ASP, or first look at the "10 Days Learn ASP Tutorial", we need to understand is not the ASP program how to write, but how to build the server, how to use HTML form, At the same time, there is a basis and understanding of the SQL statement, because in this article I will not be able to do some basic things.
Nonsense not much to say, began our first day of study:
Learning Purpose: Debug the installation Environment
I would like to state that the operating system with 2000, if you want to learn a network language will not install a more operating system, then I do not see the study.
Go to the Internet to download an MDAC (if more than 2.7 version only), and then install, the installation may be restarted once.
Then download a. NET FRAMEWORK SDK and install two more items in the management tools in the Control Panel, which we will use in the original Internet Services Manager. Open it. Follow the instructions in the ASP tutorial to create a directory, create a example1.aspx, and then use Notepad to open the file in the input
<script language= "VB" runat= "Server" >
Sub Page_Load ()
Response.Write ("Hello world!")
End Sub
</script>
Then use local access to view the results:
Here I want to explain two: 1, my sample files always have A and B are written in C # and VB respectively, the demo picture on the use of C # that kind of, all the same, the tutorial inside the code is also write two use
Let's talk about the basic syntax of C # tomorrow.
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