Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browser cant see asp page

Status
Not open for further replies.

VBVines

MIS
Jun 11, 1999
98
US
I set a simple directory in explorer ex. (vdir) I put in the simple time.asp that everyone has seen I give rights to the Iusr account, then I go into int. srvcs mgr and create a virtual directory (virsite)with the one I created earlier as the home directory. I enter in
and I get "The page cannot be viewed, blah, blah blah. This is my time.asp code

<html>
<body>
This page was last refreshed on <%=now() %>
</body>
</html>
I don't know at this point to look at my browser or keep looking at the way I set up the directories. Any ideas would help thanks,

aspvbwannab
 
If you are not creating a virtual directory and put the file directly under c:\inetpub\ is it working?
What is the exactly error description?
 
This is the error I am getting.

The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Open the zspotk home page, and then look for links to the information you want.
Click the Refresh button, or try again later.

Click Search to look for information on the Internet.
You can also see a list of related sites.




HTTP 500 - Internal server error
Internet Explorer
aspvbwannab
 
if I put a regular htm file in there it will show but not an asp file. aspvbwannab
 
The http 500 error is NOT file not found. It's an internal server error. It can appear if your server runs out of ressources, like if you open up a whole lot of connections to an access-db without closing them properly.

If your page only contains the code shown above, I think it's a bit strange...

Do you have any other pages that could bring your server to it's knees?

Try rebooting your machine and request this page (time.asp) before any others. This is not a bug - it's an undocumented feature...
;-)
 
I am sooo having this problem also...Does anyone know how to fix it? Aighhhh this post scares me...it makes me think if it can't be done it can't be done...like there is no solution....there has to be a solution!
Sera
I often believe that...
My computer is possessed!
 
Internal Server Error is also the pretty version of:
You have a problem in your script.

There is a more detailed version of the 500 error if you turn on the option to see detailed error messages (someone remind me where that is). Once you do so you will see where the error is located in your script rather than just the generic &quot;Uhm, it's broken, and I ain't tellin' you where&quot; message.

-Tarwn --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
 
Well you can show the real error by going to the tools menu in your browser, then to options, then to the advanced tab, and uncheck the show friendly url's option. (Internet Explorer)
The real error I am getting is Object disabled, but I am unable to find any help on that error either.
Sera
I often believe that...
My computer is possessed!
 
So anyways, this just came to me in a flasj of brilliance,
how about tools &gt; advanced &gt; Show frieldny HTTP errors?

:p
Sorry couldn't resist. Thanks Sera and onPnt for kindly kciking my memory back into gear

Sera: POst a thread, we'll help, honest :)

-Tarwn --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top