Windows 7 Windows 7 and ASP

GLSmyth

New Member
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 Link Removed - Invalid URL 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 am not able to change Creator Owner permissions.
Would anyone have an idea as to where I go from here to get the .asp page working?
Cheers -
george
 
Back
Top