500 error running asp on a virtual directory that runs asp.net with no errors

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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,...
    2. 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...
    3. 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...
    4. 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,...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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 supported
    > I am running in my local computer windows professional 2000, IIS 5.0 .
    I would start with this KB article here.
    [url]http://support.microsoft.com/?kbid=309051[/url]

    Ray at work


    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139