ASP pages wont work on iis XP pro / class does not exist

Ask a Question related to ASP, Design and Development.

  1. #1

    Default ASP pages wont work on iis XP pro / class does not exist

    I get a http 500 error on all asp pages. When turning off
    the friendly message box, the message is "Class does not
    exist". What is the fix for that? This affect all asp
    pages incling the default asp pages in the default
    directory.

    Thanks
    jeanfor@discussions.microsoft.com Guest

  2. Similar Questions and Discussions

    1. CSS layout not rendering when pages exist in draftfolder
      I am having problems displaying CSS-driven pages in EDIT mode when files exist in the drafts panel. Example 1: If I open Contribute and select a...
    2. pulling pages that no longer exist.
      K guys, I have this issue that's been bugging for a while now. Say I have 10 files in a particular directory. I delete 5 of them. Those 5...
    3. ASP PAGES WONT WORK
      We have a 2000 server running IIS 5.0. and it seems that no asp pages are working. it gives an error server application error. please help.
    4. ASP pages wont work on iis xp pro
      I am having a problem viewing asp pages on iis version 5.1 xp pro. HTML pages are viewable on http://localhost but .asp pages are not. I have...
    5. Dreamweaver mx template wont update pages.
      So i have a website and its all made in dreamweaver but everytime i update the template it wont update the rest of the pages. I have defined a...
  3. #2

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    Class does not exist

    Is that the entire error message? Nothing else?

    Cheers
    Ken

    "jeanfor@discussions.microsoft.com" <anonymous@discussions.microsoft.com>
    wrote in message news:028a01c39574$2093adc0$a501280a@phx.gbl...
    : I get a http 500 error on all asp pages. When turning off
    : the friendly message box, the message is "Class does not
    : exist". What is the fix for that? This affect all asp
    : pages incling the default asp pages in the default
    : directory.
    :
    : Thanks


    Ken Schaefer Guest

  4. #3

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    Yes...Class does not exist at the top of the page and the
    rest is blank...
    >-----Original Message-----
    >Class does not exist
    >
    >Is that the entire error message? Nothing else?
    >
    >Cheers
    >Ken
    >
    >"jeanfor@discussions.microsoft.com"
    <anonymous@discussions.microsoft.com>
    >wrote in message news:028a01c39574$2093adc0
    $a501280a@phx.gbl...
    >: I get a http 500 error on all asp pages. When turning
    off
    >: the friendly message box, the message is "Class does
    not
    >: exist". What is the fix for that? This affect all asp
    >: pages incling the default asp pages in the default
    >: directory.
    >:
    >: Thanks
    >
    >
    >.
    >
    Guest

  5. #4

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    Does this occur on a page that just has:

    <%Response.Write("Hello")%>

    ?

    Also, can you go into the IIS MMC Snapin (Start -> Settings -> Control
    Panel -> Admin Tools -> Internet Information Services). Right-click on the
    website -> Properties -> Custom Errors and check that the 500-100 error is
    set to "url" and "/iisHelp/common/500-100.asp"

    Cheers
    Ken

    <anonymous@discussions.microsoft.com> wrote in message
    news:026b01c39576$a83e2370$a001280a@phx.gbl...
    : Yes...Class does not exist at the top of the page and the
    : rest is blank...
    : >-----Original Message-----
    : >Class does not exist
    : >
    : >Is that the entire error message? Nothing else?
    : >
    : >Cheers
    : >Ken
    : >
    : >"jeanfor@discussions.microsoft.com"
    : <anonymous@discussions.microsoft.com>
    : >wrote in message news:028a01c39574$2093adc0
    : $a501280a@phx.gbl...
    : >: I get a http 500 error on all asp pages. When turning
    : off
    : >: the friendly message box, the message is "Class does
    : not
    : >: exist". What is the fix for that? This affect all asp
    : >: pages incling the default asp pages in the default
    : >: directory.
    : >:
    : >: Thanks
    : >
    : >
    : >.
    : >


    Ken Schaefer Guest

  6. #5

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    Yes it is there....

    it happens with all asp pages, even with the microsoft
    asp pages thet come with iis5.1


    >-----Original Message-----
    >Does this occur on a page that just has:
    >
    ><%Response.Write("Hello")%>
    >
    >?
    >
    >Also, can you go into the IIS MMC Snapin (Start ->
    Settings -> Control
    >Panel -> Admin Tools -> Internet Information Services).
    Right-click on the
    >website -> Properties -> Custom Errors and check that
    the 500-100 error is
    >set to "url" and "/iisHelp/common/500-100.asp"
    >
    >Cheers
    >Ken
    >
    ><anonymous@discussions.microsoft.com> wrote in message
    >news:026b01c39576$a83e2370$a001280a@phx.gbl...
    >: Yes...Class does not exist at the top of the page and
    the
    >: rest is blank...
    >: >-----Original Message-----
    >: >Class does not exist
    >: >
    >: >Is that the entire error message? Nothing else?
    >: >
    >: >Cheers
    >: >Ken
    >: >
    >: >"jeanfor@discussions.microsoft.com"
    >: <anonymous@discussions.microsoft.com>
    >: >wrote in message news:028a01c39574$2093adc0
    >: $a501280a@phx.gbl...
    >: >: I get a http 500 error on all asp pages. When
    turning
    >: off
    >: >: the friendly message box, the message is "Class does
    >: not
    >: >: exist". What is the fix for that? This affect all
    asp
    >: >: pages incling the default asp pages in the default
    >: >: directory.
    >: >:
    >: >: Thanks
    >: >
    >: >
    >: >.
    >: >
    >
    >
    >.
    >
    jeanfor@discussions.microsoft.com Guest

  7. #6

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    ....even [url]http://localhost/IISHelp/common/500-100.asp[/url]
    return the message "class does not exist"

    >-----Original Message-----
    >Does this occur on a page that just has:
    >
    ><%Response.Write("Hello")%>
    >
    >?
    >
    >Also, can you go into the IIS MMC Snapin (Start ->
    Settings -> Control
    >Panel -> Admin Tools -> Internet Information Services).
    Right-click on the
    >website -> Properties -> Custom Errors and check that
    the 500-100 error is
    >set to "url" and "/iisHelp/common/500-100.asp"
    >
    >Cheers
    >Ken
    >
    ><anonymous@discussions.microsoft.com> wrote in message
    >news:026b01c39576$a83e2370$a001280a@phx.gbl...
    >: Yes...Class does not exist at the top of the page and
    the
    >: rest is blank...
    >: >-----Original Message-----
    >: >Class does not exist
    >: >
    >: >Is that the entire error message? Nothing else?
    >: >
    >: >Cheers
    >: >Ken
    >: >
    >: >"jeanfor@discussions.microsoft.com"
    >: <anonymous@discussions.microsoft.com>
    >: >wrote in message news:028a01c39574$2093adc0
    >: $a501280a@phx.gbl...
    >: >: I get a http 500 error on all asp pages. When
    turning
    >: off
    >: >: the friendly message box, the message is "Class does
    >: not
    >: >: exist". What is the fix for that? This affect all
    asp
    >: >: pages incling the default asp pages in the default
    >: >: directory.
    >: >:
    >: >: Thanks
    >: >
    >: >
    >: >.
    >: >
    >
    >
    >.
    >
    Guest

  8. #7

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    I'm not sure I can help you - I've never run into this problem. I suspect
    that something is wrong with your asp.dll, or some other core ASP
    functionality.

    Have you tried uninstalling IIS and installing it again?

    Cheers
    Ken


    <anonymous@discussions.microsoft.com> wrote in message
    news:027501c3957b$0339c6e0$a601280a@phx.gbl...
    : ...even [url]http://localhost/IISHelp/common/500-100.asp[/url]
    : return the message "class does not exist"
    :
    :
    : >-----Original Message-----
    : >Does this occur on a page that just has:
    : >
    : ><%Response.Write("Hello")%>
    : >
    : >?
    : >
    : >Also, can you go into the IIS MMC Snapin (Start ->
    : Settings -> Control
    : >Panel -> Admin Tools -> Internet Information Services).
    : Right-click on the
    : >website -> Properties -> Custom Errors and check that
    : the 500-100 error is
    : >set to "url" and "/iisHelp/common/500-100.asp"
    : >
    : >Cheers
    : >Ken
    : >
    : ><anonymous@discussions.microsoft.com> wrote in message
    : >news:026b01c39576$a83e2370$a001280a@phx.gbl...
    : >: Yes...Class does not exist at the top of the page and
    : the
    : >: rest is blank...
    : >: >-----Original Message-----
    : >: >Class does not exist
    : >: >
    : >: >Is that the entire error message? Nothing else?
    : >: >
    : >: >Cheers
    : >: >Ken
    : >: >
    : >: >"jeanfor@discussions.microsoft.com"
    : >: <anonymous@discussions.microsoft.com>
    : >: >wrote in message news:028a01c39574$2093adc0
    : >: $a501280a@phx.gbl...
    : >: >: I get a http 500 error on all asp pages. When
    : turning
    : >: off
    : >: >: the friendly message box, the message is "Class does
    : >: not
    : >: >: exist". What is the fix for that? This affect all
    : asp
    : >: >: pages incling the default asp pages in the default
    : >: >: directory.
    : >: >:
    : >: >: Thanks
    : >: >
    : >: >
    : >: >.
    : >: >
    : >
    : >
    : >.
    : >


    Ken Schaefer Guest

  9. #8

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    I have found a couple of other people who got that
    problem and did not get any help...The funny thing is I
    have that on two omputer running XP pro. They have both
    Visual Studio 2003.net and Visual Studio 6.0. I do not
    want to install and uninstall yet since I am using
    sourcesafe for the web too. I never got that kind og
    issue on windows 200 Pro and Server.

    >-----Original Message-----
    >I'm not sure I can help you - I've never run into this
    problem. I suspect
    >that something is wrong with your asp.dll, or some other
    core ASP
    >functionality.
    >
    >Have you tried uninstalling IIS and installing it again?
    >
    >Cheers
    >Ken
    >
    >
    ><anonymous@discussions.microsoft.com> wrote in message
    >news:027501c3957b$0339c6e0$a601280a@phx.gbl...
    >: ...even [url]http://localhost/IISHelp/common/500-100.asp[/url]
    >: return the message "class does not exist"
    >:
    >:
    >: >-----Original Message-----
    >: >Does this occur on a page that just has:
    >: >
    >: ><%Response.Write("Hello")%>
    >: >
    >: >?
    >: >
    >: >Also, can you go into the IIS MMC Snapin (Start ->
    >: Settings -> Control
    >: >Panel -> Admin Tools -> Internet Information
    Services).
    >: Right-click on the
    >: >website -> Properties -> Custom Errors and check that
    >: the 500-100 error is
    >: >set to "url" and "/iisHelp/common/500-100.asp"
    >: >
    >: >Cheers
    >: >Ken
    >: >
    >: ><anonymous@discussions.microsoft.com> wrote in message
    >: >news:026b01c39576$a83e2370$a001280a@phx.gbl...
    >: >: Yes...Class does not exist at the top of the page
    and
    >: the
    >: >: rest is blank...
    >: >: >-----Original Message-----
    >: >: >Class does not exist
    >: >: >
    >: >: >Is that the entire error message? Nothing else?
    >: >: >
    >: >: >Cheers
    >: >: >Ken
    >: >: >
    >: >: >"jeanfor@discussions.microsoft.com"
    >: >: <anonymous@discussions.microsoft.com>
    >: >: >wrote in message news:028a01c39574$2093adc0
    >: >: $a501280a@phx.gbl...
    >: >: >: I get a http 500 error on all asp pages. When
    >: turning
    >: >: off
    >: >: >: the friendly message box, the message is "Class
    does
    >: >: not
    >: >: >: exist". What is the fix for that? This affect all
    >: asp
    >: >: >: pages incling the default asp pages in the
    default
    >: >: >: directory.
    >: >: >:
    >: >: >: Thanks
    >: >: >
    >: >: >
    >: >: >.
    >: >: >
    >: >
    >: >
    >: >.
    >: >
    >
    >
    >.
    >
    jeanfor@discussions.microsoft.com Guest

  10. #9

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    hmm - you could try IISState: [url]http://www.iisfaq.com/default.aspx?view=P197[/url]

    Cheers
    Ken

    "jeanfor@discussions.microsoft.com" <anonymous@discussions.microsoft.com>
    wrote in message news:005d01c3959a$92809b70$a401280a@phx.gbl...
    : I have found a couple of other people who got that
    : problem and did not get any help...The funny thing is I
    : have that on two omputer running XP pro. They have both
    : Visual Studio 2003.net and Visual Studio 6.0. I do not
    : want to install and uninstall yet since I am using
    : sourcesafe for the web too. I never got that kind og
    : issue on windows 200 Pro and Server.
    :
    :
    : >-----Original Message-----
    : >I'm not sure I can help you - I've never run into this
    : problem. I suspect
    : >that something is wrong with your asp.dll, or some other
    : core ASP
    : >functionality.
    : >
    : >Have you tried uninstalling IIS and installing it again?
    : >
    : >Cheers
    : >Ken
    : >
    : >
    : ><anonymous@discussions.microsoft.com> wrote in message
    : >news:027501c3957b$0339c6e0$a601280a@phx.gbl...
    : >: ...even [url]http://localhost/IISHelp/common/500-100.asp[/url]
    : >: return the message "class does not exist"
    : >:
    : >:
    : >: >-----Original Message-----
    : >: >Does this occur on a page that just has:
    : >: >
    : >: ><%Response.Write("Hello")%>
    : >: >
    : >: >?
    : >: >
    : >: >Also, can you go into the IIS MMC Snapin (Start ->
    : >: Settings -> Control
    : >: >Panel -> Admin Tools -> Internet Information
    : Services).
    : >: Right-click on the
    : >: >website -> Properties -> Custom Errors and check that
    : >: the 500-100 error is
    : >: >set to "url" and "/iisHelp/common/500-100.asp"
    : >: >
    : >: >Cheers
    : >: >Ken
    : >: >
    : >: ><anonymous@discussions.microsoft.com> wrote in message
    : >: >news:026b01c39576$a83e2370$a001280a@phx.gbl...
    : >: >: Yes...Class does not exist at the top of the page
    : and
    : >: the
    : >: >: rest is blank...
    : >: >: >-----Original Message-----
    : >: >: >Class does not exist
    : >: >: >
    : >: >: >Is that the entire error message? Nothing else?
    : >: >: >
    : >: >: >Cheers
    : >: >: >Ken
    : >: >: >
    : >: >: >"jeanfor@discussions.microsoft.com"
    : >: >: <anonymous@discussions.microsoft.com>
    : >: >: >wrote in message news:028a01c39574$2093adc0
    : >: >: $a501280a@phx.gbl...
    : >: >: >: I get a http 500 error on all asp pages. When
    : >: turning
    : >: >: off
    : >: >: >: the friendly message box, the message is "Class
    : does
    : >: >: not
    : >: >: >: exist". What is the fix for that? This affect all
    : >: asp
    : >: >: >: pages incling the default asp pages in the
    : default
    : >: >: >: directory.
    : >: >: >:
    : >: >: >: Thanks
    : >: >: >
    : >: >: >
    : >: >: >.
    : >: >: >
    : >: >
    : >: >
    : >: >.
    : >: >
    : >
    : >
    : >.
    : >


    Ken Schaefer Guest

  11. #10

    Default Re: ASP pages wont work on iis XP pro / class does not exist

    Thanks

    I'll give it a try when I get a chance....doing
    development at the moment...
    >-----Original Message-----
    >hmm - you could try IISState:
    [url]http://www.iisfaq.com/default.aspx?view=P197[/url]
    >
    >Cheers
    >Ken
    >
    >"jeanfor@discussions.microsoft.com"
    <anonymous@discussions.microsoft.com>
    >wrote in message news:005d01c3959a$92809b70
    $a401280a@phx.gbl...
    >: I have found a couple of other people who got that
    >: problem and did not get any help...The funny thing is I
    >: have that on two omputer running XP pro. They have both
    >: Visual Studio 2003.net and Visual Studio 6.0. I do not
    >: want to install and uninstall yet since I am using
    >: sourcesafe for the web too. I never got that kind og
    >: issue on windows 200 Pro and Server.
    >:
    >:
    >: >-----Original Message-----
    >: >I'm not sure I can help you - I've never run into this
    >: problem. I suspect
    >: >that something is wrong with your asp.dll, or some
    other
    >: core ASP
    >: >functionality.
    >: >
    >: >Have you tried uninstalling IIS and installing it
    again?
    >: >
    >: >Cheers
    >: >Ken
    >: >
    >: >
    >: ><anonymous@discussions.microsoft.com> wrote in message
    >: >news:027501c3957b$0339c6e0$a601280a@phx.gbl...
    >: >: ...even [url]http://localhost/IISHelp/common/500-100.asp[/url]
    >: >: return the message "class does not exist"
    >: >:
    >: >:
    >: >: >-----Original Message-----
    >: >: >Does this occur on a page that just has:
    >: >: >
    >: >: ><%Response.Write("Hello")%>
    >: >: >
    >: >: >?
    >: >: >
    >: >: >Also, can you go into the IIS MMC Snapin (Start ->
    >: >: Settings -> Control
    >: >: >Panel -> Admin Tools -> Internet Information
    >: Services).
    >: >: Right-click on the
    >: >: >website -> Properties -> Custom Errors and check
    that
    >: >: the 500-100 error is
    >: >: >set to "url" and "/iisHelp/common/500-100.asp"
    >: >: >
    >: >: >Cheers
    >: >: >Ken
    >: >: >
    >: >: ><anonymous@discussions.microsoft.com> wrote in
    message
    >: >: >news:026b01c39576$a83e2370$a001280a@phx.gbl...
    >: >: >: Yes...Class does not exist at the top of the page
    >: and
    >: >: the
    >: >: >: rest is blank...
    >: >: >: >-----Original Message-----
    >: >: >: >Class does not exist
    >: >: >: >
    >: >: >: >Is that the entire error message? Nothing else?
    >: >: >: >
    >: >: >: >Cheers
    >: >: >: >Ken
    >: >: >: >
    >: >: >: >"jeanfor@discussions.microsoft.com"
    >: >: >: <anonymous@discussions.microsoft.com>
    >: >: >: >wrote in message news:028a01c39574$2093adc0
    >: >: >: $a501280a@phx.gbl...
    >: >: >: >: I get a http 500 error on all asp pages. When
    >: >: turning
    >: >: >: off
    >: >: >: >: the friendly message box, the message
    is "Class
    >: does
    >: >: >: not
    >: >: >: >: exist". What is the fix for that? This affect
    all
    >: >: asp
    >: >: >: >: pages incling the default asp pages in the
    >: default
    >: >: >: >: directory.
    >: >: >: >:
    >: >: >: >: Thanks
    >: >: >: >
    >: >: >: >
    >: >: >: >.
    >: >: >: >
    >: >: >
    >: >: >
    >: >: >.
    >: >: >
    >: >
    >: >
    >: >.
    >: >
    >
    >
    >.
    >
    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