I have a simple requirement where I have 2 date values which I will be using in my view(hardcoded right now) to be read from Web config file. I got some inputs saying these values have to be passed to controller, put them in a view bag, and then read in View. Since this is the 1st time I am working on MVC, please help me with how to proceed with this. Detailed code in each of the places( Web config, controller, and View) would be helpful.
Thanks in advance, Adarsh