Project Description
This Project is a simple http handler for parsing powershell pages (PSP3) in IIS.
Syntax is like old-style ASP 3.0 but uses PowerShell as the backend Engine.
This is a very simple example of a HTTP Handler.
It will bind to *.PSP3 pages.
In the pages you can use <% %>-tags to include PowerShell code.
There are also some common objects exposed like $Request etc inside PowerShell.
Works like old-style ASP.
Contributions welcome.