I have made a web website hosting in ASP using a DSN connection to my Microsoft Access database, i created the website hosting on Dreamweaver, it works perfectly. I have put record sets into my web pages and when i try to open the web page on the internet it says Internal Server Error. Has anyone else had this problem or does anyone know how to solve it?
Internal Server Error
Collapse
X
-
This could be anything - check your database connection string, and permissions of files that need writing to. If the website hosting works fine on your local machine then it is likely to be a database connection problem as the string may need to be modified. Another reason might be that the microsoft server doesn't allow relative directory calling (i.e. ../../directory) - you often have to provide the full directory path with ASP.
-
Originally posted by Rock View PostHi Thomas,
'Parent Paths' .
Comment
-
Originally posted by esnail View Postthat's the term I was looking for lol - a more eloquent way of saying what I said lol.
David Smith
Managing Director
DPS Computing Limited
- Massive update! (September 2011) - It's now not neglected!!
- New Site (10/2009)
Comment
Comment