Skip to content

The minimum requirements to get IIS Express to run cshtml files

License

Notifications You must be signed in to change notification settings

mwardrop/Razor-Minimum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Razor Minimum

This is the minimum requirements to get IIS to execute a Razor template file (.cshtml).

Use this with IIS Express to quickly demo C# code without having to spool up an ASP.NET project in Visual Studio.

Instructions:

  1. Clone Repo

    git clone https://github.com/mwardrop/Razor-Minimum

  2. Run IIS Express against the directory you cloned to

    C:\Program Files\IIS Express\iisexpress.exe /path:C:\REPOPATH

  3. Navigate to the example index.cshtml

    http://localhost:8080/index.cshtml

About

The minimum requirements to get IIS Express to run cshtml files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages