|
ASP Scripts
Q: Why is my ASP page is not running? A: All hosting accounts support ASP. If your ASP page does not execute, it is because your script is returning errors that you can not see. To see the error messages that the script is producing, please do the following steps:
Q: My ASP page is returning HTTP Error 500. How can I see the detailed error messages? A: To see the error messages that the script is producing, please do the following steps:
Q: Why is my ASP page returning "...must be updateable query.." messages when trying to make changes to MS Access DB? A: This happens when your .MDB file does not have WRITE permissions. To fix the problem, go to your Hosting Control Panel click on File Permission and assign Read + Write to user IUSR_DEDI for the .MDB file.
Q: Why is my ASP page not working when trying to make changes to MS Access DB? A: This happens when your .MDB file does not have WRITE permission. To fix the problem, go to your Hosting Control Panel click on File Permission and assign Read + Write to user IUSR_DEDI for the .MDB file.
Q: My ASP page returns a ODBC not found error? A: You get this error because you did NOT setup an ODBC connection yet. Go to Control Panel and click on the Create ODBC/DSN icon to create an ODBC connection.
Q: Why is my ASP Global.asa not working? A: You must use your own domain name (http://www.yourdomain.com) to browse in order for your global.asa to execute. To enable the script place your global.asa into your root directory.
|