Tag Archives: Asp Script

Scheduled Task for .aspx (ASP.Net) file

Normally you may set the scheduled task easily by calling the program or script that you are using/coded, however if you come with the ASP.Net script, are you able to call through the asp dll library directly? The answer is … Continue reading

Posted in ASP.Net, Microsoft Windows | 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

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