i am making an application in C#. In this application i am doing some calculations and putting these values into collection which is on IIS. So here i want to know how much size of data i can store on IIS?Because after sometime(in hours),my collection on IIS gets reset.
i made the collection of strings on IIS. And as per my requirement i want this collection for 4 to 5 days.After that i am resetting the collection and again making new collection.But my collection is getting reset before 4 days.I am not getting what is the problem.
Please help me.Thanks in advance.
You should have a look at the “Advanced Settings” of your Application Pool. I guess your Application Pool is automatically recycled, because of the “Regular Timer Interval (minutes)” setting.