All Forums >> [Scripting] >> ASP >> Why is it that the page cannot be displayed? Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Dear gilgalbiblewheel, This is problem is very common with me, it means that there is an error in the script that the server can't understand so it gives u this error. The only way to fix it is to run the script on ur localhost, then it will give u the error line to fix, after fixing it, upload it back to the server and try it again...
Please note, when testing in the localhost please use the http://localhost instead of the computer network name
Posts: 11
Score: 0
Joined: 5/11/2005
From: USA
Status: offline
if you go into your browser settings in IE its tools/internet options/advanced and turn off "Show friendly HTTP erros" this will then show you exactly what line the error is occuring on and also what error that was returned. Make sure that you also use Option Explicit at the very top of every page. This will force you to Dim all your variables and make debugging 1000 times easier