I have written a .net user control for umbraco within an old local copy of our live website.
I need advice on how to move this user control into the live copy of our website.
i.e., do I need to download the entire live copy of our website, insert the user control locally, build the entire project and upload everything? Or can I build it as is without downloading a remote copy and just upload the .dll files?
If not Just build the dll for this Usercontrol, upload the binary and ascx file, if you did create a Macro you need to create the Macro on your live site as well.
.net control import process
Hi all,
I have written a .net user control for umbraco within an old local copy of our live website.
I need advice on how to move this user control into the live copy of our website.
i.e., do I need to download the entire live copy of our website, insert the user control locally, build the entire project and upload everything? Or can I build it as is without downloading a remote copy and just upload the .dll files?
Thanks,
Max.
Anybody?
Did you create a Macro for this usercontrol?
If not Just build the dll for this Usercontrol, upload the binary and ascx file, if you did create a Macro you need to create the Macro on your live site as well.
Hope this helps you,
Richard
Hi, Thanks for your answer, I will upload the DLL's when I get round to finishing the project.
Max.
is working on a reply...