How do I set a site to always be loaded?

D

David Thielen

Sorry - Windows Server 8 running IIS 7.



Hi;

How can I set our ASP.NET site to always be up and never suspended?
It's the only thing we have running so there is no gain in suspending
and we want a fast response.

This is on Windows server 2007.

??? - thanks - dave

david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
A

Allen Chen [MSFT]

Hi Dave,

I'd like to help you. But I'm not sure what do you mean by "always be up
and never suspended". Could you clarify your requirement? When the web site
will be "suspended"?

Regards,
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
H

Hans Kesting

David Thielen expressed precisely :
Hi;

How can I set our ASP.NET site to always be up and never suspended?
It's the only thing we have running so there is no gain in suspending
and we want a fast response.

??? - thanks - dave

I take it that the site is used infrequently, so it get's unloaded and
the next user gets the JIT delay.

You could write a command-line utility that requests a page (aspx or
ashx) from the site. The page doesn't have to do much, it's just so
that IIS and ASP.Net think the site is still "in use".
Then use "scheduled tasks" to execute this utility every 15 minutes.

Hans Kesting
 
D

David Thielen

As Hans said, we get the timeout and it is unloaded. The next access
causes it to load again. Aside from writing a deamon to hit it, any
way to keep it loaded?

A meta tag won't work because no one is at the site when this happens.

thanks - dave


Hi Dave,

I'd like to help you. But I'm not sure what do you mean by "always be up
and never suspended". Could you clarify your requirement? When the web site
will be "suspended"?

Regards,
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
A

Allen Chen [MSFT]

Hi Dave,

Thanks for the clarification. From your description the problem is the work
process is shut down after some idle time when no new request are sent to
it during that period.

If so you can set the idle time out in IIS 7. Please try the following
steps to do so.

1. Launch IIS 7.
2. Expand your machine node in the "Connection" panel and select
"Application Pools".
3. Select the Application Pool that is used by your web application.
4. Select "Advanced Settings..." in the "Actions" Panel.
5. In the "Process Model" category, set value in the "Idle Time-out
(minutes)" field.

Please let me know if it works for you and feel free to ask if you have
additional questions.

Regards,
Allen Chen
Microsoft Online Support
 
A

Allen Chen [MSFT]

Hi Dave,

Have you solved this issue?

Regards,
Allen Chen
Microsoft Online Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top