I had an issue that my Cache is being removed then added frequently, (i add it in the Application_Start
) after some debugging i found that the method Application_Start
is invoked almost every 10-20 mins, it seems like my application is being terminating frequently. Can anyone just give me a hint what could be the reason ?
please ask for any missing information