Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The Azure SDK requires IIS to be installed. Does anyone know why this is the case?

share|improve this question

closed as not a real question by George Stocker Sep 15 '12 at 2:11

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Because when you go creating Web Role, you need an IIS to host the web application for that WebRole.

I am not 100% sure, but I think that requrement has dropped for SDK 1.7 - it uses IIS Express by default (still have the option to use the full IIS).

share|improve this answer
Can it run without IIS? – user1672316 Sep 14 '12 at 19:56
never tried it. Sorry. Why don't you give it a chance? – astaykov Sep 14 '12 at 20:49
Company doesn't allow IIS installed on local machines. Long story. I guess I'll see what happens. – user1672316 Sep 14 '12 at 20:57

Not the answer you're looking for? Browse other questions tagged or ask your own question.