Posted on: 8/27/2014 5:05:06 AM | Views : 414

Is There Any Option to add the model namespace in web.config??
actually i am creating one action and its view.when i create any view,at the top of view page we see
@model IEnumerable<Sample.Data.Model.Wallet> like this something...can i add this namespace into the web.config file so that i can use it whenever required...
i mean to say is there any provision to add this namespace into web.config and use it??if yes then how can i use it??
thanks in advance

Go to the complete details ...