There is a website hosted on IIS and we have done code changes which need to be deployed.
If only code behind changes have been done, then I think only the dll in the bin folder needs to be replaced. If only the aspx file is changed, then only that file needs to be replaced and not the dll. Is this correct? Also, should we build and replace the files or publish?