I'm having some problems with deploying my application and while troubleshooting, I came across the Web.Config
file in the Views
folder. In an attempt to narrow down the possibilities of sources to my problem, I tried to find out the purpose of that Web.Config
file but can't really find much information.
So basically my questions are:
- What does the
Web.config
file do in theViews
folder of a MVC project? - Is it required?
In ASP.NET webforms, I believe that to use a separate web.config
file in a folder, that folder has to be set as a virtual folder in IIS. Is this the case in MVC (i.e. does the Views
folder need to be configured as a virtual folder)?