RSSAmplifier

Blog

ASP Is Fun

ASP Classic Code and Contracting

aspisfun.comRSS feed ↗10 posts

Latest posts

Cookie Consent Banner with Google AdSense Ads

If you are showing Google AdSense ads on your website or WordPress blog, hopefully you realize how critical it is to have the cookie-consent banner [...]

WPLP Cookie Consent – Free WordPress Consent Plugins

There are MANY laws which require a website to get active consent from visitors before using ANY cookie tracking on that visitor. This would include [...]

VEVENT contains a recurrence pattern that Outlook does not support

Outlook is known to give all sorts of bizarre errors. My Outlook 365 now gives me: Task Internet Calendar Subscriptions reported error (0x00070032): The VEVENT, [...]

cannot verify or add the internet calendar in outlook

If you use Microsoft Outlook 365 on your desktop, you can run into some strange errors. For example, let s say you have a Gmail calendar [...]

(untitled)

If you are running Microsoft Outlook 365 desktop version, you usually have a file in the folder c:\users\(username)\AppData\Local\Microsoft\Outlook named Internet Calendar Subscriptions.pst yes, with the [...]

Microsoft Outlook 365 Calendar File Too Big

I ve been using Microsoft Outlook on my desktop for probably 20 years or so, migrating upwards as new releases came out. I m currently on Microsoft [...]

Request.BinaryRead – ASP Operation Not Allowed

If you work with Classic ASP and you allow people to upload images to your site, you often use Request.BinaryRead for that activity. If you [...]

Sessions.XML is Too Big / How To Delete

If you re running out of disk space on your Windows IIS web server, you might come across these two files: c:\windows\servicing\Sessions\sessions.XML c:\windows\servicing\Sessions\sessions_back.XML On my system [...]

Tail in Windows – How to Read a Giant Text File

When things go bad on a Windows IIS web server, they can go fairly bad fairly quickly. I can end up with a GIGANTIC log [...]

How to Reset the Slow Query Log in MySQL

I m a strong proponent of always running the slow query log in MySQL. This log helps you track down which queries are causing a problem [...]