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

IIS 5 and ASP's will not serve

IIS 5.0
Windows 2000 sp3 and sp4

Static content serves fine, asps fail, even Hello.asp

Had some feedback in a thread yesterday, here is the
actual error that gets posted to the log:

The server failed to load application '/LM/W3SVC/1/ROOT'.
The error was 'No such interface supported'.

I scanned the knowledgebase and no real answer was found.
Jul 19 '05 #1
15 7693
See similar thread(s) posted today.

Ray at work

"Billy" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
IIS 5.0
Windows 2000 sp3 and sp4

Static content serves fine, asps fail, even Hello.asp

Had some feedback in a thread yesterday, here is the
actual error that gets posted to the log:

The server failed to load application '/LM/W3SVC/1/ROOT'.
The error was 'No such interface supported'.

I scanned the knowledgebase and no real answer was found.

Jul 19 '05 #2
http://www.aspfaq.com/2226

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Billy" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
IIS 5.0
Windows 2000 sp3 and sp4

Static content serves fine, asps fail, even Hello.asp

Had some feedback in a thread yesterday, here is the
actual error that gets posted to the log:

The server failed to load application '/LM/W3SVC/1/ROOT'.
The error was 'No such interface supported'.

I scanned the knowledgebase and no real answer was found.

Jul 19 '05 #3
Did that, none of them are specific...i have enabled
script and exe, installed server extentions...nothing

-----Original Message-----
See similar thread(s) posted today.

Ray at work

"Billy" <an*******@discussions.microsoft.com> wrote in messagenews:00****************************@phx.gbl...
IIS 5.0
Windows 2000 sp3 and sp4

Static content serves fine, asps fail, even Hello.asp

Had some feedback in a thread yesterday, here is the
actual error that gets posted to the log:

The server failed to load application '/LM/W3SVC/1/ROOT'. The error was 'No such interface supported'.

I scanned the knowledgebase and no real answer was
found.

.

Jul 19 '05 #4
Sounds like script blocking is enabled in your antivirus software

--
David D Cowell
Wildcat Computers, Inc.
http://www.wildcatcomputers.net
800-686-4685
"Billy" <an*******@discussions.microsoft.com> wrote in message
news:05****************************@phx.gbl...
Did that, none of them are specific...i have enabled
script and exe, installed server extentions...nothing

-----Original Message-----
See similar thread(s) posted today.

Ray at work

"Billy" <an*******@discussions.microsoft.com> wrote in

message
news:00****************************@phx.gbl...
IIS 5.0
Windows 2000 sp3 and sp4

Static content serves fine, asps fail, even Hello.asp

Had some feedback in a thread yesterday, here is the
actual error that gets posted to the log:

The server failed to load application '/LM/W3SVC/1/ROOT'. The error was 'No such interface supported'.

I scanned the knowledgebase and no real answer was

found.


.

Jul 19 '05 #5
> Static content serves fine, asps fail

What on earth does "fail" mean?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
Jul 19 '05 #6
> Sounds like script blocking is enabled in your antivirus software

This would cause a script timeout, and only in pages that use
FileSystemObject or other components deemed dangerous by the norton virus.
I don't think this would cause failure (though we still don't know what
failure means) or timeout of a simple response.write "hello" page.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
Jul 19 '05 #7
http://dictionary.com/search?q=fail

Ray at work

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:eP**************@tk2msftngp13.phx.gbl...
Static content serves fine, asps fail


What on earth does "fail" mean?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/

Jul 19 '05 #8
set application protection to Low
"Billy" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
IIS 5.0
Windows 2000 sp3 and sp4

Static content serves fine, asps fail, even Hello.asp

Had some feedback in a thread yesterday, here is the
actual error that gets posted to the log:

The server failed to load application '/LM/W3SVC/1/ROOT'.
The error was 'No such interface supported'.

I scanned the knowledgebase and no real answer was found.

Jul 19 '05 #9
Whoa, too many meanings for this one. I like this one the best: "There
shall not fail thee a man on the throne."

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:el*************@TK2MSFTNGP11.phx.gbl...
http://dictionary.com/search?q=fail

Jul 19 '05 #10
Actually it doesn't timeout. You have to be able to start a script for it to
timeout. If I enable script blocking on my XP Pro machine running IIS and
call up an asp page stored there, in a browser on that machine, it just sets
there indefinitly waiting for the script to run. As far as Norton (installed
on that machine) is concerned any .asp page is a dangerous script. If you
are talking about Norton on a different machine accessing that web server,
then any client side scripts wouldn't run, but hello.asp or any other .asp
pge that didn't contain any client side scripts should run ok.

--
David D Cowell
Wildcat Computers, Inc.
http://www.wildcatcomputers.net
800-686-4685
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:ej**************@TK2MSFTNGP09.phx.gbl...
Sounds like script blocking is enabled in your antivirus software


This would cause a script timeout, and only in pages that use
FileSystemObject or other components deemed dangerous by the norton virus.
I don't think this would cause failure (though we still don't know what
failure means) or timeout of a simple response.write "hello" page.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/

Jul 19 '05 #11
> Actually it doesn't timeout. You have to be able to start a script for it
to
timeout.
And how does hitting an ASP page not meet the criteria for "start a script"?
call up an asp page stored there, in a browser on that machine, it just sets there indefinitly waiting for the script to run.


