Group:  English: Windows Server ยป microsoft.public.windows.server.sbs
Thread: problem with 'DefaultAppPool' in IIS

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

problem with 'DefaultAppPool' in IIS
"Lloyd Wolf" <lloyd.wolf[ at ]wolfconsulting.com> 05.07.2007 22:25:26
Hello. Looking for a little help....

- Customer is running SBS2003. Server was setup about 3 years ago. Windows
2003 SP1 is NOT installed.
- When trying to access the Companyweb or RWW, we get a "Service
Unavailable" error message in IE.
- When I check the Event Logs, I see a series of events logged in the System
Log. About 5 messages saying "A process serving application pool
'DefaultAppPool' terminated unexpectedly". And then a final message saying
"Description: Application pool 'DefaultAppPool' is being automatically
disabled due to a series of failures in the process(es) serving that
application pool.
- A copy & paste of these events are pasted below my signature.
- In IIS Manager, the DefaultAppPool shows as stopped. I can start it, but
when I try to access the Companyweb or RWW or SBS Monitoring, then the
errors appear again in the Event Log.
- The problem continues after a reboot.
- As a test, I renamed c:\iNetPub to c:\xxxiNetPub, and then restored
c:\iNetPub from a prior tape backup. The problem continues.
- OWA is working fine. Symantec Antivirus for Exchange is working fine. Both
rely on IIS, and are showing as separate application pools - parallel with
the DefautlAppPool.
- One of the hard disk drives was replaced recently, in the hardware RAID5
array. But otherwise, no other software or hardware changes were made.

Any ideas how to correct this problem with the DefaultAppPool? Thanks in
advance.

--
Lloyd Wolf (MCSE)
Wolf Consulting, Inc. (Microsoft Gold Certified Partner, Pittsburgh PA)


=========================================
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1009
Date: 7/5/2007
Time: 8:07:13 AM
User: N/A
Computer: SBSERVER1
Description: A process serving application pool 'DefaultAppPool' terminated
unexpectedly. The process id was '1740'. The process exit code was
'0x80131506'.

=========================================
Same as above, with different process id.
Description: A process serving application pool 'DefaultAppPool' terminated
unexpectedly. The process id was '7804'. The process exit code was
'0x80131506'.

=========================================
Same as above, with different process id.
Description: A process serving application pool 'DefaultAppPool' terminated
unexpectedly. The process id was '6164'. The process exit code was
'0x80131506'.

=========================================
Same as above, with different process id.
Description: A process serving application pool 'DefaultAppPool' terminated
unexpectedly. The process id was '7420'. The process exit code was
'0x80131506'.

=========================================
Same as above, with different process id.
Description: A process serving application pool 'DefaultAppPool' terminated
unexpectedly. The process id was '6312'. The process exit code was
'0x80131506'.

=========================================
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1002
Date: 7/5/2007
Time: 8:07:35 AM
User: N/A
Computer: SBSERVER1
Description: Application pool 'DefaultAppPool' is being automatically
disabled due to a series of failures in the process(es) serving that
application pool.
=========================================





RE: problem with 'DefaultAppPool' in IIS
v-robeli[ at ]online.microsoft.com (Robert Li [MSFT]) 06.07.2007 03:47:10
Hello Lloyd,

Thanks for posting in our newsgroup.

From your description, I know that when you visit Companyweb and RWW, you
get "Service
Unavailable" error message in IE browser. Also DefaultAppPool is disabled
automatically. If I am off-base, please don't hesitate to let me know.

Please let me know the following information to make the situation more
clearly:

1. What import change did you made except changing hard disk?

I made research on the event id, please take the following steps:

Step 1: Please make a clean boot to make sure the problem is not caused
third party software:

1. Click Start->Run...->type msconfig and press Enter.
2. Click Services tab and select Hide All Microsoft Services and Disable
All third party Services.
3. Click Startup tab and Disable All startup items.
4. Click OK and choose Restart.
5. After reboot, check whether the problem still occurs.
6. If there are no more problems, please use the above steps to enable
services and startup items one by one in order to figure out the root cause
of this issue.

