Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Change Notification error in Web Service
Message
From
22/08/2015 03:20:17
 
 
To
21/08/2015 09:14:55
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01623689
Message ID:
01623729
Views:
36
>I have a Web Service directory which contains Global.asax, Web.Config and my .asmx. Then, under it is the Bin directory with the DLL.
>
>On some occasions, I receive a hit and it forces IIS to start a new worker process by closing it immediately:
>
>CONFIG change
>HostingEnvironment initiated shutdown
>File Change Notification Error in \\MyNas\MyShare\WebService
>File Change Notification Error in
>HostingEnvironment caused shutdown
>
>I am trying to find out what is going on here.

Where is this being logged ? - odd that it says 'File Change Notification ERROR'

In 'Advanced Settings' for the AppPool you can log 'Generate Recycle Event Log Entry / Application Pool Configuration Changed'
(You can also 'Disable Recycling for Configuration Changes' - but be sure that won't have other unwanted side effects)

Good explanation of IIS File monitoring here :
http://blogs.msdn.com/b/tmarq/archive/2007/11/02/asp-net-file-change-notifications-exactly-which-files-and-directories-are-monitored.aspx

Bit of code you can use to create your own log here : http://chrismay.org/2009/04/02/asp-net-apps-recycling-because-of-fcn-issues/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform