How to Set Default Language in Web.config
Last Updated on Sunday, 5 May 2013 01:46 Written by Rodolfo Hernandez Wednesday, 8 May 2013 12:00
Having an asp app available in multiple languages is very good to reach a good audience. However you might want to set a default language so that it can be changed later by visitors. In this article I will give you a step by step guide on How to Set default language in web.config.
1. Open the web.config file of your application.
Learn MoreHow to Set Access Levels with HttpContext in ASP
Last Updated on Saturday, 9 March 2013 03:32 Written by Rodolfo Hernandez Monday, 11 March 2013 12:00
When developing ASP applications, you probably want to hide certain elements of your app to not authenticated users such as menus, submenus or even a widget. In this article I will give you a step by step guide on how to establish a certain level of access to your ASP app using HttpContext.
Learn MoreHow to Delete Virtual Directories in WebsitePanel
Last Updated on Sunday, 2 December 2012 10:30 Written by Rodolfo Hernandez Monday, 3 December 2012 12:00
Deleting a virtual directory might look like an easy task to do, however it can be confusing for any regular user and you can end up deleting your entire website. For that reason in this article I will give you a step by step guide on how to delete virtual directories in WebsitePanel
1. Log into your WebsitePanel
2. Click on Websites:
Learn MoreHow 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 More
Recent Comments