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 Block IP Addresses in web.config
Last Updated on Tuesday, 30 April 2013 01:54 Written by Rodolfo Hernandez Monday, 6 May 2013 12:00
If you want to restrict website access to certain IP address, you have to do it in the web.config file. The Web.config allows you to restrict access to a page, directory, all sub directories, or even the whole website. In this article I will give you a step by step guide on how to blog IP addresses in web.config
1. Open the web.config file of your project.
Learn MoreArvixe ASP.NET Web Deployment (How-To Guide)
Last Updated on Saturday, 9 March 2013 03:25 Written by Eric Anderson Tuesday, 12 March 2013 12:00
Setup for Arvixe WebsitePanel:
1.) Login to your Arvixe WebsitePanel
2.) Click Web>Web Sites> yourwebsite.com
3.) Now under your web site’s Home Tab in the Authentication category make sure
Enable Integrated Windows Authentication isn’t checked And that
Enable Basic Authentication is checked
4.) Now under the Extensions Tab in the ASP.NET category if your site was built
with .NET 4.5 make sure that you set the dropdown box to 4.0 (Integrated)
How 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 Send Emails Using a Template in ASP.net
Last Updated on Saturday, 23 February 2013 02:41 Written by David Bauernschmidt Tuesday, 5 March 2013 12:00
Over the years sending email in asp.net has gotten easier and easier but the requirements have gotten more complex. I want to show you how to using the system.net.mail reference to send emails using templates. I have a client that wants someone to fill out their information and have all that data placed into an email and sent to them. By taking advantage of email templates inside of asp.net this becomes a lot easier to manage. I could just create an html page and highlight everything between the body tags and use that to build a very large string and use that to replace text and to send it. There are a couple of problems with this choice.
Learn More
Recent Comments