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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pages in subfolders not displaying 1

Status
Not open for further replies.

jshurst

Programmer
Oct 27, 2004
1,158
US
I posted this in the IIS forum but go not response so maybe you guys/gals know what the problem is.

I'm trying to have IIS (6.0) host an asp application. I can browse to pages like but if I try to go to something like it says that the page cannot be displayed. I can't figure out why this is happening. Any suggestions?

Thanks in advance.

J
 
1. Does "/Clients/clientview.asp" exist?

2. in IE - Go to Internet Options -> Tools -> Advanced Tab and ensure the "show friendly http error messages checkbox is unchecked. Reload the page, you'll get a better error message than "page cannot be displayed"




TIP: trying googling the answer before posting, you'll find that more times than not someone else somewhere has had the same request and posted an answer online.
----
I have recently been semi-converted to ensuring all my code (well most of it) works in both javascript and non-javascript enabled browsers
 
Thanks. I did what you said and then found out that it Parent paths are not enabled by default in IIS 6.0. Turned that on and it's fine.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top