Step 2: This may occur after installing the .Net Framework 1.1 SP1 update
and the Windows SharePoint Services SP1 update. However, the exact cause is
currently not known.

You may be able to work around this problem by uninstalling the KB 867460
update (.Net Framework 1.1 SP1). You may also have to run the following
command:

stsadm -o upgrade -forceupgrade

For more information about running this command, see the following KB
article:

841216 "0x80040E14" or "HTTP 500" error message when you connect to your
Windows SharePoint Services Web site after you install a Windows SharePoint
Services
service pack
http://support.microsoft.com/?id=841216

Step 3: Please check DefaultAppPool permission in IIS.

1. In IIS Manager | expand Application Pools | right click on
DefaultAppPool and go to Properties.
2. On the Identity tab | click Predefined and select Network Service
3. Click Apply and OK
4. At command prompt type iisreset and press Enter

If the problem persists, please help me collect the following information
for further research:

1. MPS Report

1) Download MPS report tool from:
http://download.microsoft.com/download/b/b/1/bb139fcb-4aac-4fe5-a579-30b0bd9
15706/MPSRPT_SETUPPerf.EXE
2) Run the MPSRPT_SETUPPerf.exe on the server box.
3) Wait for 10~15 minutes.
4) Open Windows explorer, navigate to
%SYSTEMROOT%\MPSReports\Setup\Reports\cab\
5) Send the .cab file to us.


2. Gather IIS log:

1) Open IIS snap-in.
2) Right click Default Web Site and click Properties.
3) Uncheck the "Enable Logging" box and click Apply.
4) Go to C:\WINDOWS\system32\LogFiles\W3SVC1 folder and move all files to
a backup location.
5) Check "Enable Logging" box and click OK.
6) Run IISReset command.
7) Reproduce the problem and send the log file in
C:\WINDOWS\system32\LogFiles\W3SVC1 folder to me for research.

3. Gather IIS Metabase:

1) Download the IIS Resource Kit tools from the following page:
http://www.microsoft.com/downloads/details.aspx?FamilyId=56FC92EE-A71A-4C73-
B628-ADE629C89499&displaylang=en
2) Install it, run MBExplorer (Metabase Explorer)
3) Right click the "LM" node and choose "Export to file".
4) Specify a file name, specify the password and finish the export.
5) Send the file and the password to v-robeli[ at ]microsoft.com with subject:
39801383-problem with 'DefaultAppPool' in IIS.

I am looking forward to hear from you.

If you need further assistance, please don't hesitate to let me know.

Best regards,

Robert Li(MSFT)

Microsoft CSS Online Newsgroup Support

Get Secure! - www.microsoft.com/security

=====================================================

This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx

When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.

Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.

For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

Any input or comments in this thread are highly appreciated.

