8/18/2025 12:27:24 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Deployment issue
Posted: 27 Apr 09 2:05 PM
|
If I change my User control, do I really need to re-deploy the entire SalesLogix Core portals? If I do that, that operation takes a while, because it rebuilds the entire SlxClient everytime.
Is there a faster way? say, just copy the user control file over to the deploy directory? only compile single file ? |
|
|
|
Re: Deployment issue
Posted: 27 Apr 09 3:38 PM
|
Jeffrey:
You will find out that indeed certain changes can be done without Redeploying, but a big key is your Compilation options.
If you use Code Behind files, then you will need to re-deploy (unless you are not using Pre-Compile). If you are changing Images, Java Script, CSS, or ascx where the code resides within the file you may be able to just copy and Paste. If you are changing code on a ascx file (that uses a code behind file) and your site is pre-compiles, you could copy your changes into the deployed version (don't overwrite the file as it is liking to the Pre-Compiled DLL)
I do manual deployments on Test environments (going from my dev) when it is a minor change that I need someone to look over quickly, but will make sure to follow procedure when deploying to Stage and/or Production environments. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|