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 MoreWhy is JQuery AJAX Sending a GET Instead of a POST?
Last Updated on Thursday, 18 April 2013 02:34 Written by David Bauernschmidt Sunday, 21 April 2013 12:00
If I take the same amount of time writing this article as I did finding the problem, then this article would probably be 50,000 words long. However; I also know that articles are supposed to help individuals quickly solve problems and be enjoyable to read therefore; I had to adjust accordingly. I found this solution after hours on the internet trying to solve a problem that was created when I upgraded the jquery library from 1.6.1 to 1.8.3. I cannot prove (yet) that Jquery ultimately caused this problem but I can say that when I use any development tool at my disposal I see something quite interesting. Let’s play a game of what’s different. Look at following two sets of code and tell me what is different between them. There is a lot of other code but this is what is important.
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 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