Hi,
I have installed Application Initialization module from the URL:
http://www.iis.net/downloads/microsoft/application-initialization on Windows 2008 R2 and IIS7.5.
I have set startMode="AlwaysRunning" for the Application pool and preloadEnabled="true" for the applications
But we have 1000(s) of sites under each application pool and we want to enable this feature for all the sites/applications.
When I am applying it for only 2 sites and doing IISreset getting below error in EventVWR:
Log Name: Application
Source: Microsoft-Windows-IIS-W3SVC-WP
Date: 12/7/2012 2:56:53 AM
Event ID: 2281
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Prv003.filesanywhere.com
Description:
The worker process failed to initialize communication with the W3SVC and therefore could not be started. The data is the error.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
<EventID Qualifiers="49152">2281</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-12-07T07:56:53.000000000Z" />
<EventRecordID>3721</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Prv003.filesanywhere.com</Computer>
<Security />
</System>
<EventData>
<Binary>E7000780</Binary>
</EventData>
</Event>
================
Log Name: Application
Source: Microsoft-Windows-IIS-W3SVC-WP
Date: 12/7/2012 2:56:53 AM
Event ID: 2276
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Prv003.filesanywhere.com
Description:
The worker process failed to initialize correctly and therefore could not be started. The data is the error.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
<EventID Qualifiers="49152">2276</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-12-07T07:56:53.000000000Z" />
<EventRecordID>3722</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Prv003.filesanywhere.com</Computer>
<Security />
</System>
<EventData>
<Binary>E7000780</Binary>
</EventData>
</Event>
Why I am getting above error.Am I missing any step or configuration? Appriciate help on this.
Also wanted to confirm will this be compatible for 1000 of the sites/applications or not?
When I have added above mentioned attribute for 2 sites I am getting error in event vwr but I am able to access site from the browser. But when I have applied same attribute on 50 sites then I am getting same error in event vwr and After that I am not able to access site. getting Data not ready....