We have a .NET Web Role hosted on Windows Azure that only serves a REST API with only a hand few web methods.
I have read that t开发者_开发技巧o use applications present on cloud, the only requirement is a web browser and an Internet connection.
This is my Web.config: <system.net> <mailSettings> <smtp deliveryMethod=\"Network\"> <network defaultCredentials=\"true\" enableSsl=\"true\" host=\"smtp.gmail.com\" port=\"25\" u
I have installed my Umbraco site on Azure and this is working beautifully. I installed Contour on my Umbrcaco system whi开发者_JAVA百科ch I did manually in order to successfully install the database.
My Azure web role uses Ajax to call a function (in default.aspx.cs) that delegates work to worker roles. Worker roles may take up to 30-40 minutes depending on input file selected by user. If the work
I have a VHD in a container which was mounted by an instance (a DotNetNuke accelerator). But now the instance is stopped so the VHD is not mounted anymore.
We are having problems getting Windows Azure Diagnostics to reliably log. It seems hit-or-miss and we don\'t understand why.
I have an existing production application that uses vanilla ASP.Net Membership for a开发者_如何学Cuthentication.
What to get more opinion on something I\'m working on right now and what do you think is better in this situation.
I have been trying for the last couple of days to get the ACS integration for my identity providers.The main ones work, Google, Yahoo!, and Live, but I cannot get Facebook to work with my localhost de