c# - Visual Studio 2013 Web Deploy Package Issue -
i've been using web deploy package publish site i'm working on our test server reason started including .sln file , doesn't seem compiling solution anymore. i've checked configuration , using release build when deploy of .cs , .designer.cs included. i'm deploying second site using same setting , deploying ok.
has else experienced this? i've cleaned , rebuilt solution , i've deleted publish profile , created new 1 nothing has helped.
any pointers appreciated.
i've sorted now. turns out in project properties > package/publish web tab had items deploy drop down set "all files in project". changed "only files needed run application" , worked expected.
Comments
Post a Comment