September 2007 Blog Posts

Simple-Talk.com Article

I noticed that a lot of people had asked me about the same topic over and over again. I know this will continue to be the case so I decided to write an article on it. Today it got published on Simple-Talk.com. The article is titled "Take Row-Level Control of Your GridView" and it talks about manipulating the gridview to render it to your needs. I let you read it for yourself. Happy Programming!

posted @ Friday, September 28, 2007 12:24 PM | Feedback (1)

Classic ASP on Vista

So I installed Classic ASP on my Vista (IIS7) machine and I got passed the initial problem. As I was working my way into the application I started having other problems. I found this post on BillS' IIS Blog. He gives you a lot of the solutions to possible errors you might get with Classic ASP and IIS7. Happy Configuring!

posted @ Tuesday, September 18, 2007 4:26 PM | Feedback (0)

Enable Classic ASP on Windows Vista (IIS7)

I had to set up a classic ASP website on my Windows Vista dev machine. I created the Website and pointed it to the code, but it wasn't working. Like IIS6, II7 doesn't have Classic ASP. The only difference is with IIS6 you only need to enable Classic ASP as with IIS7 you need to install it. Open up Control Panel and go to Programs and Features. Turn Windows features on or off. On the window that comes up go to Internet Information Services - World Wide Web Services - Application Development Features and check ASP. Hit OK and wait for...

posted @ Tuesday, September 18, 2007 2:36 PM | Feedback (2)