How to Restart Application Pool in WebsitePanel
Last Updated on Wednesday, 28 November 2012 07:29 Written by Rodolfo Hernandez Wednesday, 28 November 2012 12:00
The Application pool enables the isolation of your web application for better security, reliability, and availability. In this article I will give a step by step guide on How to restart Application Pool in WebsitePanel
1. Sign into your WebsitePanel
2. Click on Websites:
Learn MoreHow to Allow Access to Anonymous Users in Your ASP Application
Last Updated on Sunday, 11 November 2012 04:25 Written by Rodolfo Hernandez Wednesday, 14 November 2012 12:00
ASP application that requires authentication prevents anonymous or non authenticated users from accessing any page without proper authentication. This is a great feature, however if you have a page or pages within your asp application that you want to display to non authenticated users you won’t be able because of ASP Authentication restrictions. In this article I will give you a step by step guide on How to Allow/Deny access to Anonymous users in your ASP Application
Note: For the purposes of this guide, I will grant access to non authenticated to the ‘credits’ page of my ASP application.
1. Open the web.config file of your ASP application.
Learn More
Recent Comments