visual studio 2013 - Library/Static Method not Updating in Azure -


i wrote static method in mvc (webapi) website. static method had bug in it, changed logic in static method. method works on local machine , returns correct data.

however, azure still running old method , returning incorrect results. thing compile library locally , ftp azure.

why old static method being retained - after build , deployment?

note: i'm doing manual build/deployments visual studio online/tfs (i'm not deploying visual studio). have rebuild , clean flags set on msbuild.

update: after looking @ file sizes, apparently azure deploying older version of dll dll that's deployed larger 1 i'm compiling locally.

is new dll included in file list can see in preview before publish website? publish options dll?

i assume using azure websites? correct?


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -