Tagged Questions
0
votes
1answer
22 views
High volume of data in Memory in azure worker role
For faster calculation I am putting 4 List in memory. Each having 10,000 records. In sql server database total size of 40,000 records is 40 MB. Instead of fectching data from Database, I am putting ...
0
votes
0answers
23 views
Does Windows Azure support wcf duplex?
I'm implementing an WCF application (service) on Windows Azure to notify to my client (a WPF application, not Silverlight)
I have tried many ways for authentication connection to Windows Azure, such ...
-1
votes
0answers
30 views
Create a Database from Entities
I am using a public webservice to show data in my app. But lately they have told us to create an offline copy of their database in our servers and use that, as they can no longer handle the load.
Now ...
1
vote
1answer
46 views
Update Javascript libraries when deploying a web application to Windows Azure
I have an MVC4 web application that uses jquery and some other libs (jquery-ui in particular).
Yesterday I decided to update all the packages via NuGet package manager; my web application worked ...
1
vote
1answer
42 views
Show internal server error?
I have the following output when running my web application:
The page cannot be displayed because an internal server error has occurred.
Screenshot:
In my web.config, the following are set:
...
1
vote
1answer
26 views
Why Host WCF Service in Worker Role
In the process of building my first AZURE based application using WCF services I have stumbled across a number of examples where people show how one can host a WCF Service inside a Worker Role.
Such ...
1
vote
1answer
42 views
private static variables in .aspx.cs file of ASP.NET webpage
Since "static" variables are shared by all instances of a class, I was wondering if they're shared through out all open pages of the website?
For example: Let's say I have the following:
private ...
0
votes
1answer
35 views
How to move a WCF service layer from Azure to on-premises
Due to some (insane) limitation at my customer, I built up a WCF layer using Azure, just as a proof of concept. Now, what is a smooth way to re-deploy it to their on-premises server? Is there such a ...
0
votes
1answer
48 views
Windows Azure Active Directory Authentication - Visual Studio 2012 tools
I've been struggling with this one now for a good week or so. I need to connect via Azure (not ACS, the Active Authentication Provider) up to Office 365. Literally the only way I've seen to do this ...
0
votes
1answer
15 views
Two Websites One Role - DefaultConnection Warning
I'm currently setting up two websites using one web role on Windows Azure. When I deploy the sites to Azure they deploy successfully, but I get a warning:
Warning 1 The connection string ...
0
votes
1answer
43 views
Problems after moving my project from Azure sdk 1.8.0.0 to 2.0.0.0
I am moving my project from Azure sdk 1.8.0.0 to 2.0.0.0
It works fine in development environment but when i am going to deploy this on Azure portal it gives me error. shown below
An unhandled ...
-1
votes
0answers
34 views
Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) [closed]
Hello I'm getting this error When I try to download my report from Crystal-reports on Live Server but its working fine on my local system.
I' m able to download other report from Crystal-reports on ...
0
votes
1answer
51 views
Messages in Azure Service Bus Queues remain in queue after expire time
I'm working with Azure Service Bus Queues in a request/response pattern using two queues and in general it is working well. I'm using pretty simple code from some good examples I've found. My queues ...
2
votes
0answers
28 views
FluentSecurity makes Azure WebRole to fail
I have a ASP.NET MVC website using FluentSecurity. As a Azure Website it works just fine. I need to make it a WebRole. I added a WebRole project but the WebRole fails at startup with a generic "The ...
0
votes
0answers
45 views
Update Azure data base using c#
I would like to know if it's possible to update an Azure database, using C#. I can send the updates to Azure using a bacpac file in C#, but I only want to update it if I add a new table or something ...