SRA
SRA

Reputation: 1691

Error installing windows azure sdk for 64 bit OS - Windows 7

I tried installing Windows Azure SDK on Windows 7 Professional, with IIS 7.5, but failed. The system says,et

"To use this software you should enable windows internet information services 7.0 with Asp.Net support.See the product release notes for details"

I also got into framework 4.0 from the commmand prompt and ran aspnetregiis -i , but still it didn't work.

Help Appreciated.

Upvotes: 3

Views: 840

Answers (2)

BritishDeveloper
BritishDeveloper

Reputation: 13349

It probably isn't IIS that is the issue. You may need to enable ASP.NET in your IIS.

Read how to enable ASP.NET in IIS 7.5 for Windows Azure SDK here.

Upvotes: 1

user94559
user94559

Reputation: 60133

You might try installing via the Web Platform Installer (start at http://microsoft.com/web). That does a good job of determining what (if any) dependencies you're missing.

If that doesn't help, try posting this over on the Windows Azure forum on MSDN (http://tinyurl.com/wazforum). There the Windows Azure support folks can help.

Upvotes: 1

Related Questions