andrewdavey / andrewdavey/cassette
For ASP.NET Web Pages
- Lenguaje dominante
- C#
- Estrellas
- 531
- Forks
- 139
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I am posting here because this info is missing from the documentation.
To get ASP.NET webpages to run, in addition to what Cassette automatically does to the Views folder, you will need to add the following section to the web.config (in the views folder)
```
```
Also, in the pages element under the system.web.webPages.razor section you will need to add the following property
pageBaseType="System.Web.Mvc.WebViewPage"
Everything should look like this...
```
```
Finally a using statement should be added to the top of _SiteLayout.cshtml like so
```
@using Cassette.Views;
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.