=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
<From: "Lloyd Wolf" <lloyd.wolf[ at ]wolfconsulting.com>
<Subject: problem with 'DefaultAppPool' in IIS
<Date: Thu, 5 Jul 2007 18:25:26 -0400
<Lines: 88
<X-Priority: 3
<X-MSMail-Priority: Normal
<X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
<X-RFC2646: Format=Flowed; Original
<X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
<Message-ID: <eHTzbP1vHHA.4384[ at ]TK2MSFTNGP02.phx.gbl>
<Newsgroups: microsoft.public.windows.server.sbs
<NNTP-Posting-Host: data.wolfconsulting.com 67.141.199.49
<Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl
<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:48519
<X-Tomcat-NG: microsoft.public.windows.server.sbs
<
<Hello. Looking for a little help....
<
<- Customer is running SBS2003. Server was setup about 3 years ago. Windows
<2003 SP1 is NOT installed.
<- When trying to access the Companyweb or RWW, we get a "Service
<Unavailable" error message in IE.
<- When I check the Event Logs, I see a series of events logged in the
System
<Log. About 5 messages saying "A process serving application pool
<'DefaultAppPool' terminated unexpectedly". And then a final message saying
<"Description: Application pool 'DefaultAppPool' is being automatically
<disabled due to a series of failures in the process(es) serving that
<application pool.
<- A copy & paste of these events are pasted below my signature.
<- In IIS Manager, the DefaultAppPool shows as stopped. I can start it,
but
<when I try to access the Companyweb or RWW or SBS Monitoring, then the
<errors appear again in the Event Log.
<- The problem continues after a reboot.
<- As a test, I renamed c:\iNetPub to c:\xxxiNetPub, and then restored
<c:\iNetPub from a prior tape backup. The problem continues.
<- OWA is working fine. Symantec Antivirus for Exchange is working fine.
Both
<rely on IIS, and are showing as separate application pools - parallel with
<the DefautlAppPool.
<- One of the hard disk drives was replaced recently, in the hardware RAID5
<array. But otherwise, no other software or hardware changes were made.
<
<Any ideas how to correct this problem with the DefaultAppPool? Thanks in
<advance.
<
<--
<Lloyd Wolf (MCSE)
<Wolf Consulting, Inc. (Microsoft Gold Certified Partner, Pittsburgh PA)
<
<
<=========================================
<Event Type: Warning
<Event Source: W3SVC
<Event Category: None
<Event ID: 1009
<Date: 7/5/2007
<Time: 8:07:13 AM
<User: N/A
<Computer: SBSERVER1
<Description: A process serving application pool 'DefaultAppPool'
terminated
<unexpectedly. The process id was '1740'. The process exit code was
<'0x80131506'.
<
<=========================================
<Same as above, with different process id.
<Description: A process serving application pool 'DefaultAppPool'
terminated
<unexpectedly. The process id was '7804'. The process exit code was
<'0x80131506'.
<
<=========================================
<Same as above, with different process id.
<Description: A process serving application pool 'DefaultAppPool'
terminated
<unexpectedly. The process id was '6164'. The process exit code was
<'0x80131506'.
<
<=========================================
<Same as above, with different process id.
<Description: A process serving application pool 'DefaultAppPool'
terminated
<unexpectedly. The process id was '7420'. The process exit code was
<'0x80131506'.
<
<=========================================
<Same as above, with different process id.
<Description: A process serving application pool 'DefaultAppPool'
terminated
<unexpectedly. The process id was '6312'. The process exit code was
<'0x80131506'.
<
<=========================================
<Event Type: Error
<Event Source: W3SVC
<Event Category: None
<Event ID: 1002
<Date: 7/5/2007
<Time: 8:07:35 AM
<User: N/A
<Computer: SBSERVER1
<Description: Application pool 'DefaultAppPool' is being automatically
<disabled due to a series of failures in the process(es) serving that
<application pool.
<=========================================
<
<
<
<
<
<

Re: problem with 'DefaultAppPool' in IIS
"Lloyd Wolf" <lloyd.wolf[ at ]wolfconsulting.com> 10.07.2007 11:27:59
Robert,

Thanks for the ideas.
What email address should I sent the log files and MPS Report to?

--
Lloyd Wolf (MCSE)
Wolf Consulting, Inc. (Microsoft Gold Certified Partner, Pittsburgh PA)


Re: problem with 'DefaultAppPool' in IIS
v-robeli[ at ]online.microsoft.com (Robert Li [MSFT]) 11.07.2007 11:58:35
Hi Lloyd,

I am sorry for the delay due to the high volume.

I researched the MPS report and didn't find useful information related to
the error.

In the IIS log, there are many http 401 error, the cause is incorrect
configuration of IIS.

Please help me collect IIS info.

1. Right click the "LM" node and choose "Export to file",
2. Wait until you see the bellow. Save and send to me.

Best regards,

Robert Li(MSFT)

Microsoft CSS Online Newsgroup Support

Get Secure! - www.microsoft.com/security

=====================================================

This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx

When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.

Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.

For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

Any input or comments in this thread are highly appreciated.

