473,581 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help! ASP pages don't open with IIS (local files) IE6 and Win2K

Hello everyone,
I can't open ASP documents with Windows 2000 Pro french version SP4 +
IE6.0 SP1 + IIS 5.0. When I click an ASP file, it's FrontPage 2000 that
opens it. If I choose Open With... Internet Explorer, nothing opens. And if
I can have an ASP page open in IE, if there is a link to another ASP page,
when I click it, it doesn't open that ASP link, instead IE asks if I want to
download the file. IE seems to be unable to process ASP files. Why? By the
way, this is a problem when I want to work with ASP pages locally, with the
127.0.0.1 address. Yes, the IIS Service is started in the MMC. Any help will
be appreciated. Thank you very much.

Éric GARANT
Jul 19 '05 #1
2 7095
IE doesn't process ASP pages. Are you going to http://localhost or
http://yourip, or are you going to C:\Path\file.as p?

Ray at home

"Éric GARANT" <ga****@webnet. qc.ca> wrote in message
news:sv2Pa.2289 $Fy1.102186@loc alhost...
Hello everyone,
I can't open ASP documents with Windows 2000 Pro french version SP4 +
IE6.0 SP1 + IIS 5.0. When I click an ASP file, it's FrontPage 2000 that
opens it. If I choose Open With... Internet Explorer, nothing opens. And if I can have an ASP page open in IE, if there is a link to another ASP page,
when I click it, it doesn't open that ASP link, instead IE asks if I want to download the file. IE seems to be unable to process ASP files. Why? By the
way, this is a problem when I want to work with ASP pages locally, with the 127.0.0.1 address. Yes, the IIS Service is started in the MMC. Any help will be appreciated. Thank you very much.

Éric GARANT

Jul 19 '05 #2
NAV2002 is installed but automatic protection isn't enabled. And I booted to
WinXP Pro (instead of 2000 Pro, I have both OSes) and tried to do the same
and it worked. In XP, I can go to 127.0.0.1/dossier/index.asp and the ASP
page is properly processed. There must be a problem with my Windows 2000
installation. :-(
"John Blessing" <ntlnews@**REMO VETHIS**lbehelp desk.com> a écrit dans le
message de news:em******** ***********@new sfep4-glfd.server.ntl i.net...
Do you have Norton Antivirus installed on the web server? If so, it defaults to enable "script blocking" which will stop your asp working.

--
John Blessing
http://www.LbeHelpdesk.com - Help Desk software at affordable prices
http://www.free-helpdesk.com - Completely free help desk software !
http://www.lbetoolbox.com - Remove Duplicates from MS Outlook
http://www.lbesync.com - Synchronize two Outlook Personal Folders
"Éric GARANT" <ga****@webnet. qc.ca> wrote in message
news:UhmPa.2383 $Fy1.105110@loc alhost...
I just want to use ASP pages using the localhost ( http://localhost or
http://127.0.0.1 , for example: http://127.0.0.1/dossier/index.asp ). I
don't intend to use ASP on a web server (only with the localhost).
It must be possible to view ASP pages in IE! Just think about websites

using
ASP pages!

Éric
"Ray at <%=sLocation% >" <ra*@ajf8jalskd fna.sefrhja7yas df.com> a écrit dans
le message de news:%2******** *******@TK2MSFT NGP10.phx.gbl.. .
IE doesn't process ASP pages. Are you going to http://localhost or
http://yourip, or are you going to C:\Path\file.as p?

Ray at home

"Éric GARANT" <ga****@webnet. qc.ca> wrote in message
news:sv2Pa.2289 $Fy1.102186@loc alhost...
> Hello everyone,
> I can't open ASP documents with Windows 2000 Pro french version SP4
+
> IE6.0 SP1 + IIS 5.0. When I click an ASP file, it's FrontPage 2000

that > opens it. If I choose Open With... Internet Explorer, nothing opens. And if
> I can have an ASP page open in IE, if there is a link to another ASP

page,
> when I click it, it doesn't open that ASP link, instead IE asks if I

want
to
> download the file. IE seems to be unable to process ASP files. Why?
By the
> way, this is a problem when I want to work with ASP pages locally,

with the
> 127.0.0.1 address. Yes, the IIS Service is started in the MMC. Any help will
> be appreciated. Thank you very much.
>
> Éric GARANT
>
>


Jul 19 '05 #3

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

Similar topics

21
6521
by: Dave | last post by:
After following Microsofts admonition to reformat my system before doing a final compilation of my app I got many warnings/errors upon compiling an rtf file created in word. I used the Help Workshop program: hcw.exe that's included with Visual Basic. This exact same file compiled perfectly with no notes, warnings or errors prior to...
0
2193
by: python-help-bounces | last post by:
Your message for python-help@python.org, the Python programming language assistance line, has been received and is being delivered. This automated response is sent to those of you new to python-help, to point out a few resources that can help with answering your own questions, or improve the chances of getting a useful answer from the...
4
3338
by: Sarir Khamsi | last post by:
Is there a way to get help the way you get it from the Python interpreter (eg, 'help(dir)' gives help on the 'dir' command) in the module cmd.Cmd? I know how to add commands and help text to cmd.Cmd but I would also like to get the man-page-like help for classes and functions. Does anyone know how to do that? Thanks. Sarir
3
3342
by: Colin J. Williams | last post by:
Python advertises some basic service: C:\Python24>python Python 2.4.1 (#65, Mar 30 2005, 09:13:57) on win32 Type "help", "copyright", "credits" or "license" for more information. >>> With numarray, help gives unhelpful responses:
27
2794
by: Bruce Dodds | last post by:
I recently started using Access 2003 for the first time. I wanted to pass on some comments about the Help system to Access MVPs who frequent this board. I'm doing this in the hope that some of what I say may be passed on to Microsoft. Microsoft has implemented a combination local and web based help system in Access 2003. The local Help...
4
2612
by: dixie | last post by:
Help, I'm really out of my depth here (not unusual I hear you say :-). I have just installed HTML Help in an application. I told it in the Project Properties the path to the help file. I then type in a command line that runs the help in the correct Context from a button on each form. It all worked fine - HERE. The problem is that when I...
5
3256
by: Steve | last post by:
I have written a help file (chm) for a DLL and referenced it using Help.ShowHelp My expectation is that a developer using my DLL would be able to access this help file during his development time using "F1" help within the VB IDE. Is this expectation achievable In trying to test my help file in the IDE, I have a solution with 2 projects:...
4
2247
by: Fred Flintstone | last post by:
This one baffles me. I'm using VS.Net 2005 and write desktop apps that need built in help. So logically, I figure maybe VS has a help system component built in so I search the help. Hey! Apparently, all I have to do is create a "Help Project"! There's my starting point. So the VS help says: "To create a Help project, click on the File...
3
2022
by: lord.zoltar | last post by:
I've managed to get a nice little chm help system written. Now I need to display it! I added a HelpProvider to my MDIParent form and set the namespace of the HelpProvider to be the help file. So far so good - when I press F1, I get HTML Help popping up with my Help file. This is good but I've been requested to make Help pop up when the user...
10
3347
by: JonathanOrlev | last post by:
Hello everybody, I wrote this comment in another message of mine, but decided to post it again as a standalone message. I think that Microsoft's Office 2003 help system is horrible, probably the worst I ever seen. I almost cannot find anything I need, including things I
0
7862
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8144
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
6551
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5361
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3803
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3820
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1132
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.