Tagged Questions
0
votes
1answer
23 views
Redirect to Azure Active Directory by clicking Login button in an MVC 4 App
I had never dealt with Active Directory, much less Azure Active Directory before, plus my understanding of how web security works is extremely shaky. So, please, be gentle no matter how stupid I sound ...
2
votes
1answer
32 views
Usage of Update-Database in EF Migrations when deployed in Azure
Context: I have my ASP.NET MVC4 solution deployed in Azure.
My MSSQL Server Database is also there, in Azure.
I currently deploy this way:
In web.config I change the connection string from local ...
0
votes
1answer
36 views
PushSharp ASP.net MVC4 on Azure woes. - Can't connect to APNS feedback service
I have an ASP.Net MVC4 website running a simple web service on Azure to provide a Push Notification service for our mobile app. It works when run on a local IIS instance on my machine but once ...
0
votes
0answers
19 views
OAuth RegisterGoogleClient ASP.NET log in works on localhost, but error in Azure web server
I have a problem. I'm using ASP.Net MVC4 to create a Server that uses the Youtube API. I want to create a playlist using a youtube user (testing@gmail.com for ex.), and to do that I have to get an ...
0
votes
1answer
34 views
Installing Windows Identity Foundation on Azure Web Site Via Git
I'm hosting a MVC 4 web site on Azure. The site requires Windows Identity Foundation to authenticate a web service call. I'm getting this error:
"Could not load file or assembly ...
1
vote
2answers
72 views
Azure Diagnostic is not saving logs in azure tables
Just checking the new features introduced in windows azure sdk 2.0 - Enable Diagnostics.
Just created a new azure cloud project with MVC 4 Web Role and enabled diagnostics from the configuration ...
1
vote
0answers
50 views
Bundling with MVC4 not working after I publish to azure
Hi I am trying to bundle my scripts for my application. My debug is working and if I publish with the Web.debug every thing works fine. But when I publish with the Web.releas my scripts don't load. ...
0
votes
0answers
49 views
502 - Invalid response error on Azure website on daily basis
I have hosted my site (ASP.NET MVC4) on Azure and also using blob storage to store data.
Website works fine but daily i got 502 Error on random basis, mostly after i publish my changes (dll,pages ...
1
vote
0answers
40 views
How to store Custom logs in Azure Localstorage created using diagnostics.wadcfg
I am using RollingFlatFileTraceListener(enterprise library v 5) to create Log file which is by default created in my solution.
Also i have created a custom storage in diagnostics.wadcfg
...
1
vote
1answer
31 views
Where do I inject my code that needs to run before a user gets to authentication in MVC4
I have a few lines of code that needs to run before the user get redirected to authentication part of my MVC4 Project.
I am using :
<modules>
<add name="WSFederationAuthenticationModule" ...
0
votes
1answer
66 views
Deployment to Azure failing, need help debugging it
I have an asp.net mvc 4 application, and I'm deploying it to Azure, It's deploying successfully but when I add a package from NuGet (Postal 0.8.2) it's breaking my deployment. I need help figuring out ...
0
votes
0answers
54 views
RenderSection removed from _Layout.cshtml, but still throwing an error
I have an MVC app running inside Azure emulator and I get a yellow screen of death with the following exception:
The following sections have been defined but have not been rendered for the layout ...
0
votes
0answers
38 views
Grab HTML Content of Postal Email inside Azure Web Role
I'm using Postal in my ASP.Net MVC4 Azure Cloud Service application. Using a Web Role to invoke and intercept the Send method and grab the html email content (generated by Postal using a View). Need ...
-1
votes
1answer
43 views
Adding Azure webrole instances does not affect MVC4 webservice throughput
I have a very simple MVC4 post action as part of Azure webrole:
[HttpPost]
public ActionResult Index(Request request)
{
return new JsonResult()
{
Data = "OK",
...
0
votes
0answers
38 views
Azure website - 404 - yet, published fine
I’ve looked into this (on and off now) for over a month… and frankly, I’m at a loss. I would appreciate anyone pointing me to some answers here. I've searched the web for answers – and thus far have ...
2
votes
1answer
21 views
Is there an Azure Websites functionality equivalent to Azure Web Roles RoleEntryPoint
I want to run some code from a library before Application_Start and i was wondering if that is possible using just Azure websites or if I have to purchase an Azure Web Role instance and use ...
0
votes
2answers
81 views
Error running MVC4 on Azure
We sometimes getting an error starting our MVC4 site on Azure. Never seen these errors on our local servers. After deploying the database and the application to Azure, troubles occur starting the ...
1
vote
1answer
41 views
How to take Data and Database from SQL Server 2008 R2 and upload to Azure
I have generated scripts from my database that are data only and SQL Azure Database as a Script for Database Engine Type how ever when I publish the application to Azure, I get the following error:
...
0
votes
0answers
48 views
Windows Azure, ASP.net MVC 4 - Issues with pages
I am completely new to Windows Azure and we don't have many people around the office that knows the technology, and those that do are out of the office and unreachable. so I turn to the community.
I ...
3
votes
2answers
116 views
Failure writing to log file with RavenDB Embedded on Windows Azure
I am running an MVC web site on Windows Azure and using RavenDB embedded. If the web site is "cold" (unloaded from the Azure instance), I get the following error message on the first hit to the web ...
0
votes
1answer
34 views
Azure with Azure SQL Server: ArgumentException: Value does not fall within the expected range
Never seen this on our local servers, but after deploying the MVC4 application and the SQL Server database to Azure we sometimes get the following exception, how to tackle this problem?
...
0
votes
1answer
58 views
Send Anonymous Object to Service Bus Queue in Azure
I have a method in c# that takes a set of properties wrapped in a class and push it to azure service bus queue. There are so many types that need to be pushed so I wrote a method that takes anonymous ...
0
votes
1answer
53 views
Controller not working after publish to azure website
I have created a simple web site using ASP.Net MVC 4, Internet Application. I added a controller, model and associated views for a new page. Everything works fine running locally, I can register, ...
0
votes
2answers
136 views
Azure and SQL Server: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server
Using Azure with SQL Server. In 30% of the cases where the SimpleRoleProvider is implicitly called we get an error: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server. The ...
0
votes
2answers
65 views
Periodic Email Notifications (Windows Azure .Net)
I have an application written in C# ASP.Net MVC4 and running on Windows Azure Website. I would like to write a service / job to perform following:
1. Read the user information from the website ...
0
votes
0answers
51 views
Use controller result from other mvc project within solution
I've got a new solution that contains several project 'groups'. Each group contains a Cloud Project, a Web Role Project and a Test Project. All Web Role Projects are MVC4.
One of the Web Roles is the ...
0
votes
1answer
23 views
Azure Publish giving “The Type or Namespace {x} cannot be resolved” error
I have a MVC 4 web project that I have been working on for about a year. It is currently published and running on azure in production, and has been working there for about a year. My dev machine ...
1
vote
1answer
42 views
Why does my Azure deploy say my empty MVC 4 app is too large for extra small?
I'm going through the tutorials on Azure with an empty MVC 4 Basic project.
I set my VM size to extra small, and resized my Local Storage-> Diagnostics to 100mb, yet I still get the error:
...
0
votes
1answer
126 views
Web aplication in asp.net mvc and mobile application communication
I'm going to build application for web (asp.net mvc) and mobile (iOS and Android). And all three of them must communicate (share data, user authorization etc.) . What is best way to this ? Using ...
1
vote
1answer
198 views
Elmah.Mvc not logging in MVC4 app when deployed onto Azure
I'm experiencing an issue which seems fairly common, yet I googled for similar questions but none seems up to date, so I hope someone can give a suggestion here. I cannot let ELMAH work in my mvc4 app ...
0
votes
0answers
100 views
Strange issues with WebSecurity.InitializeDatabaseConnection() and Azure hosting
This one is just weird enough to make me think that I am overlooking something obvious here.
I have an ASP.NET MVC4 application with a SQL Server 2008 database. I am using EF Code first, with code ...
0
votes
1answer
121 views
Can't authenticate with token
I've a ASP.NET MVC website which uses an ASP.NET WebAPI to authenticate. I've using ThinkTecture IdentityModel for basic authentication and session token, which works fine locally and in Azure ...
0
votes
1answer
39 views
Image not found, but only sometimes
After I migrated my site from AzureWebsites to a Azure Cloud Service, i'm having some issues with the migration and I think are related to IIS (and my lack of expertise of it).
The issue is some ...
0
votes
1answer
32 views
Azure: can memebrship and my tables share the same connection string?
I put membership tables and my tables in the same database, thus I'm using only one 1 connection string and one DBContext class. I'using Ado.Net EF Code First with migration. Below is my local ...
0
votes
2answers
57 views
ImageResizer.Net AzureReader2 Plugin not working
I am using the ImageResizer.NET library to read images from the Azure Blob Storage and resize them.
For that I needed to install AzureReader2 plugin and configure it in the web.config file.
I have ...
0
votes
1answer
381 views
Why my session state in MVC4 suddenly loses data?
I was reading in the following page that continualy WindowsAzure recycle store sessions
Why do my instances recycle when trying to store sessions in co-located Azure cache?
This is my webconfig ...
1
vote
2answers
38 views
Hosting cloud service - general practice
These days i m trying my hands on windows azure, Its amazingly great.
My question is about cloud service deployment practice every time.
First time when i m setting up my cloud service env then I ...
4
votes
1answer
119 views
MVC 4 Mobile Detection Not same for view as it is for layout
I am having a very strange issue. What makes it worse is that it ONLY happens in production (azure), not in the dev machine.
I am seeing my app use the .Mobile version of the layout but uses the ...
1
vote
0answers
38 views
MVC Azure application hangs when running under debugger
I have upgraded to VS2012 and MVC4. My application runs in local development environment when I run without the debugger. However when I run with the debugger it does not load the first view. The ...
1
vote
1answer
160 views
Create subdomains in staging azure web role
I have a solution with two projects:
- Project1 is an asp.net mvc 4 project
- Project2 is an asp.net webapi project
I want to have both of them on the same webrole, in production it seems that I can ...
0
votes
2answers
75 views
Worker Role vs Web Role with async controllers
Several components of our system have "long running" operations. They can take anywhere from seconds to minutes, and vary in their CPU usage. E.g., report generation will peg a CPU for a few seconds, ...
0
votes
1answer
419 views
How to implement Authorization in asp.net web api using windows azure
I have sample asp.net web api with get method, i have prefixed a [Authorize] attribute on top of the method , can i please know how should i call this method from browser or fiddler? and also am ...
2
votes
1answer
69 views
Can I use LoadLibrary on Azure? [closed]
I am in a design phase of a web service. I'll be using MVC 4 and we are looking at Azure. I have an unmanaged C++ DLL (32 and/or 64 bit, we can build both) that is internal, legacy code that I have to ...
0
votes
2answers
113 views
Why Azure Service bus doesnt work when accessed by two worker roles?
I am using service bus to communicate between web role and worker role, but it has been giving me some erratic results. I have deployed my cloud project to azure. So surprisingly when i run just the ...
0
votes
1answer
18 views
How do I display the region to which Azure Traffic Manager has directed the user?
We want to display the region to which users are being directed by Azure Traffic Manager in our MVC 4 application (we have cloud services set up in Europe, Asia, and the US). We're thinking of ...
0
votes
2answers
586 views
Running WebApi alongside MVC project in Azure
I have a solution with an MVC project and also a separate Web Api project. I have been working on the the MVC portion and have had it hosted as a web role in a cloud service project.
Now I need to ...
2
votes
0answers
99 views
Azure Web Sites - share login state across subdomains
I have two websites on Azure Web Sites, and I'm using a CNAME to use them with my own domain name.
Let's call the two sites site1.example.com and site2.example.com.
I'm using ASP.NET MVC 4 and ...
-1
votes
2answers
144 views
Smooth streaming support flash?
I using Azure Media Service with Smooth Streaming a *.mp4 file.I want to using Flash Player on Asp.net MVC4
Anyone suggest me, Flash player have support Smooth Streaming? If yes, please sent me code ...
0
votes
0answers
87 views
Azure MVC 4 Website throws a 502 server errors and having images and css loading issues
I’m deploying a website in azure server (mvc 4 website) and I keep on getting 502 errors.
It’s happening mainly in IE but sometimes in Chrome as well.
Another problem is sometimes the images and css ...
0
votes
1answer
230 views
How to deploy project to azure with poco database
I'm using VS2012 and created a MVC4 WebAPI project with Entity Framework Code First approach to generate a database from a POCO class. Then I made EF create CRUD operations and modified them to my ...



