-
-
Notifications
You must be signed in to change notification settings - Fork 10
Configuration
Tatsuro Shibamura edited this page Aug 15, 2015
·
3 revisions
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<iislua enableCodeCache="true">
<beginRequest scriptPath="C:\inetpub\beginrequest.lua" />
<mapPath scriptPath="C:\inetpub\mappath.lua" />
</iislua>
</system.webServer>
</configuration>caching a lua code chunk. use for development.
- Getting Start
- Reference