PowerShell ASPBuild Dynamic Web Content with Windows PowerShell!PowerShellASP is a processor for an ASP-like template language primarily targeted at Web applications. PowerShellASP templates consist of a mixture of markup (HTML, XML, etc.) and inline PowerShell code. At runtime, templates/pages are translated to PowerShell code and executed as a single unit inside a PowerShell pipeline, with the results sent to the client browser. PowerShellASP runs on ASP.NET, implemented as a fully managed custom IHttpHandler mapped to *.ps1x files. This enables you to mix PowerShellASP pages alongside any ASP.NET application and use PowerShellASP inside existing applications or websites, or create completely new applications consisting of only *.ps1x pages. |

