I have to deploy one managed module in IIS7/VS2008 website environment. Note that being website and not web application project. Below is the code in web.config from test server that I am trying to update to prod.\[code\]<modules> <add name="HttpErrorModule" type="HttpErrorModule" preCondition="integratedMode" /></modules>\[/code\]I also see that there are some class file name \[code\]HttpErrorModule.cs\[/code\] in App_Code folder. My question is how do I push changes to production website?
- do I simply copy web.config from test server?
- do I need to register it somewhere or do any other task too?