473,657 Members | 2,702 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 7713
See similar thread(s) posted today.

Ray at work

"Billy" <an*******@disc ussions.microso ft.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*******@disc ussions.microso ft.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...no thing

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

Ray at work

"Billy" <an*******@disc ussions.microso ft.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*******@disc ussions.microso ft.com> wrote in message
news:05******** *************** *****@phx.gbl.. .
Did that, none of them are specific...i have enabled
script and exe, installed server extentions...no thing

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

Ray at work

"Billy" <an*******@disc ussions.microso ft.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
FileSystemObjec t 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***@TRASHasp faq.com> wrote in message
news:eP******** ******@tk2msftn gp13.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*******@disc ussions.microso ft.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******** *****@TK2MSFTNG P11.phx.gbl...
http://dictionary.com/search?q=fail

Jul 19 '05 #10

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

Similar topics

7
5351
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? Normally this is faairly straight forward but I am stubbling here
8
7290
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 the local C:\test, in this directory I have index.htm and test.asp (just a simple Response.Write "TEST"). Opening the server/test/index.htm show the page, server/test/test.asp gives
3
1714
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 that exists as content in a database, and not as files in the file system. What i want is to be able to place ASP.NET controls on some of my output, so they can be served alongside my requested content.
4
2008
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 they contain ASP script. Firstly, do the code snippets I have attached at the bottom of this post contain any non ASP code (i.e. ASP.NET code)? Secondly, what is the best method for getting the pages to run straight from
12
1521
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 complicated for the majority of stuff I do and I miss the more simplistic scripting way. I don't use WYSIWYG editors, don't mind writing a few lines of code. I seem to end up with at least one frustrating moment with every asp.net project trying...
3
1590
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 include them in my ASP.NET project? Thanks, Keith
3
1582
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 running on windows server 2003 and sql server 2005 is there anything that i should be aware of when purchasing the server? im new to asp.net but not web servers Fred
7
2341
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 to prevent other websites from serving my image. For example - How can I prevent another website from doing this? <img src="http://mywebsitename/images/image1.jpg" Is this possible? Thanks
6
9632
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 directory. I add default.aspx to the list of default pages for the virtual directory. My problems are: 1- On vista computer I am trying to see the output of my ASP.NET
18
4052
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 = request.browser.browser b = "IE" if a <b then
0
8305
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8732
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8605
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7324
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4151
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2726
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
2
1953
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1611
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.