Home   |   Asp.Net 2.0   |   .Net Framework 2.0   |   IIS 6.0   |   Sql Server 2005   |   Visual Basic 2005   |   c# 2005   |   VS 2005   |   Visual Source Safe 2005

MS Dynamics CRM 3.0

SharePoint Portal Server 2003
SharePoint Server 2007
Dynamics NAV
Dynamics CRM
SharePoint Designer 2007
SharePoint Portal Server 2001
Windows SharePoint Services
Windows SharePoint Services 3.0
Project Server 2003
Project Server 2007
Dynamics – Point of Sale
Dynamics AX
Dynamics GP
Dynamics Retail Management System (RMS)
Dynamics SL
SQL Server 2000
Visual Basic .NET 2003
Visual C# .NET 2003
Visual C++ .NET 2003
Visual C++ 2005
Visual SourceSafe 6.0
Windows Server 2003
Windows Server 2003
Outlook 2003
ADO.NET 1.1
ASP.NET 1.0
Visual Studio Team Foundation Server
Visual Studio 2005 Team Edition
Windows Internet Explorer 7
BizTalk Server 2000
BizTalk Server 2002
BizTalk Server 2004
BizTalk Server 2006
Visual Studio 6.0
Access 2000
Access 2002
Access 2003
Access 2007
Access 97
Collaboration Data Objects 2.0
Commerce Server 2002
Content Management Server 2001
Commerce Server 2007
Content Management Server 2002
Data Access Components 2.7
Data Access Components 2.8
DirectX 9.0b
Office Small Business Accounting 2006
Accounting 2007
ActiveSync 4.1
Class Server 2.0
Groove 2007
Windows Vista
Outlook 2007
OneNote 2003
OneNote 2007
Office X for Mac
Zune software
Zune Live
Zoo Tycoon 2
Flight Simulator 2002
Dungeon Siege II

Cervo Technologies
The Right Source to Outsource

Oracle Database FAQS

Sharepoint Portal Server KB

Outlook 2007 Knowledge Base Articles

Internet Information Services 6.0 Knowledge Base Articles

When you change the Global.asa file, an ASP Web application that is running on an IIS 6.0 Web server does not restart automatically


Consider the following scenario:
You have an Active Server Pages (ASP) Web application on a Web server that is running Microsoft Internet Information Services (IIS) 6.0.
You locate the content for the ASP Web application on a remote Universal Naming Convention (UNC) share.
You set the AspEnableApplicationRestart property to true in the ASP Web application.
When you change the Global.asa file, the ASP Web application does not restart automatically. If you move the content of the ASP Web application to the local computer, the ASP Web application restarts automatically.

CAUSE

This problem occurs because the default settings for directory monitoring and for file change notification for UNC shares are not turned on in IIS 6.0.

RESOLUTION

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

To resolve this problem, enable the directory monitoring and file change notification settings. To do this, follow these steps:
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then right-click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Inetinfo\Parameters
3.Point to New, and then click DWORD value.
4.Type DoDirMonitoringForUNC as the name of the new registry entry.
5. Double-click DoDirMonitoringForUNC, type 1 in the Value data box, and then click OK.
6. Locate and then right-click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ASP\Parameters
7.Point to New, and then click DWORD value.
8.Type EnableChangeNotificationForUNC as the name of the new registry entry.
9. Double-click EnableChangeNotificationForUNC, type 1 in the Value data box, and then click OK.
10.Exit Registry Editor.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information about how to deploy and to configure IIS 6.0 together with remotely stored content on UNC servers, visit the following Microsoft Web site:
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/webapp/iis/remstorg.mspx (http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/webapp/iis/remstorg.mspx)
For more information about IIS settings, see the IIS 6.0 Resource Kit. To download the IIS 6.0 Resource Kit, visit the following Microsoft Web site:
http://www.microsoft.com/downloads/details.aspx?FamilyID=80a1b6e6-829e-49b7-8c02-333d9c148e69&DisplayLang=en (http://www.microsoft.com/downloads/details.aspx?FamilyID=80a1b6e6-829e-49b7-8c02-333d9c148e69&DisplayLang=en)


APPLIES TO
Microsoft Internet Information Services 6.0

Keywords: 
kbtshoot kbprb KB926378

Copyright © 2004 - 2007 Gridview.org, Inc. All rights reserved. Powered by Smart Web Content Management System