=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
<From: "Lloyd Wolf" <lloyd.wolf[ at ]wolfconsulting.com>
<References: <eHTzbP1vHHA.4384[ at ]TK2MSFTNGP02.phx.gbl>
<N9w7XB4vHHA.2220[ at ]TK2MSFTNGHUB02.phx.gbl>
<Subject: Re: problem with 'DefaultAppPool' in IIS
<Date: Tue, 10 Jul 2007 07:27:59 -0400
<Lines: 10
<X-Priority: 3
<X-MSMail-Priority: Normal
<X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
<X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
<X-RFC2646: Format=Flowed; Original
<Message-ID: <OcB7VXuwHHA.4548[ at ]TK2MSFTNGP03.phx.gbl>
<Newsgroups: microsoft.public.windows.server.sbs
<NNTP-Posting-Host: data.wolfconsulting.com 67.141.199.49
<Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl
<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:49434
<X-Tomcat-NG: microsoft.public.windows.server.sbs
<
<Robert,
<
<Thanks for the ideas.
<What email address should I sent the log files and MPS Report to?
<
<--
<Lloyd Wolf (MCSE)
<Wolf Consulting, Inc. (Microsoft Gold Certified Partner, Pittsburgh PA)
<
<
<

Re: problem with 'DefaultAppPool' in IIS
v-robeli[ at ]online.microsoft.com (Robert Li [MSFT]) 12.07.2007 08:51:55
Hi Lloyd,

Thanks for your reply.

I list the default companyweb and Remote virtual directory settings in IIS.
Please have a check.

1. Please open the IIS console.
2. Migrate to SBSServer/Web Sites/Default Web Sites.
3. Right click Remote virtual Directory.

On Virtual Directory tab
Application name: Remote
Execute permissions: Scripts only
Application pool: DefaultAppPool

On ASP.NET tab

ASP.NET version: 1.1. 4322.

4. Right click companyweb Virtual Directory

On Home Directory tab

Application name: root
Execute permissions: Scripts only
Application pool: DefaultAppPool

On ASP.NET tab

ASP.NET version: 1.1. 4322.

If the problem persists, a suggestion is to install SBS 2003 SP1, because
SBS 2003 SP 0 Support is retired on July 10, 2007.

SBS 2003 SP 0 Support Retirement
http://blogs.technet.com/sbs/archive/2007/07/03/sbs-2003-sp-0-support-retire
ment.aspx

More information:

Downloading and Installing Windows Small Business Server 2003 Service Pack 1
http://download.microsoft.com/download/e/0/f/e0fee8ce-768d-41c0-8871-9bc48e0
b3fc3/ToDownLoadFilesandReadInstructions.htm

I am looking forward to hear from you.

If you need further assistance, please don't hesitate to let me know.


Best regards,

Robert Li(MSFT)

Microsoft CSS Online Newsgroup Support

Get Secure! - www.microsoft.com/security

=====================================================

This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx

When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.

Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.

For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

Any input or comments in this thread are highly appreciated.

