Author: GLSmyth | Posted on: 9/21/2010 3:29:19 PM | Views : 682

I just got a new computer with Windows 7 and installed  IIS, including support for ASP.  I am running everything locally on my computer.   A simple statement like <% response.write time() %> works fine, so ASP is working,  However, when I try to run a page that accesses a database (at least, I am assuming that that is the root of the problem) then I get the unhelpful error message:
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.
 I have no idea where to begin.  the database is in the same location as it was on with my old computer, and I have adjusted permissions to the database so that everyone except Creator Owner has full permissions - for whatever reason I ...

Go to the complete details ...