Re-releasing a build
We had a third-party entity develop our website, but I am now taking over the task. The site has been deployed and is working well, but there are some changes that needed to be made. There is a folder in our site's directory for UserControls and in this folder is another for a Form control. I modified the code for the Form control in ascx.cs and ascx. I cannot figure out how to recompile/create a new build for the server.
Please help
Hi thomas,
If this is a web application it is better to made the changes on a local server and then move the files you have modified and the bin folder to your production server.
All the best,
Ivan Dimitrov
the Telerik team