You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
classic asp
About this tag
Classic ASP is a server-side scripting environment from Microsoft that was widely used for building dynamic web pages before ASP.NET. On WindowsForum.com, discussions about Classic ASP often involve compatibility issues with modern Windows versions and security updates. For example, users have reported that Classic ASP applications break after installing security update 3104002, and workarounds like running 32-bit components in WoW64 mode on 64-bit Windows are common topics. Additionally, enabling Classic ASP in cloud environments such as Microsoft Azure requires elevated startup tasks. These threads highlight the challenges of maintaining legacy Classic ASP applications on current platforms.
Join Ryan and Steve each week as they cover the Microsoft cloud. You can follow and interact with the show at @cloudcovershow.
In this episode:
Learn how to use startup tasks in your web or worker role.
Learn how to enable Classic ASP with an elevated startup task.
Learn about the PDC 2010...
I have developed a number of websites using Microsoft Access and Classic ASP. When I got my new Windows 7 machine I found that I was no longer able to develop on my local machine as I have in the past because it is 64 bit and Access us 32 bit. This is a bit of a disaster for me, as I need to be...