Unable to run IIS web server

Unable to run IIS web server

am 04.04.2005 16:51:03 von HarishMohanbabu

Hi,

Windows XP Professional + SP2

Just now I installed IIS web server. The installtion went fine. However when
I try to
select IIS from All programs -> Admn Tools, I receive an error message. It
goes something like this -

**************************
COM Surrogate has encountered a problem and needs to close. We are sorry
blah blah ..
**************************

When I looked at the Event viewer for error details, I found the following
entries -

I)
**************************
Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date: 04/04/2005
Time: 15:43:48
User: N/A
Computer: AAX44
Description:
Faulting application dllhost.exe, version 5.1.2600.2180, faulting module
ole32.dll, version 5.1.2600.2180, fault address 0x0001715e.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
**************************

II)
**************************
Event Type: Error
Event Source: COM+
Event Category: Unknown
Event ID: 4786
Date: 04/04/2005
Time: 15:43:52
User: N/A
Computer: AAX44
Description:
The system has called a custom component and that component has failed and
generated an exception. This indicates a problem with the custom component.
Notify the developer of this component that a failure has occurred and
provide them with the information below.
Component Prog ID:
Server Application ID: {3D14228D-FBE1-11D0-995D-00C04FD919C1}
Server Application Instance ID:
{E3490B36-A66C-4ADF-96D2-2A3BE2B09A37}
Server Application Name: IIS Out-Of-Process Pooled Applications
The serious nature of this error has caused the process to terminate.
Exception: C0000005
Address: 0x774F715E
Call Stack:
ole32!DllGetClassObjectWOW + 0x96B
ole32!DllGetClassObjectWOW + 0x8AF
ole32!RevokeDragDrop + 0x141C
ole32!CoIsOle1Class + 0x566
ole32!UpdateDCOMSettings + 0x51A2
ole32!CoQueryAuthenticationServices + 0x1F18
ole32!CoQueryAuthenticationServices + 0x275C
ole32!CLSIDFromString + 0x825C
RPCRT4!CheckVerificationTrailer + 0x75
RPCRT4!NdrStubCall2 + 0x215
RPCRT4!CStdStubBuffer_Invoke + 0x82
ole32!StgGetIFillLockBytesOnFile + 0x10445
ole32!StgGetIFillLockBytesOnFile + 0x103EF
ole32!CoGetObjectContext + 0x2232
ole32!CoGetObjectContext + 0x2157
ole32!StgGetIFillLockBytesOnFile + 0x10325
ole32!StgGetIFillLockBytesOnFile + 0x101D0
ole32!StgGetIFillLockBytesOnFile + 0xFF29
RPCRT4!NdrGetTypeFlags + 0x1C9
RPCRT4!NdrGetTypeFlags + 0x12E
RPCRT4!NdrGetTypeFlags + 0x5A
RPCRT4!CreateStubFromTypeInfo + 0x2E2
RPCRT4!CreateStubFromTypeInfo + 0x323
RPCRT4!NdrConformantArrayFree + 0x28B
RPCRT4!I_RpcBCacheFree + 0x14C
RPCRT4!I_RpcBCacheFree + 0x5EA
RPCRT4!I_RpcBCacheFree + 0x403
RPCRT4!I_RpcBCacheFree + 0x5D2
kernel32!GetModuleFileNameA + 0x1B4

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
**************************

The default website is not running as well.

What is wrong here? Can someone help me please.

Thanks,

Harish Mohanbabu
http://www.harishm.com/

Re: Unable to run IIS web server

am 12.04.2005 00:48:37 von jbattauz

You 've installed/uninstalled MS SQL Server or MSDE?
Try to re-register vbscript.dll & asp.dll:

regsvr32 C:\WINDOWS\system32\vbscript.dll
regsvr32 c:\WINDOWS\system32\inetsrv\asp.dll

I hope this help.

"=?Utf-8?B?SGFyaXNoIE1vaGFuYmFidQ==?=" wrote in message news:...
> Hi,
>
> Windows XP Professional + SP2
>
> Just now I installed IIS web server. The installtion went fine. However when
> I try to
> select IIS from All programs -> Admn Tools, I receive an error message. It
> goes something like this -
>
> **************************
> COM Surrogate has encountered a problem and needs to close. We are sorry
> blah blah ..
> **************************
>
> When I looked at the Event viewer for error details, I found the following
> entries -
>
> I)
> **************************
> Event Type: Error
> Event Source: Application Error
> Event Category: (100)
> Event ID: 1000
> Date: 04/04/2005
> Time: 15:43:48
> User: N/A
> Computer: AAX44
> Description:
> Faulting application dllhost.exe, version 5.1.2600.2180, faulting module
> ole32.dll, version 5.1.2600.2180, fault address 0x0001715e.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> **************************
>
> II)
> **************************
> Event Type: Error
> Event Source: COM+
> Event Category: Unknown
> Event ID: 4786
> Date: 04/04/2005
> Time: 15:43:52
> User: N/A
> Computer: AAX44
> Description:
> The system has called a custom component and that component has failed and
> generated an exception. This indicates a problem with the custom component.
> Notify the developer of this component that a failure has occurred and
> provide them with the information below.
> Component Prog ID:
> Server Application ID: {3D14228D-FBE1-11D0-995D-00C04FD919C1}
> Server Application Instance ID:
> {E3490B36-A66C-4ADF-96D2-2A3BE2B09A37}
> Server Application Name: IIS Out-Of-Process Pooled Applications
> The serious nature of this error has caused the process to terminate.
> Exception: C0000005
> Address: 0x774F715E
> Call Stack:
> ole32!DllGetClassObjectWOW + 0x96B
> ole32!DllGetClassObjectWOW + 0x8AF
> ole32!RevokeDragDrop + 0x141C
> ole32!CoIsOle1Class + 0x566
> ole32!UpdateDCOMSettings + 0x51A2
> ole32!CoQueryAuthenticationServices + 0x1F18
> ole32!CoQueryAuthenticationServices + 0x275C
> ole32!CLSIDFromString + 0x825C
> RPCRT4!CheckVerificationTrailer + 0x75
> RPCRT4!NdrStubCall2 + 0x215
> RPCRT4!CStdStubBuffer_Invoke + 0x82
> ole32!StgGetIFillLockBytesOnFile + 0x10445
> ole32!StgGetIFillLockBytesOnFile + 0x103EF
> ole32!CoGetObjectContext + 0x2232
> ole32!CoGetObjectContext + 0x2157
> ole32!StgGetIFillLockBytesOnFile + 0x10325
> ole32!StgGetIFillLockBytesOnFile + 0x101D0
> ole32!StgGetIFillLockBytesOnFile + 0xFF29
> RPCRT4!NdrGetTypeFlags + 0x1C9
> RPCRT4!NdrGetTypeFlags + 0x12E
> RPCRT4!NdrGetTypeFlags + 0x5A
> RPCRT4!CreateStubFromTypeInfo + 0x2E2
> RPCRT4!CreateStubFromTypeInfo + 0x323
> RPCRT4!NdrConformantArrayFree + 0x28B
> RPCRT4!I_RpcBCacheFree + 0x14C
> RPCRT4!I_RpcBCacheFree + 0x5EA
> RPCRT4!I_RpcBCacheFree + 0x403
> RPCRT4!I_RpcBCacheFree + 0x5D2
> kernel32!GetModuleFileNameA + 0x1B4
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> **************************
>
> The default website is not running as well.
>
> What is wrong here? Can someone help me please.
>
> Thanks,
>
> Harish Mohanbabu
> http://www.harishm.com/