Re: .asp pages not showing output from asp code
From: Dan (Dan_at_discussions.microsoft.com)
Date: 06/24/04
- Next message: Whitehous: "XMLHTTP"
- Previous message: Wondering: "Re: FP Server Extensions"
- In reply to: Ken Schaefer: "Re: .asp pages not showing output from asp code"
- Next in thread: Jeff Cochran: "Re: .asp pages not showing output from asp code"
- Reply: Jeff Cochran: "Re: .asp pages not showing output from asp code"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Jun 2004 19:54:01 -0700
Hi Ken
Event ID: 36
Source: W3SVC
Description: Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 24/06/2004
Time: 12:48:06 PM
User: N/A
Computer: WYLY
Description:
The server failed to load application '/LM/W3SVC/1/ROOT'. The error was 'No such interface supported
'.
For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Cheers Dan
"Ken Schaefer" wrote:
> You need to look in the Windows event log.
>
> Start -> Settings -> Control Panel -> Administrative Tools -> Event Viewer
>
> Please post the relevant Event ID, Source and Description(s)
>
> Cheers
> Ken
>
> "Dan" <Dan@discussions.microsoft.com> wrote in message
> news:5E89CC51-DB1E-4707-8B34-E0AF1AC7BF83@microsoft.com...
> : Hi Ken
> :
> : I am requesting pages through localhost. HTML pages are displayed
> successfully in Explorer through localhost ie -
> http://localhost/htmlPage.html.
> :
> : When requesting an asp page through localhost
> (http://localhost/aspPage.asp) the following error message page appears:
> :
> : "Server Application Error
> : The server has encountered an error while loading an application during
> the processing of your request. Please refer to the event log for more
> detail information. Please contact the server administrator for assistance."
> :
> : The source code for the error message page relates to that message, as you
> would expect.
> :
> : I have the 'show friendly error messages option' turned off.
> :
> : The event log for the above request says:
> :
> : "23:23:04 127.0.0.1 GET /index.asp 500"
> :
> : Dan
> :
> : "Ken Schaefer" wrote:
> :
> : > How are you requesting the pages?
> : >
> : > If you are just double-clicking on them in Explorer, then you are just
> : > opening the source code of the file. The files are Active *Server*
> Pages, so
> : > they need to be parsed by the server, ie requested as
> : > http://localhost/aspPageName.asp
> : >
> : > If you are requesting the pages via http://localhost, can you do a
> : > "view-source" on the page? Is the ASP code visible in the source of the
> : > webpage?
> : >
> : > Cheers
> : > Ken
> : >
> : > "Dan" <Dan@discussions.microsoft.com> wrote in message
> : > news:06BBDEC5-4F05-433B-98AF-2617F955FF5D@microsoft.com...
> : > : Hi
> : > :
> : > : I'm running IIS 5.1 on Windows XP Pro. When viewing .asp pages only
> the
> : > output from the HTML code appears in the browser. Nothing appears in the
> : > browser from within the <% ... %> tags, even <%= Date %>. Pages with
> : > vbscript code before the HTML won't load in IE.
> : > :
> : > : Could it be that I have to configure IIS somehow to be able to read
> asp
> : > code?
> : > :
> : > : Thanks
> : >
> : >
> : >
>
>
>
- Next message: Whitehous: "XMLHTTP"
- Previous message: Wondering: "Re: FP Server Extensions"
- In reply to: Ken Schaefer: "Re: .asp pages not showing output from asp code"
- Next in thread: Jeff Cochran: "Re: .asp pages not showing output from asp code"
- Reply: Jeff Cochran: "Re: .asp pages not showing output from asp code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|