Hello,
Q1
We can add assembly reference to a web project via Website --> Add Reference , and assembly will automatically be referenced by all pages in that web project.
But I’ve read somewhere that even if we simply copy ( thus we don’t add it via Website --> Add Reference ) an assembly to the Bin directory of a web project, that it will still be automatically referenced by all pages in that project. But as far as I can tell, that is not the case?!
Q2
A)Deployed web site project also generates PrecompiledApp.config and website1_deploy.wdproy.
Should these two files also be copied to the server?
B) Deployed Web application project also generates WebApplication1.csproj and WebApplication1.csproj.user.
Should the two files also be copied to the server? If so, why?
I assume obj directory shouldn’t be copied to the Web server?!
thanx