Create a map for .wc and run scripts through that first.
+++ Rick ---
from Maui, Hawaii
Create a map for .wc and run scripts through that first.
+++ Rick ---
Trying to set up the WC in a test server 2008. Script map does not work and got error trying this..
IIS7.5
... /wconnect/wc.wc?_maintain~ShowStatus
<system.webServer>
<handlers accessPolicy="Read, Execute, Script">
<add name="WebV2 Wild Card Scriptmap" path="*" verb="*" modules="IsapiModule" scriptProcessor="D:\<commented out>\wconnect\wc.dll" resourceType="Unspecified" requireAccess="None" preCondition="bitness32" />
<add name="WebV2 Script Map" path="*.wc" verb="*" modules="IsapiModule" scriptProcessor="D:\<commented out>\wconnect\wc.dll" resourceType="Unspecified" requireAccess="Script" preCondition="bitness32" />
</handlers>
</system.webServer>
DCOMCNFG
Authentication level : Default
Identity: The Launching user
Security: Launch and Activation Permission: System, Admin, IIS_IUSRS
Security: Access Permission: System, Admin, IIS_IUSRS
Application Pool Settings
Enable 32-Bit Applications: True
Process Model: Identity LocalSystem
Event Viewer Shows the Following Error:
Faulting application name: w3wp.exe, version: 7.5.7600.16385, time stamp: 0x4a5bcd2b
Faulting module name: wc.dll, version: 5.58.0.0, time stamp: 0x4e67e477
Exception code: 0xc0000409
Fault offset: 0x00008c65
Faulting process id: 0x13d0
Faulting application start time: 0x01ccf6fb3888a35e
Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe
Faulting module path: \\?\D:\<** commented out**>\wconnect\wc.dll
Report Id: bdd392bc-62ee-11e1-b8bf-52540067a523
Followed your Server 2008 guide in the Documentation...
What am I doing wrong?
Tha nks,
Joy