473,387 Members | 1,453 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.

Strange problem viewing .asp files

This problem occured just the other day. Whenever I try to access an .asp
file on my server with an exact url, I get an error: The system cannot find
the file specified.
BUT, if I type in an url to a folder containing a default file (in my case,
index.asp) the file is shown correctly. I could understand if it was the
other way around but this really puzzles me.

You can see what I mean if you first visit
http://gif.sbif.nu/gbook/ (works fine, the file index.asp is shown)
and then
http://gif.sbif.nu/gbook/index.asp (doesn't work, although it is the same
file as above)

Any help in this would be much appreciated.

Patrik
Jul 19 '05 #1
3 2893
Actually....I get a 404 on both of them?

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Patrik Jonsson <pa***@sbif.nu> wrote in message
news:uW**************@TK2MSFTNGP10.phx.gbl...
This problem occured just the other day. Whenever I try to access an .asp
file on my server with an exact url, I get an error: The system cannot find the file specified.
BUT, if I type in an url to a folder containing a default file (in my case, index.asp) the file is shown correctly. I could understand if it was the
other way around but this really puzzles me.

You can see what I mean if you first visit
http://gif.sbif.nu/gbook/ (works fine, the file index.asp is shown)
and then
http://gif.sbif.nu/gbook/index.asp (doesn't work, although it is the same
file as above)

Any help in this would be much appreciated.

Patrik

Jul 19 '05 #2
It may have been because I restarted the IIS just then, because it works
just fine for me when I access the site over the Internet.

Patrik

"Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
news:eS**************@TK2MSFTNGP09.phx.gbl...
Actually....I get a 404 on both of them?

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Patrik Jonsson <pa***@sbif.nu> wrote in message
news:uW**************@TK2MSFTNGP10.phx.gbl...
This problem occured just the other day. Whenever I try to access an ..asp file on my server with an exact url, I get an error: The system cannot

find
the file specified.
BUT, if I type in an url to a folder containing a default file (in my

case,
index.asp) the file is shown correctly. I could understand if it was the
other way around but this really puzzles me.

You can see what I mean if you first visit
http://gif.sbif.nu/gbook/ (works fine, the file index.asp is shown)
and then
http://gif.sbif.nu/gbook/index.asp (doesn't work, although it is the same file as above)

Any help in this would be much appreciated.

Patrik


Jul 19 '05 #3
I'm getting 10061 - Connection Refused on both of them.

--

Phillip Windell [CCNA, MVP, MCP]
WAND-TV (ABC Affiliate)
www.wandtv.com

"Patrik Jonsson" <pa***@sbif.nu> wrote in message
news:#o**************@TK2MSFTNGP12.phx.gbl...
It may have been because I restarted the IIS just then, because it works just fine for me when I access the site over the Internet.

Patrik

"Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
news:eS**************@TK2MSFTNGP09.phx.gbl...
Actually....I get a 404 on both of them?

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Patrik Jonsson <pa***@sbif.nu> wrote in message
news:uW**************@TK2MSFTNGP10.phx.gbl...
This problem occured just the other day. Whenever I try to access an
.asp
file on my server with an exact url, I get an error: The system
cannot
find
the file specified.
BUT, if I type in an url to a folder containing a default file
(in my case,
index.asp) the file is shown correctly. I could understand if it
was the other way around but this really puzzles me.

You can see what I mean if you first visit
http://gif.sbif.nu/gbook/ (works fine, the file index.asp is shown) and then
http://gif.sbif.nu/gbook/index.asp (doesn't work, although it is

the same file as above)

Any help in this would be much appreciated.

Patrik



Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Muppy | last post by:
I've created a page with a form to upload files: <h1>Upload di un file</h1> <form enctype="multipart/form-data" method="post" action="do_upload1.php"> <p><strong>File da trasferire:</strong><br>...
3
by: yogesh | last post by:
How to store the java applet emebedded in a web page for offline viewing? I saved the web page but it got saved without the applet.and also I searched for the corressponding .class file for the...
4
by: Eric E | last post by:
Hi all, I have a fairly complex form in Access 2000. In particular, it has two subforms on separate tabs of a tab control. For the last two weeks, I've encountered the dreaded : "You can't...
2
by: Alex Nitulescu | last post by:
Hi. I have created a web-based "file manager", for remote-administration of a web-site. It works okay. The "main" form in the "file manager" is BrowseFiles.aspx. I can edit the text files (among...
5
by: Nathan Sokalski | last post by:
When I view my index.aspx page any time after the first time, I recieve the following error: System.Web.TraceContext.AddNewControl(String id, String parentId, String type, Int32 viewStateSize)...
3
by: sss024 | last post by:
Word document viewing in RichTextBox control
1
by: comp.lang.php | last post by:
Whenever I would view any of my PHP scripts on any of a number of servers that I run, the Apache error logs on each of them would have this rather strange error: File does not exist:...
4
by: maria | last post by:
I only use C++ with Visual Studio 6.0 for string manipulations in thousands of HTML pages on my website. Many times, the output files of many of my C++ programs contain a spanish question mark (¿)...
10
by: maori | last post by:
You can try this in javascript: A) alert( 1.9 * 50 ); = 95 B) alert( 2.9 * 50 ); = 145 C) alert( 3.9 * 50 ); = 195 D) alert( 4.9 * 50 ); = 245.00000000000003 E) alert( 5.9...
1
by: =?Utf-8?B?TWFuaQ==?= | last post by:
I am using vista home premium. I am a new computer user. I could not view files in a CD/DVD. When i use the same CD in another computer with XP there is no problem in viewing the picture files. ...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.