Bob
Bob

Reputation: 9

How do I create a new classic asp project in Microsoft Azure

I'm trying to create a new classic asp project in Azure, to run my company's web site. We will be upgrading it later to .NET but I'm only just starting with that so I am not sure how this goes.

I have an Azure account and can create web apps till the cows come home but I can't get them to run under classic asp. I've tried all the Google tips to no avail. Is there anyone out there who can help!

Upvotes: 0

Views: 808

Answers (1)

Shahed C - MSFT
Shahed C - MSFT

Reputation: 2881

Yes, you should be able to run Classic ASP on Azure by running an elevated startup task.

More info is available in the following video on MSDN Channel 9:

https://channel9.msdn.com/Shows/Cloud+Cover/Cloud-Cover-Episode-31-Startup-Tasks-Elevated-Privileges-and-Classic-ASP

Hope that helps!

Upvotes: 1

Related Questions