Using Visual Studio 2012, I created a simple Windows Azure project (cloud project) for which there is an ASP.NET MVC 4 website. I have not changed anything to the template, and I'm just trying to deploy it using the Azure Website . I imported the “publishing profile” from Windows Azure Dashboard into my project and deployed (using Visual Studio).
At the very end of the deployment process, I get the following message: "could not open" http://mysite.azurewebsite.net. Exception: the class is not registered. "I can click" OK "in this dialog box. Any idea why I see this message?
When I look at the output window, I see that the deployment is complete. I use the URL of the web API and I get an “HTTP resource not found that matches the request URI” “http://mysite.azurewebsites.net/api/values.” What puzzles me is that I can access the same URL in my local environment.
What am I missing? Thanks!
source share