Guys, i noticed TWO web.config files in the Commerce.MVC.Web project
a) Root folder (which i'm assuming is the correct one)
b) \App\Views .... visually right under the 'shared' folder.
I'm assuming this second file is being a naughty-ninja and snuck into the project, ready to stabby-stabb newbies like me? So .. it can be deleted and become folk lore in
Tales of the Otori (nice book series:
http://en.wikipedia.org/wiki/Tales_of_the_Otori)?
:: Never underestimate the predictability of stupidity ::
pure.krome
Member
532 Points
349 Posts
Ninja web.config file in Commerce.MVC.Web?
Oct 20, 2008 12:55 PM|LINK
Guys, i noticed TWO web.config files in the Commerce.MVC.Web project
a) Root folder (which i'm assuming is the correct one)
b) \App\Views .... visually right under the 'shared' folder.
I'm assuming this second file is being a naughty-ninja and snuck into the project, ready to stabby-stabb newbies like me? So .. it can be deleted and become folk lore in Tales of the Otori (nice book series: http://en.wikipedia.org/wiki/Tales_of_the_Otori)?
robconery
Participant
852 Points
195 Posts
Re: Ninja web.config file in Commerce.MVC.Web?
Oct 20, 2008 06:09 PM|LINK
It's there by design so that the Views folder isn't viewable - and it also sets the PageHandler bits.
pure.krome
Member
532 Points
349 Posts
Re: Ninja web.config file in Commerce.MVC.Web?
Oct 21, 2008 12:51 AM|LINK
Cheers Rob! i never knew u could have multi-config files in seperate levels, in an app. cheers!