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

J

jeanfor

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
 
K

Ken Schaefer

Class does not exist

Is that the entire error message? Nothing else?

Cheers
Ken

"(e-mail address removed)" <[email protected]>
wrote in message : 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
 
K

Ken Schaefer

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

: 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
: >
: >"(e-mail address removed)"
: <[email protected]>
: >wrote in message : [email protected]...
: >: 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
: >
: >
: >.
: >
 
J

jeanfor

Yes it is there....

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

Ken Schaefer

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


: ...even http://localhost/IISHelp/common/500-100.asp
: 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
: >
: >: >: 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
: >: >
: >: >"(e-mail address removed)"
: >: <[email protected]>
: >: >wrote in message : >: [email protected]...
: >: >: 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
: >: >
: >: >
: >: >.
: >: >
: >
: >
: >.
: >
 
J

jeanfor

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.
 
K

Ken Schaefer

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

Cheers
Ken

"(e-mail address removed)" <[email protected]>
wrote in message : 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
: >
: >
: >: >: ...even http://localhost/IISHelp/common/500-100.asp
: >: 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
: >: >
: >: >: >: >: 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
: >: >: >
: >: >: >"(e-mail address removed)"
: >: >: <[email protected]>
: >: >: >wrote in message : >: >: [email protected]...
: >: >: >: 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
: >: >: >
: >: >: >
: >: >: >.
: >: >: >
: >: >
: >: >
: >: >.
: >: >
: >
: >
: >.
: >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top