How to Block IP Addresses on ASP Plans Using Remote IIS Manager
Last Updated on Monday, 17 December 2012 12:00 Written by Victor Gebhardt Monday, 17 December 2012 12:00
Sometimes you may want to block certain people from visiting your site. They may be trying to guess your password or maybe you simply do not want them to have access to your website. On an ASP plan, this can be handled easily via Remote IIS Manager.
First, download and Install IIS Remote Manager. Then, make a remote IIS Management username by use the “Management” tab in your control panel. The tab is located under the website properties of the website you wish to manage. Then connect to your webspace using IIS Remote Manager.
You can read more about installing IIS Remote Manager and connecting here
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 MoreHow to Bin Deploy ASP.NET Assemblies on Shared Servers
Last Updated on Tuesday, 6 November 2012 08:29 Written by Abner Myloth Friday, 9 November 2012 12:00
On ASP.NET platform it is quite common to use 3rd party assemblies like MVC, MS chart controls to add features accessible from your code which are not present in the .NET framework by default.
In your development machine, you do this by installing the required assembly server-wide. Assemblies get installed in Global Assembly Cache (GAC) and all you need to do is to reference that in web.config file.
However, it may not be possible to install all these 3rd party assemblies in a shared server as different users might be using different versions of the same assembly.
Learn MoreHow to Publish Your ASP Application Using FTP Method in Visual Studio
Last Updated on Saturday, 29 September 2012 01:50 Written by Rodolfo Hernandez Sunday, 30 September 2012 12:00
On a previous post, we showed you how to publish your application with Web Deploy. However some of our users were experiencing issues with Web Deploy and were looking for an alternative way to publish their applications. In this article, I will give you a step by step guide on how to publish your ASP Application using FTP Method in Visual Studio
1. First, create a virtual directory. This is where your application will be installed. If you don’t know how to create one, please read this article
Learn MoreFind out if your Windows server is running a 32bit or 64bit system
Last Updated on Wednesday, 23 February 2011 06:01 Written by Richi González Wednesday, 23 February 2011 06:01
Hello,
After I received an e-mail saying that it would be helpful to write an article like this one, but for Windows Servers, I started researching and found a very easy way of doing it.
Learn More
Recent Comments