Using Microsoft Access Providers in ASP.NET

When you create an ASP.NET website and run the Website Administration Tool to enable and configure security for your site, the Website Administration Tool creates a SQL Express database for you by default. This is great except if you do not want to use SQL Express for your database. What if you would like to … More Using Microsoft Access Providers in ASP.NET

Visual Studio 2008 won’t debug Web Applications or can’t attach the debugger to the process

A while back I had had some trouble debugging my Visual Studio 2008 Web Application. It was working for weeks and suddenly just stopped. I was getting the following error: “Unable to attach to application ‘WebDev.WebServer.EXE’ (PID: xxxx) using ‘[Your_PC_Name]’” What I discovered after many hours of dispair that it was my AntiVirus causing the problem. I am … More Visual Studio 2008 won’t debug Web Applications or can’t attach the debugger to the process