Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 329897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:37:51+00:00 2026-05-12T09:37:51+00:00

Greetings, I have a large .Net web app which runs on a farm of

  • 0

Greetings,
I have a large .Net web app which runs on a farm of blades with the code base on a NAS. Every once in a while slight fluctuations in the response time of the nas cause .NET to think that something in the bin has changed and kick off a recycle of the app pool. No change has actually occurred. Is there a way to disable .Net’s monitoring of changes to the bin?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T09:37:52+00:00Added an answer on May 12, 2026 at 9:37 am

    This will put an end to it. Now you must do iisreset to recycle your app pool.

    'This is supposed to turn off the monitoring for directory deletes
    'See https://connect.microsoft.com/VisualStudio/feedback/Workaround.aspx?FeedbackID=240686
    'This incurs the penalty of an IISRESET or manually restarting the containing AppPool after every upgrade.
    Dim pi As PropertyInfo
    Dim o As Object
    Dim m As MethodInfo
    pi = GetType(System.Web.HttpRuntime).GetProperty("FileChangesMonitor", BindingFlags.NonPublic Or BindingFlags.Public Or BindingFlags.Static)
    o = pi.GetValue(Nothing, Nothing)
    m = o.GetType().GetMethod("Stop", BindingFlags.Instance Or BindingFlags.NonPublic)
    m.Invoke(o, New Object() {})
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings, I have to following problem. I have a WCF Service which runs under
Greetings: I have put together a RESTful web service in .NET 3.5 that takes
Greetings I have a program that creates multiples instances of a class, runs the
Greetings, I've been working on a C#.NET app that interacts with a data logger.
Greetings, I have an asp.net mvc application. I have some links that corresponds to
Greetings! I have CakePHP based app on shared hosting I wonder if there's a
Greetings! I have a working iPhone app (huzzah!) that uses a MainView.xib containing a
Greetings! I have some troubles enabling OAuth authentication for my web application running on
Greetings, I have a large number of fitnesse tests for a project (1000+). Over
greetings all i have a web application using (spring-hibernate) frameworks and when tried to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.