I am using Window Azure and I need to edit csdef file开发者_JS百科s. However, Visual studio 2010 opens these files as xml files.
I\'ve written a small piece of code whereby on different button click different types of logging data would be collected. However, when i run the piece of code, usualy the logged data is not reflected
I\'m trying to run a WebRole on my local machine via Compute Emulator. My Compute Emulator and Storage Emulator is running fine. When I hit F5 in VS2010, I can see the action in Compute Emulator. But
I have an internal WCF service that needs to connect with an Azure queue.Does the BizTalk 2010 AppFabric connect tool support storage queues?According to the following MSDN blog it requires a relay en
I\'ve a azure web application which seems to run fine on F5. However I\'m not seeing Development Fabric ICONon system Tray.
I have an API that receives Unicode data, but I only need to store ASCII in it.I\'d like to compress & obfuscate (or encrypt) the string values that will be persisted in Unicode.
I\'ve got an WP7 application who 开发者_如何学编程does authentication with Azure Access Control Service and stores it\'s SimpleWebToken in an the IsolatedStorage. I want to use this SWT-token to secur
This relates specifically to the Windows Azure Accelerator for web roles开发者_StackOverflow. How can I configure the Website manager web role so that it only responds on a certain host name and have
We are working on site in windows azure environment and about to complete the dev stuff. We want to move the website to live domain. Please suggest and guide us how we can move the development environ
Test case: Created new cloud project with standard asp.net web site template. Deployed. The default configuration defines an endpoint on port 80 without any host headers.