=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
<X-Tomcat-ID: 172038400
<References: <eHTzbP1vHHA.4384[ at ]TK2MSFTNGP02.phx.gbl>
<N9w7XB4vHHA.2220[ at ]TK2MSFTNGHUB02.phx.gbl>
<OcB7VXuwHHA.4548[ at ]TK2MSFTNGP03.phx.gbl>
<MIME-Version: 1.0
<Content-Type: text/plain
<Content-Transfer-Encoding: 7bit
<From: v-robeli[ at ]online.microsoft.com (Robert Li [MSFT])
<Organization: Microsoft
<Date: Wed, 11 Jul 2007 11:58:35 GMT
<Subject: Re: problem with 'DefaultAppPool' in IIS
<X-Tomcat-NG: microsoft.public.windows.server.sbs
<Message-ID: <kjATVL7wHHA.4200[ at ]TK2MSFTNGHUB02.phx.gbl>
<Newsgroups: microsoft.public.windows.server.sbs
<Lines: 74
<Path: TK2MSFTNGHUB02.phx.gbl
<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:49677
<NNTP-Posting-Host: tomcatimport2.phx.gbl 10.201.218.182
<
<Hi Lloyd,
<
<I am sorry for the delay due to the high volume.
<
<I researched the MPS report and didn't find useful information related to
<the error.
<
<In the IIS log, there are many http 401 error, the cause is incorrect
<configuration of IIS.
<
<Please help me collect IIS info.
<
<1. Right click the "LM" node and choose "Export to file",
<2. Wait until you see the bellow. Save and send to me.
<
<Best regards,
<
<Robert Li(MSFT)
<
<Microsoft CSS Online Newsgroup Support
<
<Get Secure! - www.microsoft.com/security
<
<=====================================================
<
<This newsgroup only focuses on SBS technical issues. If you have issues
<regarding other Microsoft products, you'd better post in the corresponding
<newsgroups so that they can be resolved in an efficient and timely manner.
<You can locate the newsgroup here:
<http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
<
<When opening a new thread via the web interface, we recommend you check
the
<"Notify me of replies" box to receive e-mail notifications when there are
<any updates in your thread. When responding to posts via your newsreader,
<please "Reply to Group" so that others may learn and benefit from your
<issue.
<
<Microsoft engineers can only focus on one issue per thread. Although we
<provide other information for your reference, we recommend you post
<different incidents in different threads to keep the thread clean. In
doing
<so, it will ensure your issues are resolved in a timely manner.
<
<For urgent issues, you may want to contact Microsoft CSS directly. Please
<check http://support.microsoft.com for regional support phone numbers.
<
<Any input or comments in this thread are highly appreciated.
<
<=====================================================
<
<This posting is provided "AS IS" with no warranties, and confers no rights.
<
<--------------------
<<From: "Lloyd Wolf" <lloyd.wolf[ at ]wolfconsulting.com>
<<References: <eHTzbP1vHHA.4384[ at ]TK2MSFTNGP02.phx.gbl>
<<N9w7XB4vHHA.2220[ at ]TK2MSFTNGHUB02.phx.gbl>
<<Subject: Re: problem with 'DefaultAppPool' in IIS
<<Date: Tue, 10 Jul 2007 07:27:59 -0400
<<Lines: 10
<<X-Priority: 3
<<X-MSMail-Priority: Normal
<<X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
<<X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
<<X-RFC2646: Format=Flowed; Original
<<Message-ID: <OcB7VXuwHHA.4548[ at ]TK2MSFTNGP03.phx.gbl>
<<Newsgroups: microsoft.public.windows.server.sbs
<<NNTP-Posting-Host: data.wolfconsulting.com 67.141.199.49
<<Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl
<<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:49434
<<X-Tomcat-NG: microsoft.public.windows.server.sbs
<<
<<Robert,
<<
<<Thanks for the ideas.
<<What email address should I sent the log files and MPS Report to?
<<
<<--
<<Lloyd Wolf (MCSE)
<<Wolf Consulting, Inc. (Microsoft Gold Certified Partner, Pittsburgh PA)
<<
<<
<<
<
<

Re: problem with 'DefaultAppPool' in IIS
v-robeli[ at ]online.microsoft.com (Robert Li [MSFT]) 13.07.2007 11:28:38
Hi Lloyd,

Thank for your reply.

Since SBS 2003 SP0 is out of support life circle, a suggest is to download
and install SP1. Thanks for your understanding.

SBS 2003 SP 0 Support Retirement
http://blogs.technet.com/sbs/archive/2007/07/03/sbs-2003-sp-0-support-retire
ment.aspx

More information:

Downloading and Installing Windows Small Business Server 2003 Service Pack 1
http://download.microsoft.com/download/e/0/f/e0fee8ce-768d-41c0-8871-9bc48e0
b3fc3/ToDownLoadFilesandReadInstructions.htm

Known issues that may occur if you install Windows Server 2003 SP1 on
Windows Small Business Server 2003
http://support.microsoft.com/kb/897342/en-us

If you need further assistance, please don't hesitate to let me know.

Best regards,

Robert Li(MSFT)

Microsoft CSS Online Newsgroup Support

Get Secure! - www.microsoft.com/security

=====================================================

This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx

When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.

Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.

For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

Any input or comments in this thread are highly appreciated.

