I have atleast 10 websites that have different css,html,javasacripts and webconfig. But the same code behind files.
With this design everything is hard to maintain. So I decided to work on it and I started moving all the queries in the code beghind file to stored procedures. Since every website uses the same database.
Now I am stuck, I dont know where to go from here. Should I create a dedicated server and throw everything in a global access cache? or should I create a dll for every code behind file?
Going in the future this would be used as a profile based system. Where a client, would just go and choose a template and it will work. How would I go about desiging this ? I cant use wordpress or any otehr thing has to be done froms scratch. If you can just point me to the right direction that would be awesome
Since I just started working in the industry 4 months ago. This is a very big project for me and I am very confused as to what steps I should take. Any help would be greatly appreciated. Thank you in advance.
P.S. My boss wants a dedicated server
View Complete Post