I went through the first main chapter (Ch. 2) of my ASP book (ASP.NET Step by Step by Microsoft Press) which had all the basics of creating a virtual directory in IIS, and using Visual Studio to code and setup an HTTP site. There was also a fairly lengthy explanation about all the nuts and bolts of how ASP processes a web request, and what components are available to customize how these are processed.
It was pretty heady stuff, and most of it is still a little over my head, since I’m lacking a lot of context, but I trust that it’ll make more sense as I code more. I did get a basic local HTTP site setup on my laptop, and also made the proverbial “Hello World” app, which in this case is an ASP web page.
I’ve come up against one significant roadblock. My laptop is running Visual Studio 2005 (with Resharper, which is a fairly hefty plugin for VS2005), IIS, an IE browser, and Microsoft Word. Not to mention that I typically have 4-5 other windows open with Excel, Windows Explorer, or other apps. My whole system is noticeably and excruciatingly slow. This is not good for development, but I had wanted to develop from my laptop so I had more mobility options.
I’m going to have to figure something out… probably I will try to continue to run IIS off my laptop, but develop in VS2005 on my desktop, which is more powerful. Supposedly, there’s also a simple built-in server in VS2005 that will allow me to avoid depending on IIS running all the time as well.
I guess I won’t be doing much development at Barnes & Noble, though.
Subscribe to China WBI