I am getting my hands wet with ASP and I have been following the tutorials. I deployed the site and in Azure and it worked great. Today I started actually designing the site. And when I published, it looks as if it doesn't read any of the files I just updated, added, and modified. It works on my localhost, but not in the Azure. I thought when you publish, everything goes up, including the new files.
I don't have enough reputation to add a picture so, you'll forgive me.
SO, basically, how do I get my entire site uploaded?
In case anyone does stop by, I was able to pull this out just recently:
  CA0058 Error Running Code Analysis CA0058 : The referenced assembly
  'DotNetOpenAuth.AspNet, Version=4.0.0.0, Culture=neutral,
  PublicKeyToken=2780ccd10d57b246' could not be found. This assembly is
  required for analysis and was referenced by:
  C:\Users\lotusms\Desktop\LOTUS
  MARKETING\ASP.NET\WebsiteManager\WebsiteManager\bin\WebsiteManager.dll,
  C:\Users\lotusms\Desktop\LOTUS
  MARKETING\ASP.NET\WebsiteManager\packages\Microsoft.AspNet.WebPages.OAuth.2.0.20710.0\lib\net40\Microsoft.Web.WebPages.OAuth.dll.
  [Errors and Warnings] (Global)
  
  CA0001 Error Running Code Analysis CA0001 : The following error was
  encountered while reading module 'Microsoft.Web.WebPages.OAuth':
  Assembly reference cannot be resolved: DotNetOpenAuth.AspNet,
  Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246.
  [Errors and Warnings] (Global)
Could this have something to do with the problem?