I have an MVC project that uses Azure Storage and has been successfully deployed to Azure. However, when run locally, it does not start the Azure emulator. The only way I have found of starting the Azure emulator is to make a 'Windows Azure Cloud Service' and run that... my MVC project can then use the storage emulator. What am I missing? Should my MVC project be inside a cloud service? Is there another way to make sure the emulator runs when I start my app?
|
|
I have a cloud service in the same project as my MVC site. Since you've already created the MVC project give this a try...
I Just verified this in VS2012, it had been a couple of months since I had done it. |
|||
|
|
|
Without a cloud services project inside your solution, it might be tricky. There're a few things you could do:
My guess is that with this you would need to run VS as Administrator. I tried the above code, and it worked fine. The code above assumes that your storage emulator uses LocalDB for storage. |
|||
|
|