apache - Are the .config files part of ASP.NET? -
i'm programming web mvc pattern, i've created web.config files needed (~/web.config , ~/views/web.config), want run web in apache.
i've heard .config files run in iis. can do?
multiplatform solution need?
example of web.config
<system.web.webpages.razor> <host factorytype="system.web.mvc.mvcwebrazorhostfactory, system.web.mvc, version=5.2.0.0, culture=neutral, publickeytoken=31bf3856ad364e35" /> <pages pagebasetype="system.web.mvc.webviewpage"> <namespaces> <add namespace="system.web.mvc" /> <add namespace="system.web.mvc.ajax" /> <add namespace="system.web.mvc.html" /> <add namespace="system.web.optimization"/> <add namespace="system.web.routing" /> <add namespace="myweb" /> </namespaces> </pages> </system.web.webpages.razor>