473,387 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Page not found error

132 100+
I have created a simple web site in IIS6 that has a folder structure as follows:

GEMap/TestFolder/Test.html

and the html file just contains a simple line of text.

With this in IIS I then select the Browse option when right-clicking the the Test.html file and this is displayed as expected.

Problem: When I try to invoke this html page from another computer on a different server, I am getting a “Page cannot be found” error. I am invoking the page via the following method:

http://1.1.1.1:1111/GEMap/TestFolder/Test.html
(where 1.1.1.1:1111 is the IP address of the target machine and the port number as has been specified when setting up the web site in IIS).

Any ideas what I am doing wrong please?

Thank you.

M :)
Aug 20 '09 #1

✓ answered by E11esar

Hi there - solved it! It works if I do not include the parent directory of the web page so instead of entering:

http://1.1.1.1:1111/GEMap/TestFolder/Test.html

just use http://1.1.1.1:1111/TestFolder/Test.html

It appears that when a port is used, IIS sets the port number as alias to the parent folder name: I certainly did not know that.

Thank you.

M :)

3 1887
NitinSawant
270 100+
Have you enabled anonymous access to the site/directory?
Aug 20 '09 #2
ssnaik84
149 100+
1) 1.1.1.1 - is this IP addr of your machine where IIS6 installed?
2) is default page of your server browsable?
3) check firewall of that machine for port 1111 and add it in exceptions
Aug 20 '09 #3
E11esar
132 100+
Hi there - solved it! It works if I do not include the parent directory of the web page so instead of entering:

http://1.1.1.1:1111/GEMap/TestFolder/Test.html

just use http://1.1.1.1:1111/TestFolder/Test.html

It appears that when a port is used, IIS sets the port number as alias to the parent folder name: I certainly did not know that.

Thank you.

M :)
Aug 20 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Sean Berry | last post by:
Hi there. I am relativly new to Python CGI and need a question answered. I have made custom 404 error pages and have them in various web directories. I have not been able to figure out a way...
7
by: Paul | last post by:
I thought this is more of an IE issue but i've had no joy on that group perhaps somebody here will have a clue. If i click a link to a web page embedded in Excel (97 OR 2000) i get the standard...
13
by: teenzbutler | last post by:
I have a 10mb ASP file, which will not load in IE 6.0. I get an HTTP 500 error. When I convert the 10mb file to HTML, it loads fine. Is there a limitation on file size? If so, is there a tag I...
14
by: sinister | last post by:
I have some CGI programs that spit out error pages when the user enters illegal form input. These custom error pages, while informing the user of errors, are otherwise just standard web pages. ...
6
by: John Lau | last post by:
Hi, I am looking at the MS KB Article 306355: HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET This article describes how to redirect errors to a custom html...
2
by: ypul | last post by:
on my local server i am getting ".net error" of "page not found " but on my hosting server I am not getting .net error ...I am getting the normal page not found error what could be the reason ?...
1
by: sam | last post by:
Hi, I have seen many posts about this problem and no resolution. I have set the maxRequestLength to 200K as I don't want anyone uploading files to the server greater than this size. I have...
2
by: Chris Fink | last post by:
I encountered a very odd error this afternoon. A website that has been in production for quite some time suddenly came up with a page cannot be found on the main index.aspx page for the site. 5...
7
by: Pat Carden | last post by:
I'm trying to provide a better user experience by redirecting my users to a "Page Not Found" page, using a Custom Errors directive in Web.Config. The problem is I need to return a 404 error code...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.