ASP Dot Net Solutions - Customizing Projects

Creating Custom ASP Dot Net Projects

You should create a new directory under the EnterpriseASP directory to hold your custom code, and then add this code to the EnterpriseASP project. Your code should never be intermingled with the regular EnterpriseASP code so it's can't be overwritten. In other words, always keep your custom code in a separate directory under the EnterpriseASP project.

If you want to customize existing code, never modify the existing code "in-place". Code that is edited "in-place" is subject to accidental deletion during updates. If you want to modify existing code, first create a separate directory under the EnterprieASP directory, and then make a copy of the code you want to modify in the custom code directory that you just created, and then modify the code in this directory. You can change the menu XML files to reference your custom screens in the custom directory to make these part of the interface.

If you have any questions about these guidelines, please email support@stfb.com