Server object error "ASP 0177 : c0000005"
am 10.07.2007 12:32:02 von rajiv_p_iyer
My ASP application running on IIS6 / W2K3 crashes after a period of working
fine with a series of errors ending in:
Server object error 'ASP 0177 : c0000005'
Active Server Pages error 'ASP 0241'
CreateObject Exception
/page.asp
The CreateObject of '(null)' caused exception C0000005.
Server object error 'ASP 0177 : c0000005'
In the Event Log it says as: Error: File /Page_1.asp CreateObject
Exception. The CreateObject of '(null)' caused exception C0000005.. Event ID 5
Restarting IIS solves the problem .... for a while and then it happens again.
Does anyone have any ideas what could be causing this ?
--
regards,
Rajiv.I
Re: Server object error "ASP 0177 : c0000005"
am 10.07.2007 14:44:02 von Ken Schaefer
What calls to CreateObject() do you have in the webpage?
Cheers
Ken
"RajivI" wrote in message
news:317FA6CF-35E9-4A43-97B2-0581FFF6DC5E@microsoft.com...
> My ASP application running on IIS6 / W2K3 crashes after a period of
> working
> fine with a series of errors ending in:
>
> Server object error 'ASP 0177 : c0000005'
> Active Server Pages error 'ASP 0241'
> CreateObject Exception
> /page.asp
> The CreateObject of '(null)' caused exception C0000005.
> Server object error 'ASP 0177 : c0000005'
>
>
> In the Event Log it says as: Error: File /Page_1.asp CreateObject
> Exception. The CreateObject of '(null)' caused exception C0000005.. Event
> ID 5
>
>
> Restarting IIS solves the problem .... for a while and then it happens
> again.
>
> Does anyone have any ideas what could be causing this ?
>
>
> --
> regards,
> Rajiv.I
>
Re: Server object error "ASP 0177 : c0000005"
am 10.07.2007 16:04:01 von rajiv_p_iyer
Hi,
CreateObject() care used to create Connection Objects (.wsc files). These
connection objects are being used as communication between web pages and
databases.
--
regards,
Rajiv.I
MCP,MCSA
"Ken Schaefer" wrote:
> What calls to CreateObject() do you have in the webpage?
>
> Cheers
> Ken
>
>
> "RajivI" wrote in message
> news:317FA6CF-35E9-4A43-97B2-0581FFF6DC5E@microsoft.com...
> > My ASP application running on IIS6 / W2K3 crashes after a period of
> > working
> > fine with a series of errors ending in:
> >
> > Server object error 'ASP 0177 : c0000005'
> > Active Server Pages error 'ASP 0241'
> > CreateObject Exception
> > /page.asp
> > The CreateObject of '(null)' caused exception C0000005.
> > Server object error 'ASP 0177 : c0000005'
> >
> >
> > In the Event Log it says as: Error: File /Page_1.asp CreateObject
> > Exception. The CreateObject of '(null)' caused exception C0000005.. Event
> > ID 5
> >
> >
> > Restarting IIS solves the problem .... for a while and then it happens
> > again.
> >
> > Does anyone have any ideas what could be causing this ?
> >
> >
> > --
> > regards,
> > Rajiv.I
> >
>
>