Order Information
Knowledgebase
Articles
Client IP from Request.ServerVariables("REMOTE_ADDR") is Always the Same

If your scripts use Request.ServerVariables("REMOTE_ADDR") to get the client's IP...
Views: 607
Creating Virtual Directories for .Net Application Roots

By default, the root of your site is already configured as a .Net application root. If you need...
Views: 580
Determining if a Connection is Using SSL

Due to the way our hosting system handles SSL connections (dedicated SSL hardware), the...
Views: 651
How do I add impersonation to my ASP.NET site?

Adding impersonation allows the web server process to run as your primary FTP user. This means...
Views: 536
How do I install DotNetNuke?

This article will show you how to install DotNetNuke 4.8.0 onto your site with Host Orlando....
Views: 494
Reloading an ASP.NET Application

Due to the load balanced environment we host your site under, IIS isn't currently able to detect...
Views: 569
Setting Permissions for ASP/ASP.NET Scripts

You set file and directory permissions for Windows files the same way you would for Linux files...
Views: 552
Using CDOSYS (System.Net.Mail) in ASP.NET

To send email with CDOSYS (System.Net.Mail) from ASP.NET application see the systemnetmail.com...
Views: 579
Using CDOSYS in Classic ASP

To send email in classic ASP using CDOSYS, use the following code as a guideline:...
Views: 625