5
votes
2answers
363 views

What is more secure: Many subdirectories, or many subdomains?

I have 3 websites that could be configured as a "VirtualApplication" in servicedefinition.csdef: www.mydomain.net/enroll www.mydomain.net/admin www.mydomain.net/ ... or I can configure them as a ...
5
votes
2answers
481 views

What are the security risks of the Azure Service Bus, and how do you mitigate them?

The Azure Service Bus is a way to relay SOAP/WCF information though the "cloud" as a XML over HTTPS payload. One risk that I see is that it essentially allows a user with only outbound HTTP/S ...