Category Archives: Microsoft IIS

Delete IIS Web Sites, Applications and thier content with Web Deploy

When you install your Web App Gallery through Web Platform Installer, you might ask how to delete the application. As Windows do not provide MSI or installer, hence you are not able to easily remove them from Window Programs Menu. … Continue reading

Posted in Microsoft IIS, Microsoft Windows | Tagged , , , , , , , , , , , , , , , | View Comments

Prevent SQL injection by using IIS URL Rewrite

Nowaday, a bad or unoptimizes SQL query could easily compromised or get attacked. However you may try to reduce or prevent (Don't say avoid, it is not possible, keke) the SQL injection through your expression rules. If you are using … Continue reading

Posted in Microsoft IIS | Tagged , , , , , , , , , , , , , , , , , , , , , | View Comments

Classic ASP script error messages are no longer shown in a Web browser by default

With IIS 7.x, ASP error is disabled by default. Hence, the web programmer will not know what is the detailed error from your scripting and the following error shown. An error occurred on the server when processing the URL. Please … Continue reading

Posted in ASP.Net, Microsoft IIS | Tagged , , , , , , , , , , , , , , , , , , , | View Comments

Why my 3GP file not serve by IIS?

By default, 3GP file extension is not understand and serve by the IIS, hence you might get the error as below when you try to browse to your 3GP file from your IIS web services engine. The problem is IIS … Continue reading

Posted in Microsoft IIS | Tagged , , , , , , , | View Comments

Joomla Search Engine Friendly(URL) in IIS7

Many user who using IIS7 as the web services and found out the SEF(Search Engine Friendly aka Permalink or URL rewrite) is not working in Joomla. With Joomla implementation, it is using the rewrite rules to perform the Search Engine … Continue reading

Posted in Joomla, Microsoft IIS | Tagged , , , , , , , , , , , , , , , , , | View Comments

Not able to login to FrontPage Extension Admin Page

When you have IIS 6 with Frontpage extension 2002 and you have installed the FrontPage Extension 2002 to your IIS 6.0 and wish to check the FrontPage Extension Health and recalculate it but you failed to login (Keep on prompt … Continue reading

Posted in FrontPage Extension, Microsoft IIS, Microsoft Windows | Tagged , , , , , , , , , , , , , , , , | View Comments

All in one redirect scripting

HTML redirect: For most of the webmaster, they will prefer 301 Redirect. With HTML redirect with HTML, I will suggest canonical type. You may use the following script from the HTML with canonical redirection. PLAIN TEXT HTML: ‹link rel="canonical" href="http://www.mickgenie.com/blog/" … Continue reading

Posted in Microsoft IIS, PHP, Ruby on Rails | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | View Comments

How to block a country range IPs?

Many blogger was wonder on how to block the IPs from a country as they might suffer from unwanted attack such as compromised from their site. Mick Genie will suggest you a site to automatically generate the script from a … Continue reading

Posted in Apache, Microsoft IIS, cPanel | Tagged , , , , , , , , , , , , | View Comments

IIS 7.0 Administration Pack

I have not blog for a month . It was a very busy month for January(lazy for me, actually). Today, got to share something with our friend again which known as IIS 7.0.Administration Pack and I will highlight the FastCGI … Continue reading

Posted in Microsoft IIS, PHP | Tagged , , , | View Comments

Enabling Permalink from WordPress with IIS7.x

This article is applicable for WordPress user who used IIS7.x as their web services and not able to work correctly with the permalink. 1. Log into your WordPress. Select on Setting and click on Permalink Settings. 2. Select any of … Continue reading

Posted in Microsoft IIS, Microsoft Windows | Tagged , , , , , , , , , , , | View Comments