Hello,
My problem is:
When I make iis reset on my iis server, the site will not open from a normal windows client.
Then I must login to the iss server over rdp, open the iis manager and browse this site direct on local server. It opens immedeatly on sever without any problem.
Then I went bake to my client, try to open the site, now it also opens the site on windows client.
I don’t know why the site doesn’t come up after iis reset is done or the application pool goes into idle mode. I s there any setting, to change this?
I get an error in application log:
-------------------------------------------------
Log Name: System
Source: Microsoft-Windows-WAS
Date: 05.06.2013 12:41:09
Event ID: 5137
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: ZPRE01.domian.corp
Description:
A worker process '3768' serving application pool ZPRE01_Server' failed to start a listener channel for protocol 'net.tcp' in the allotted time. The data field contains the error number.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
<EventID Qualifiers="32768">5137</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-06-05T10:41:09.000000000Z" />
<EventRecordID>65452</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer> ZPRE01.domain.corp</Computer>
<Security />
</System>
<EventData>
<Data Name="AppPoolID"> ZPRE01_Server</Data>
<Data Name="ProcessID">3768</Data>
<Data Name="param3">0</Data>
<Data Name="ProtocolID">net.tcp</Data>
<Binary>B4050780</Binary>
</EventData>
</Event>
-----------------------------------------------
I hope somebody can help me,