Configure IIS for ASP.NET MVC

1.5k views Asked by At

I am in dispair. I have no idea of how to configure an IIS for ASP.NET MVC. Basically any tutorial links are helpful, since i could not find good links on any search engine. I am completely new to any sort of administrative tasks. But i will ask more acurate questions, which i try to answer immediately, but there are errors because nothing works.

1.) Making an empty WebApp suitable for razor view engine (open f.e. /index.cshtml)?
* Create a Site which uses "ASP.NET v4.0" AppPool
* Create a WebApp underneath which inherits all Configurations from the Site
* Create a Bin Folder, copy System.Web.Razor.dll, System.Web.Mvc.dll into the Bin Folder
* Create a cshtml file, it should open.

2.) Adding ASP.NET Folders (for application startup, f.e.)?
* Just add App_Code, things like RouteConfig should will be automatically called and work

3.) Make the Page public (i totally cannot understand that part)?
* As authentication method use Pass-Trough-Authentication
* Make sure the IIS_IUSRS can read the Folder

Please help me, i dont know what i am missing or doing wrong. BR efkah

0

There are 0 answers