1
I created a site in c#, the same runs on my machine, but when I publish and update on the server via FTP(Filezilla) this message appears, someone can give me a tip on how to solve ?
Could not load file or Assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, Publickeytoken=31bf3856ad364e35' or one of its dependencies. System cannot find specified file.
You need to include this dll in the files that go to the server.
– Tony
On which server are you trying to publish your application? Some servers like Locaweb or even godaddy, depending on the plan need special permissions for the directory.
– Rafael Barbosa