Ask a Question related to ASP Database, Design and Development.
-
Rocio #1
500 error running asp on a virtual directory that runs asp.net with no errors
I do not understand why. I am running perfectly well asp.net on a
virtual directory, but if I put a simple asp file such as this, and
named it foo.asp, and try to run it from this virtual directory, I get
the 500 error:
<html>
<body>
<%
Response.Write("hello")
%>
</body>
</html>
Any ideas why? I check the Properties of this virtual directory, and
under The Virtual Directory tab, Configuration button, App Mappings
tab, I can see .asp listed pointing to
C:\WINNT\System32\inetsrv\asp.dll . If I look at this folder the dll
exists.
I'm running windows 2000 professional.
But I found the same problem in another computer running Windows 2003
server, IIS 6.0
any ideas???
Rocio Guest
-
Running FMS on Virtual Server
Hi, I'm trying to run FMS 2.0.4 on Centos 4.3 on a VPS. It can install fine, contrary to many CentOS users I read about on the forum. However,... -
virtual directory
Our corporate website uses coldfusion. We have developed a web time entry system that also uses coldfusion. I am trying to setup the new timentry... -
Have to Be A Virtual Directory?
I have a project named NET. It has .aspx and one .asmx files. This NET is a virtual directory and application in IIS: - All .aspx and one .asmx and... -
Running XML Web Service from IIS Virtual Directory without creating application
How do you run an XML Web Service from within an IIS Virtual Directory without creating an application. According to Microsoft you can do this,... -
How to find out the name of the virtual directory in ASP.NET
Dear Friends How things going well. I have a question. Please help me. Thanks in advance. I like to give our customers a web site in our site i.e... -
Ray at #2
Re: 500 error running asp on a virtual directory that runs asp.net with no errors
First find out what the error is.
[url]http://www.aspfaq.com/show.asp?id=2109[/url]
Ray at home
"Rocio" <rocio.katsanis@softwareservices.net> wrote in message
news:7b914006.0406071413.43dc1396@posting.google.c om...> I do not understand why. I am running perfectly well asp.net on a
> virtual directory, but if I put a simple asp file such as this, and
> named it foo.asp, and try to run it from this virtual directory, I get
> the 500 error:
>
> <html>
> <body>
> <%
> Response.Write("hello")
>
> %>
> </body>
> </html>
>
> Any ideas why? I check the Properties of this virtual directory, and
> under The Virtual Directory tab, Configuration button, App Mappings
> tab, I can see .asp listed pointing to
> C:\WINNT\System32\inetsrv\asp.dll . If I look at this folder the dll
> exists.
>
> I'm running windows 2000 professional.
> But I found the same problem in another computer running Windows 2003
> server, IIS 6.0
>
> any ideas???
Ray at Guest
-
Rocio Katsanis #3
Re: 500 error running asp on a virtual directory that runs asp.net with no errors
Thnaks for the link Ray.
I followed the instrcutions in that link, and even went to other links
within it, but all I get now is the custumize error message:
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 event viewer, the system log tells me this:
The server failed to load application '/LM/W3SVC/1/Root/TestASP'. The
error was 'No such interface supported
'.
For additional information specific to this message please visit the
Microsoft Online Support site located at:
[url]http://www.microsoft.com/contentredirect.asp[/url].
what could this mean? I went to the microsoft link above but cannot find
a solution for this.
I am running in my local computer windows professional 2000, IIS 5.0 .
But your first link took me to another page on how to fix this problem
on Windows 2003 & IIS 6.0......tried it there but still getting the same
error.
-rocio
*** Sent via Devdex [url]http://www.devdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Rocio Katsanis Guest
-
Ray at #4
Re: 500 error running asp on a virtual directory that runs asp.net with no errors
"Rocio Katsanis" <rocio.katsanis@softwareservices.net> wrote in message
news:%23nDGuMWTEHA.2128@TK2MSFTNGP09.phx.gbl...
> The event viewer, the system log tells me this:
>
> The server failed to load application '/LM/W3SVC/1/Root/TestASP'. The
> error was 'No such interface supportedI would start with this KB article here.> I am running in my local computer windows professional 2000, IIS 5.0 .
[url]http://support.microsoft.com/?kbid=309051[/url]
Ray at work
Ray at Guest



Reply With Quote

