This is a discussion on "I am ready to dive in!!!" within the ASP.NET Forum section. This forum, and the thread "I am ready to dive in!!! are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
I am ready to dive in!!!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
I am ready to dive in!!!
OK, its only been a couple of days, but I have already finished and can write minor JavaScript programs, like forms and such. What is the best reference to learning ASP.NET. I found their tutorials, is that the best??
|
|
|
|
#2
|
|||
|
|||
|
unfortunately the MS tutorial can be really hard going. Get hold of this book which is highly recommended : ASP.NET unleashed by Stephen Walther.
|
|
#3
|
|||
|
|||
|
On the software side: I personally wouldn't recommend learning asp.net using Visual Studio.net. Use the free WebMatrix instead. VS is great, but because it pushes you into using codebehind you'll have some problems following most of the book's examples. Plus VS.net has so much extra stuff you won't use for asp.net it can be a bit overwhelming.
|
|
#4
|
|||
|
|||
|
I have the free webmatrix program, but I cant figure it out!!! I don't know what to do, it runs and everything, but when I got into the database chapter, it isn't like the tutorial. It's the same version and everything. Also, the majority of my coding is technically correct, but it says there is an error. I dont know what is wrong. I have .NET FRAMEWORK v1.1, but I dont have an IIS, whatever that is. Is that my problem?
|
|
#5
|
||||
|
||||
|
IIS is Internet Information Services from Microsoft. It is Microsoft's web server, etc. If you have XP Pro then you can install IIS by going to Add/Remove Programs -> Windows Components, and then IIS.
Have fun! |
|
#6
|
|||
|
|||
|
Too bad I dont got pro
See, I am glad we dont have an annoying spell checker to beep at me, look at all those lovely mispelled words!!! |
|
#7
|
|||
|
|||
|
I've just started in ASP but I think you need IIS to test-run ASP scripts on your own PC. else, you could use a free webhost and just upload and run it there... ( like brinkster.com )
|
|
#8
|
|||
|
|||
|
You'll also need to install the ASP.NET framework - grab it from the Windows Update site.
|
|
#9
|
|||
|
|||
|
but doesnt brinkster crap out on you? I could use my domain name. That might work. hey, thanks for the idea.
|
|
#10
|
|||
|
|||
|
Webmatrix comes with a built in testing environment (kind of like a mini-server). The problem you're probably hitting with the database chapter is that you don't have SQL Server installed. You'd need to get the MSDE from Microsoft for that.
|
![]() |
| Tags |
| ready, dive |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ready for Linking? | smartboy | Link Building and Link Sales | 5 | Aug 19th, 2006 09:40 |
| Image Ready Help | mikka23 | Graphics and 3D | 1 | May 28th, 2006 19:33 |
| Get it up and ready? | BongMaster | Databases | 1 | Dec 6th, 2005 07:54 |