473,395 Members | 1,442 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,395 software developers and data experts.

ASP not being served on some Clients?

I have a server that we installed a Web Application (ASP) and It works with
a few clients that we tested, IE 5.0, and it does not work on the server
machine itself, IE 6

So we've tested a few thing.

Created a simple file with the contents of <html> <body> Hello World </body>
</html>
Made one with .HTM extension and one with .ASP.

I can see the HTM file from all machines. I can only see the .ASP file on
the machine running IE 5.0
The server itself cannot see the .ASP page. We placed the files in the root
of the server web and in the Application folder with the same results.

The Server is running IE 6.6.2800.1106

Any Suggestions?
Jul 19 '05 #1
4 1414

"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
news:e9**************@tk2msftngp13.phx.gbl...
I have a server that we installed a Web Application (ASP) and It works with a few clients that we tested, IE 5.0, and it does not work on the server
machine itself, IE 6
The server shouldn't care what browser the user is running unless you have
put your own browser detection code in there to display or redirect to
different pages based on the user's browser.

I can see the HTM file from all machines. I can only see the .ASP file on
the machine running IE 5.0
The server itself cannot see the .ASP page. We placed the files in the root of the server web and in the Application folder with the same results.
What do you mean when you say it can't "see" it? What do YOU see?

The Server is running IE 6.6.2800.1106


The most recent version of IE is 6. ??

Ray at work
Jul 19 '05 #2
if there isn't anything in the ASP other then pure html it's really
irrelevant of the browser.
What do you get when it "doesn't work" an error?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
news:e9**************@tk2msftngp13.phx.gbl...
I have a server that we installed a Web Application (ASP) and It works with a few clients that we tested, IE 5.0, and it does not work on the server
machine itself, IE 6

So we've tested a few thing.

Created a simple file with the contents of <html> <body> Hello World </body> </html>
Made one with .HTM extension and one with .ASP.

I can see the HTM file from all machines. I can only see the .ASP file on
the machine running IE 5.0
The server itself cannot see the .ASP page. We placed the files in the root of the server web and in the Application folder with the same results.

The Server is running IE 6.6.2800.1106

Any Suggestions?

Jul 19 '05 #3
The page tries to load and then eventually times out and comes up with a
Page not displayed.

The ASP Page is pure HTML.
"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:uP**************@TK2MSFTNGP09.phx.gbl...

"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
news:e9**************@tk2msftngp13.phx.gbl...
I have a server that we installed a Web Application (ASP) and It works

with
a few clients that we tested, IE 5.0, and it does not work on the server
machine itself, IE 6


The server shouldn't care what browser the user is running unless you have
put your own browser detection code in there to display or redirect to
different pages based on the user's browser.


I can see the HTM file from all machines. I can only see the .ASP file on the machine running IE 5.0
The server itself cannot see the .ASP page. We placed the files in the

root
of the server web and in the Application folder with the same results.


What do you mean when you say it can't "see" it? What do YOU see?

The Server is running IE 6.6.2800.1106


The most recent version of IE is 6. ??

Ray at work

Jul 19 '05 #4
So if you rename the file to a .htm file, it's fine?

See here also: http://www.aspfaq.com/show.asp?id=2147

Ray at work

"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
news:Oa**************@TK2MSFTNGP09.phx.gbl...
The page tries to load and then eventually times out and comes up with a
Page not displayed.

The ASP Page is pure HTML.

Jul 19 '05 #5

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

Similar topics

1
by: Matt | last post by:
Hi everyone, I'm using the command mysqlcheck --all-databases --auto-repair --silent and I see these warnings (listed below) on a daily occurrence. Is mysqlcheck causing these warnings? I...
4
by: Pete Forman | last post by:
Ian Hickson's essay at http://www.hixie.ch/advocacy/xhtml and many others argue that XHTML served as text/html should be considered harmful. I'm looking for any evidence that this is really so. ...
1
by: Sanjit Suchak | last post by:
Hi, I am just learning about .net remoting and have managed to get it working. However, I now want to write a basic chat program. The problem I've got is getting the server to only fire...
3
by: Andy Fish | last post by:
Hi, in my ASP.NET web app, I have some config and data files. For convenience, I would like to keep them under the application root directory on the web server, but I don't want IIS to be able...
0
by: Alfons Puig | last post by:
Hi, There is a page called GesDoc.aspx that is a container for two frames: Actions.aspx and Word.aspx. On some machines running IE, when loading the container, on some clients Word.aspx code...
0
by: altu | last post by:
Hello ! All I want to create a server program where Server listens to a specific port take it 8000 there would be many clients who may need to connect to this port same time even when other...
2
by: johnson4 | last post by:
Im wanting to display a dollar sign on my wap application, which requires that the cell phone is served with $$ to display $. Therefor I'm trying to find an easy way, in my php code, that will...
0
by: max.vit | last post by:
I am trying to retrieve the user name (network login) of clients running a local Access DB. We use Access 2000 / 2003 and Windows XP SP 2. I have used 2 different ways to access this information...
3
by: illyenatherin | last post by:
This is the error I'm receiving: This type of page is not served. Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.svc' may...
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: 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: 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...
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.