=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
<X-Tomcat-ID: 120592641
<References: <eHTzbP1vHHA.4384[ at ]TK2MSFTNGP02.phx.gbl>
<N9w7XB4vHHA.2220[ at ]TK2MSFTNGHUB02.phx.gbl>
<OcB7VXuwHHA.4548[ at ]TK2MSFTNGP03.phx.gbl>
<kjATVL7wHHA.4200[ at ]TK2MSFTNGHUB02.phx.gbl>
<MIME-Version: 1.0
<Content-Type: text/plain
<Content-Transfer-Encoding: 7bit
<From: v-robeli[ at ]online.microsoft.com (Robert Li [MSFT])
<Organization: Microsoft
<Date: Thu, 12 Jul 2007 08:51:55 GMT
<Subject: Re: problem with 'DefaultAppPool' in IIS
<X-Tomcat-NG: microsoft.public.windows.server.sbs
<Message-ID: <4gahoHGxHHA.6140[ at ]TK2MSFTNGHUB02.phx.gbl>
<Newsgroups: microsoft.public.windows.server.sbs
<Lines: 164
<Path: TK2MSFTNGHUB02.phx.gbl
<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:49921
<NNTP-Posting-Host: tomcatimport2.phx.gbl 10.201.218.182
<
<Hi Lloyd,
<
<Thanks for your reply.
<
<I list the default companyweb and Remote virtual directory settings in
IIS.
<Please have a check.
<
<1. Please open the IIS console.
<2. Migrate to SBSServer/Web Sites/Default Web Sites.
<3. Right click Remote virtual Directory.
<
<On Virtual Directory tab
<Application name: Remote
<Execute permissions: Scripts only
<Application pool: DefaultAppPool
<
<On ASP.NET tab
<
<ASP.NET version: 1.1. 4322.
<
<4. Right click companyweb Virtual Directory
<
<On Home Directory tab
<
<Application name: root
<Execute permissions: Scripts only
<Application pool: DefaultAppPool
<
<On ASP.NET tab
<
<ASP.NET version: 1.1. 4322.
<
<If the problem persists, a suggestion is to install SBS 2003 SP1, because
<SBS 2003 SP 0 Support is retired on July 10, 2007.
<
<SBS 2003 SP 0 Support Retirement
<http://blogs.technet.com/sbs/archive/2007/07/03/sbs-2003-sp-0-support-retir
e
<ment.aspx
<
<More information:
<
<Downloading and Installing Windows Small Business Server 2003 Service Pack
1
<http://download.microsoft.com/download/e/0/f/e0fee8ce-768d-41c0-8871-9bc48e
0
<b3fc3/ToDownLoadFilesandReadInstructions.htm
<
<I am looking forward to hear from you.
<
<If you need further assistance, please don't hesitate to let me know.
<
<
<Best regards,
<
<Robert Li(MSFT)
<
<Microsoft CSS Online Newsgroup Support
<
<Get Secure! - www.microsoft.com/security
<
<=====================================================
<
<This newsgroup only focuses on SBS technical issues. If you have issues
<regarding other Microsoft products, you'd better post in the corresponding
<newsgroups so that they can be resolved in an efficient and timely manner.
<You can locate the newsgroup here:
<http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
<
<When opening a new thread via the web interface, we recommend you check
the
<"Notify me of replies" box to receive e-mail notifications when there are
<any updates in your thread. When responding to posts via your newsreader,
<please "Reply to Group" so that others may learn and benefit from your
<issue.
<
<Microsoft engineers can only focus on one issue per thread. Although we
<provide other information for your reference, we recommend you post
<different incidents in different threads to keep the thread clean. In
doing
<so, it will ensure your issues are resolved in a timely manner.
<
<For urgent issues, you may want to contact Microsoft CSS directly. Please
<check http://support.microsoft.com for regional support phone numbers.
<
<Any input or comments in this thread are highly appreciated.
<
<=====================================================
<
<This posting is provided "AS IS" with no warranties, and confers no rights.
<
<--------------------
<<X-Tomcat-ID: 172038400
<<References: <eHTzbP1vHHA.4384[ at ]TK2MSFTNGP02.phx.gbl>
<<N9w7XB4vHHA.2220[ at ]TK2MSFTNGHUB02.phx.gbl>
<<OcB7VXuwHHA.4548[ at ]TK2MSFTNGP03.phx.gbl>
<<MIME-Version: 1.0
<<Content-Type: text/plain
<<Content-Transfer-Encoding: 7bit
<<From: v-robeli[ at ]online.microsoft.com (Robert Li [MSFT])
<<Organization: Microsoft
<<Date: Wed, 11 Jul 2007 11:58:35 GMT
<<Subject: Re: problem with 'DefaultAppPool' in IIS
<<X-Tomcat-NG: microsoft.public.windows.server.sbs
<<Message-ID: <kjATVL7wHHA.4200[ at ]TK2MSFTNGHUB02.phx.gbl>
<<Newsgroups: microsoft.public.windows.server.sbs
<<Lines: 74
<<Path: TK2MSFTNGHUB02.phx.gbl
<<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:49677
<<NNTP-Posting-Host: tomcatimport2.phx.gbl 10.201.218.182
<<
<<Hi Lloyd,
<<
<<I am sorry for the delay due to the high volume.
<<
<<I researched the MPS report and didn't find useful information related to
<<the error.
<<
<<In the IIS log, there are many http 401 error, the cause is incorrect
<<configuration of IIS.
<<
<<Please help me collect IIS info.
<<
<<1. Right click the "LM" node and choose "Export to file",
<<2. Wait until you see the bellow. Save and send to me.
<<
<<Best regards,
<<
<<Robert Li(MSFT)
<<
<<Microsoft CSS Online Newsgroup Support
<<
<<Get Secure! - www.microsoft.com/security
<<
<<=====================================================
<<
<<This newsgroup only focuses on SBS technical issues. If you have issues
<<regarding other Microsoft products, you'd better post in the
corresponding
<<newsgroups so that they can be resolved in an efficient and timely
manner.
<<You can locate the newsgroup here:
<<http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
<<
<<When opening a new thread via the web interface, we recommend you check
<the
<<"Notify me of replies" box to receive e-mail notifications when there are
<<any updates in your thread. When responding to posts via your newsreader,
<<please "Reply to Group" so that others may learn and benefit from your
<<issue.
<<
<<Microsoft engineers can only focus on one issue per thread. Although we
<<provide other information for your reference, we recommend you post
<<different incidents in different threads to keep the thread clean. In
<doing
<<so, it will ensure your issues are resolved in a timely manner.
<<
<<For urgent issues, you may want to contact Microsoft CSS directly. Please
<<check http://support.microsoft.com for regional support phone numbers.
<<
<<Any input or comments in this thread are highly appreciated.
<<
<<=====================================================
<<
<<This posting is provided "AS IS" with no warranties, and confers no
rights.
<<
<<--------------------
<<<From: "Lloyd Wolf" <lloyd.wolf[ at ]wolfconsulting.com>
<<<References: <eHTzbP1vHHA.4384[ at ]TK2MSFTNGP02.phx.gbl>
<<<N9w7XB4vHHA.2220[ at ]TK2MSFTNGHUB02.phx.gbl>
<<<Subject: Re: problem with 'DefaultAppPool' in IIS
<<<Date: Tue, 10 Jul 2007 07:27:59 -0400
<<<Lines: 10
<<<X-Priority: 3
<<<X-MSMail-Priority: Normal
<<<X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
<<<X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
<<<X-RFC2646: Format=Flowed; Original
<<<Message-ID: <OcB7VXuwHHA.4548[ at ]TK2MSFTNGP03.phx.gbl>
<<<Newsgroups: microsoft.public.windows.server.sbs
<<<NNTP-Posting-Host: data.wolfconsulting.com 67.141.199.49
<<<Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl
<<<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:49434
<<<X-Tomcat-NG: microsoft.public.windows.server.sbs
<<<
<<<Robert,
<<<
<<<Thanks for the ideas.
<<<What email address should I sent the log files and MPS Report to?
<<<
<<<--
<<<Lloyd Wolf (MCSE)
<<<Wolf Consulting, Inc. (Microsoft Gold Certified Partner, Pittsburgh PA)
<<<
<<<
<<<
<<
<<
<
<

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net