Hi everybody :)
I'm using IIS 7 which ships with Windows Vista Ultimate.
've been asked to develop a website utilizing an .MDB database, based on quite basic HTML and ASP, as a part of a school project. I've been doing most of the design using IIS 6 at school, and the website runs flawlessly there (Windows XP machine).
However, when I try to run it on my Vista machine (after installing and configuring IIS 7 and ASP, of course) I face a problem while connecting to the single database in the website.
Initially, there was a 500 HTTP error when I attempted to submit a subscription form (utilizing that very same database), but a different login form worked just fine when I filled in present data.
After looking for answers on the internet, I've disabled the 'Friendly Error Messages' feature in IE7 - however, instead of shedding some light on the problem, I now get the following 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.
Problem is, I now get it while trying to login too - not only while registering. So essentially my website is rendered useless. HTML-only content works just fine, and so do regular ASP pages involving a combination of ASP & HTML - that is, without a database involved.
Steps I have taken to resolve the problem:
- Disabled 'Friendly Errors';
- Made the entire inetpub directory not-Read-Only; (though it keeps reverting to 'Read Only')
- Set Security Permissions as Owner for everybody;
One final note, if there are any security concerns regarding the workaround, they aren't really relevant because the website is to be viewed offline and security does not play a role in the grade whatsoever - so you might as well make it a security nightmare!
I would appreciate any sort of help or hints on how to solve this problem. I don't need help with the project itself, in case you're wondering, and this is purely a technical clause that prevents me from working on the website at home.
Tal