The browser will eventually give up, and time out. And my point still
stands that Norton doesn't block ASP pages in general, but rather only those
parts of the script that call things like Scripting.FileSystemObject. This
is a very popular FAQ article, so much so that I don't even have to look it
up to know the number. http://www.aspfaq.com/2180

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
Jul 19 '05 #12
Here again, if you are running Norton Antivirus with script blocking
enabled, on the same machine(server in my case running XP Pro) that IIS is
running on, it will prevent asp from running. If Norton Antivirus with
script blocking is enabled in a workstation accessing IIS on a different
machine(with script blocking disabled) it will load the resulting HTML
generated by the script just fine, because the script is executed on the
server not the workstation. If OP is trying to work on a development machine
(programming and viewing the web site on the same machine), and not a live
environment (client-server) then script blocking would prevent his asp from
executing. And yes the browser will finally timeout, but not a "script
timeout" , but because it did not get a response from the request it sent to
the server.

--
David D Cowell
Wildcat Computers, Inc.
http://www.wildcatcomputers.net
800-686-4685
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
Actually it doesn't timeout. You have to be able to start a script for
it to
timeout.
And how does hitting an ASP page not meet the criteria for "start a

script"?
call up an asp page stored there, in a browser on that machine, it just sets
there indefinitly waiting for the script to run.


The browser will eventually give up, and time out. And my point still
stands that Norton doesn't block ASP pages in general, but rather only

those parts of the script that call things like Scripting.FileSystemObject. This is a very popular FAQ article, so much so that I don't even have to look it up to know the number. http://www.aspfaq.com/2180

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/

Jul 19 '05 #13
> Here again, if you are running Norton Antivirus with script blocking
enabled, on the same machine(server in my case running XP Pro) that IIS is
running on, it will prevent asp from running.
Once again. THIS IS NOT TRUE. Script blocking will only catch scripts that
try to instantiate objects like Scripting.FileSystemObject.
executing. And yes the browser will finally timeout, but not a "script
timeout"


Now you're just being overly pedantic. I did not mean, explicitly, ASP
0113 - Server.ScriptTimeout exceeded. I meant that the browser would spin
until it gave up.

Is spin an okay word to use there? Or would you like something more
explicit?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
Jul 19 '05 #14
Well I'm not trying to flame you or be narrow minded :-) but, I'm setting
here running XP Pro/IIS5.1/Norton AV 2003 on this machine. I use it for
development and testing. If I turn on script blocking and try to access
http://localhost/hello.asp it will not run the script. The browser will
timeout. If I disable script blocking it runs the script just fine. I read
the faq and agree that on a client PC, it will only effect client side
executions. My point was if the origional poster was testing on a similar
setup it will block asp execution.

--
David D Cowell
Wildcat Computers, Inc.
http://www.wildcatcomputers.net
800-686-4685
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:u$**************@TK2MSFTNGP09.phx.gbl...
Here again, if you are running Norton Antivirus with script blocking
enabled, on the same machine(server in my case running XP Pro) that IIS is running on, it will prevent asp from running.
Once again. THIS IS NOT TRUE. Script blocking will only catch scripts

that try to instantiate objects like Scripting.FileSystemObject.
executing. And yes the browser will finally timeout, but not a "script
timeout"


Now you're just being overly pedantic. I did not mean, explicitly, ASP
0113 - Server.ScriptTimeout exceeded. I meant that the browser would spin
until it gave up.

Is spin an okay word to use there? Or would you like something more
explicit?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/

Jul 19 '05 #15
> Well I'm not trying to flame you or be narrow minded :-) but, I'm setting
here running XP Pro/IIS5.1/Norton AV 2003 on this machine. I use it for
development and testing. If I turn on script blocking and try to access
http://localhost/hello.asp it will not run the script.


Well, I can't reproduce. I can only get Norton to interfere when the script
has Scripting.FileSystemObject (e.g. CreateTextFile).

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
Jul 19 '05 #16

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

Similar topics

7
by: Billy | last post by:
I'm having a issue with one box where it will not serve any ASP pages, even when i browse them from the IIS manager directly. Is there something I should look at to 'enable' serving asp pages?...
8
by: Rene | last post by:
Hi, I'm spend many hour to fix this problem, read many articles about it but no article gave a solution. To isolate the problem I've created in IIS6 (WServer2003) a virtual directory test to...
3
by: Ricky K. Rasmussen | last post by:
Hi NG, Is it possible in any way to serve an ASP.NET server control when the request is beeing processed by a custom request handler? In my case I use my own request handler to serve elements...
4
by: Carl Gilbert | last post by:
Hi I have a few asp pages that I plan to burn to a CD so the pages can be navigated without an internet connection. I have just realised that the pages might not run that well, if at all, as...
12
by: Pepper | last post by:
I may be alone in this feeling, but I am a long time asp developer and after a few years of asp.net development still am not comfortable with the new way of doing things. Asp.net just seems too...
3
by: Keith | last post by:
I have an IIS 6.0 web server hosting an ASP.NET 2.0 web site. Help files for the site are pure html. Is there some way to serve these html pages using the same ASP.NET web site? If so, how do I...
3
by: Fred | last post by:
how many concurrent users / hits per day can a typical asp.net web server support? the server will serve content similar to that of cnn.com / text and images without video streaming it will be...
7
by: =?Utf-8?B?TWlrZQ==?= | last post by:
Hi. I have an ASP.NET 2.0 web application which contains an Images directory with all website images. How can I prevent other websites from creating img tags with the source as my images? I want...
6
by: ma | last post by:
Hello, I am new to IIS and ASP.NET. I wrote my first ASP.NET and I want to deploy in to a system which has Vista Business and IIS7. I copied my files to the target computer and created a virtual...
18
by: requeth | last post by:
I'm trying to do the following, but when I have the code in for hte HREF link I get a runtime error. How do I pass the link to the end user? <% Dim a as string Dim b as string a =...
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:
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
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
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,...
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
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.