Using Web.Config to Allow/Deny Access to an Specific IP
Applications must have an IP blocking feature in order to deny access to certain computers that could attack your site. But this can also be useful if you want to … Learn More
View ArticleAllow users to access specific locations in ASP
Some projects require to set permissions to access specific locations within your project. In this article I will show you in a step-by-step guide how to restrict access to users … Learn More
View ArticleDate format in ASP.Net
In this article I will show how the use of culture in the web.config file does not work as expected with the format of the date and other information. Before … Learn More
View ArticleDetect mobile device in ASP.NET Web Forms
Currently, it is necessary to give relevance to mobile devices when we are developing an application web. In this article, I will show an example on how to detect a … Learn More
View ArticleMinification in ASP
Minification is a technique you can use in ASP.NET 4.5 to allow a better request load time. In this article, I will explain how to apply this technique in your … Learn More
View ArticleDetect Browser Capabilities in ASP.NET Web Forms
In the development of ASP.net applications, it is very important to know if this will be compatible with various browsers. Knowing the capabilities of browsers, we may know if our … Learn More
View ArticleDisplay Loading Message in ASP.Net
Applications take time to perform an action. As I developer, I realized that it is crucial to make users aware of how long will it take a page to load, … Learn More
View ArticleDisplay Session Timeout Message in ASP.Net
Real world ASP.Net applications required to have a controlled session time for users. This is done to block unauthorized people from using the application. Nevertheless, you should show users a … Learn...
View ArticleRangeValidator in ASP.NET
In this article I will explain acerda the RangeValidator in ASP.NET. This type of control in ASP.NET allows us to determine ranges of values. Getting Started What is RangeValidator Control? … Learn More
View ArticleCompareValidator Control in ASP.NET
In this article I will explain about CompareValidator control in ASP.NET. This type of control in ASP.NET help in validation processes, allowing to evaluate values between two input types Getting …...
View Article