Installation

This program is for IIS only, and based on Ionic's Isapi Rewrite Filter (IIRF).

You should add the ISAPI filter before run the program.

Open IIS controll panel, go to ISAPI filter tab in your website's property, and add a filter name IsapiRewrite4, the executable file path of the bin\IsapiRewrite4.dll in the program folder.
For full functions, you should download dependency files also. Run install.bat to install, and uninstall.bat to uninstall.

A restart of IIS may required to make this effective.

Then open the URL http://localhost/home/index, you'll see the welcome words such as "Hello from Tinyasp!".

Getting Started

Advanced Techniques