The environment is as follows:
-intranet -around 2000 users -users spread out in different parts of the country I am not familiar where they will put the web pages of the application, the web service and the database. I don't know if they'll be putting it in different servers or on one server, but that's something we cannot control too, that's why I am looking for the best approach. I just don't want to hard-code all that parameters and if, for instance, we need to change some properties/parameters, it will be a pain to maintain the code. It would be nice if someone here can point a way to automate the whole thing w/o the performance of the system taking a hit.
Also, is it possible to generate a class during runtime based on a table or a set of parameters from a stored procedure? If it is, can you point me to links on how to do it?
Thank you.