Shan McArthur

As Vice President - Technology and Senior Architect of ADXSTUDIO CMS, Shan exhibits a profound dedication and proficiency in his field. Having specialized in the IT industry for over a decade, his experience and knowledge support his instrumental role in the architecture and ongoing development of the company's web development technology.
Tags
CRMUG User Group Website
ASP Pages Throw 404 Errors in Windows Azure
January 19, 2009 2:14 PM |
Comments (0) 
| Rate this article: 

Windows Azure does not support classic ASP pages.  You won't be able to see this in the developer fabric because the developer fabric uses the local IIS installation on your workstation.  That said, once you promote your site to the production Azure servers, you will quickly find out that ASP pages are not supported.  You will experience a 404 error if you make a request to your ASP page.  This may be unfortunate if you have some legacy code still in your application, but it makes sense because if you could host ASP pages, this would be outside of the managed-code sandbox and you could use COM interop to do a lot of things that they probably don't want you to do on the Azure servers.  You will have to port your legacy ASP pages to ASPX before using Azure.

Tags

Submit a Comment
Title:  
Name:    
Comment:    
Verification:

Type the characters you see in the picture below.