Tagged Questions
0
votes
1answer
20 views
Code Changes in MVC4 app while moving Static Content to blob storage
I am moving my MVC4 application static data like(CSS,IMG,Javascript,etc) to Azure Blob storage enabled with CDN.
It will offload my server and in return will increase system Performance and ...
0
votes
2answers
298 views
How to publish asp.net mvc 4 project with existing sql database to windows azure?
I have a mvc 4 project that uses sql database which is already populated with data. I found this tutorial on how to create new sql database in windows azure but can I use my database that already ...
2
votes
1answer
216 views
Windows Azure UploadFromStream No Longer Works After Porting to MVC4 - Pointers?
Updated my MVC3/.Net 4.5/Azure solution to MVC4.
My code for uploading an image to blob storage appears to fail each time in the upgraded MVC4 solution. However, when I run my MVC3 solution works ...
0
votes
0answers
83 views
Windows Azure: Is is possible to edit file in App_Data in cloud
I am trying windows Azure cloud hosting.
I have deployed my application to cloud.
part of my application logic needs to edit a file in App_Data directory in cloud
When i try that function, it gives ...
1
vote
1answer
235 views
Unable to Upload File to Windows Azure Blob
I'm trying to upload a file to a Windows Azure storage blob. I feel like I'm trying something really basic. I have a new ASP.NET MVC 4 Web Application (as in File->New Project...). When I get to the ...
0
votes
1answer
319 views
Streaming Videos from Azure ( Blob or Media Services)
I have an MVC 4 website hosted in azure that needs to upload a video and on a different page allow that uploaded video to be streamed back to a client player.
The first option allows the user to ...
0
votes
3answers
70 views
Where can I store a copy of the source code for my ASP.NET MVC application?
I have a MVC4 application that runs on the cloud. I keep multiple backups but I would like also to have a backup some place online.
Does anyone have any suggestions as to where I could put this ...
0
votes
0answers
135 views
Assembly “Microsoft.WindowsFabric.Data.Common” miss issue when web application start(Closed) [closed]
I have an ASP.Net MVC4 web site , and When I run this web site in VS2010, I got an Asp.net Yellow Page below ,So far I didn't found a way to figure it out.Please help me to review it , and kindly to ...
0
votes
2answers
82 views
How to get API response running MVC4 application in cloud?
I created the web site with database in Windows Azure cloud platform, and
have published my MVC application into the cloud, but i don't see the api response in XML or JSON formats, i.e. when loading ...
1
vote
2answers
1k views
ConnectionString issues
I am having an issue with my connectionString in a MVC 4 project.
The project is structured the following way:
Solution
-MVC4-web app project
-Custom DBContext project
-Portable Area ...
0
votes
2answers
104 views
Convention file names in MVC4
I'm reading this guide for how to use Azure table for data storage. But in this guide doesn't really tell you in which folder you should save the files. So I wonder if there's some up to date guide ...
