Thursday, March 22, 2012

the first step of the first step in programing in asp.net

i bought the studio.net before three weeks and untill now i cannot fined a simple book that can show me how to start programming in asp.net.

thanks
yosef
year2774@dotnet.itags.org.bezeqint.netHi,

ASP.NET Unleashed, Second Edition

HTH
I love ASP.NET Unleashed but you can also get

ASP.NET for Dummies
or Learn ASP.NET in 24 Hours

They are great books to use if you don't want to buy a 1000 page book!

Unleashed will tell you EVERYTHING there is to know about ASP.NET though
OK, in case you meant the actual steps...
1.install all the prerquisite software (enable IIS,install ASP.Net 1.1,any database you want to use SQL,access,etc..,install VS.Net)
2. Open VS.Net and choose new project-Visual Basic Projects -ASP.Net web application - ** here is where you can specify the IIS Server- localhost if it is on same machine ***
3. VSNet creates website folder on IIS - then Blank Page shows up (webform1.aspx)
4.Choose design view at bottom of page
5. Drag and drop elements such as text boxes and buttons etc... to the page
6.Create a datasource if you are going to use data..
7. Build project - under build menu
8. Deploy Project - under build menu
9.the website is updated and the files copied over to IIS Server.
10. view website at http://server_you_chose/name_of_project

Hope That Helps

0 comments:

Post a Comment