Hi Friends, I have few clients who using the same application i developed but on different servers. I am publishing the ASP.NET project and then copy the files to each of the servers whenever i am fixing a bug or changing the funcionality.
One of my clients wants me to do some GUI changes (remove some fields from a form). The rest of the clients doesn't want that change. I am looking for the best way to customize the application for specific clients and i am taking in mind that more clients will ask for specific changes in the future. i thought about setting table for each client and to check inside the code if i need to hide the specific field or not according the settings table. but my concern is that it will make the code too complex in the future (lots of conditions). Is there any better approach? Thanks -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
