Windows

IIS7.5 : HTTP Error 404.17 – Not Found

Posted by on September 15, 2011 at 10:16 am

Error: HTTP Error 404.17 – Not Found (The requested content appears to be script and will not be served by the static file handler. ) solution: Please make sure the .Net Framework4.0 installed on your IIS server. If you have installed .Net Framework4.0 on your IIS server, please run “aspnet_regiis -i” in C:\Windows\Microsoft.NET\Framework\v4.0.21006 If above [...]

Windows: Outbound FTP connections

Posted by on September 6, 2011 at 4:30 am

Unable to connect to any outbound FTP with a client application or via the command line(DOS) *note , this is assuming you do not have a firewall blocking the app* there are two settings of the network card that may cause problems with transfers. Both have to do with offloading tasks from the operating system [...]

Perl Module: DBD::mysql installation

Posted by on August 23, 2011 at 4:02 am

First things to ensure is that if you installed the 64bit version of Perl. Make sure you install the 64bit version of Mysql and mysql-devel. You will also need the GCC compiler installed on the server for linux. To check the current Perl modules installed run instmodsh To install the module run perl -MCPAN -e [...]

Introduction to Microsoft’s Webmatrix

Posted by on August 21, 2011 at 3:42 pm

ASP-IIs7 : Failed to retrieve the Anonymous User Token for ASP Application

Posted by on August 13, 2011 at 2:35 pm

Error: Failed to retrieve the Anonymous User Token for ASP Application The error can occur if you are running a classic asp application under iis7 . You will need to disable Run On End Functions . This can be done under the virtual host settings > asp > click the + next to debugging and set run [...]