Tagged Questions
0
votes
1answer
23 views
How to recover data deleted from Azure table on Azure Table Storage
I have delete all data from Azure table accidentally . Now i want to recover the all data If is there any way to recover. please let me Know.
any help appreciate
When i was try click on Query But ...
-1
votes
0answers
24 views
Is ASP.NET MVC 4 on Windows Azure an appropriate solution?
I'd like to have a restful service that uses a database to store data.. the service will be pretty simple, just serving up database entries in xml.
I'd also like to have some code that runs at a ...
-1
votes
1answer
38 views
Performance best practices [closed]
I'm doing REST API on Azure Cloud Services with C#. And I need to serve many simultaneous requests.
What would be best practices on connecting to database, caching, etc?
Like, when do I need to ...
0
votes
1answer
13 views
RedCaptcha After 3 failed three Attempts
May be This questions have been asked previously but i haven't found it on MVC context.
i have implemented it with the help of How to add ReCaptcha to your Asp.Net MVC4 register form
ReCaptcha need ...
0
votes
1answer
44 views
ASP.NET MVC 4 application routing not working in azure
i have a problem with an ASP.NET MVC application,this locally everything right, including the azure emulator, but after the publish into azure, the routing stoped to work and i am getting this error
...
0
votes
0answers
45 views
How do I properly route the subdomains of a .NET website using Windows Azure?
I'm currently using hover as my DNS host and I am trying to host a Shared Website on Windows Azure. I am trying to use the AttributeRouting Library to do subdomain routing in my .NET MVC 4 Website. ...
0
votes
2answers
101 views
Azure - running an app in Azure using ADFS returns the following error: Exception message: ID4014: A SecurityTokenHandler is not
I have my app built and deployed in Azure, utilizing ADFS for authentication. When I access my app, it redirects me to the ADFS log-in page. I log in, and then it redirects me back to my app, where ...
0
votes
1answer
32 views
ServiceRoute overriding Existing routes
a newbee in MVC patterns, so please bear it with me.
i have defined a ServiceRoute in global.asax file
RouteTable.Routes.Add(new ServiceRoute("rest", new WebServiceHostFactory(), ...
0
votes
0answers
26 views
Getting a periodic error in azure System.Net.Sockets.SocketException
I am using Elmah to log errors on my web app hosted in azure. the web app is written in c# mvc4.
Periodically getting this error (some days more than others) and don't understand how it could happen.
...
0
votes
1answer
47 views
Handle exceptions over class library without Try Catch
I am working with ASP.NET MVC 4, .Net 4.5, Windows Azure. I handled all exceptions with out writing try catch blocks in Frontier(Web Application) using OnException() controller base class method. I am ...
0
votes
1answer
43 views
Visual Studio publish uses debug mode instead of release
The setup is this:
.NET 4.5
Visual Studio 2012
Azure 2.0
one WebRole which hosts 2 sites:
one MVC4
one WCF project
When I published the site to the cloud, it looked like it was working in ...
0
votes
1answer
38 views
Self signing an SSL certificate - does CN need to be where the certificate is going to be located (the URL of my app)?
I really don't know much about SSL. I have an app up on Azure that I need to put SSL on. I've been following the tutorial: http://www.windowsazure.com/en-us/develop/net/common-tasks/enable-ssl/.
...
0
votes
1answer
71 views
Call a HTTPS WCF Service with Certificate authentication
i create a wcf service and hosted it on windows azure. The wcf service is a https one. When ever i call the service the client needs a certificate to verify its authenticity.
When i type the service ...
2
votes
4answers
143 views
Azure Web Sites - scheduled tasks
I am developing a web site which I plan to host on Windows Azure. The site will need to run some daily/weekly scheduled jobs, synchronizing to various 3rd party data sources, sending user ...
1
vote
0answers
39 views
405 Method not allowed ,Windows Azure WCF Rest Service
i have defined a json rest service in Webrole and consumed in another webrole. but whenever i call the the method it throws 405 exception .
[WebGet(ResponseFormat = WebMessageFormat.Json, BodyStyle = ...