From f3d815e84b96bcca9c91e586fa9550c589c877d2 Mon Sep 17 00:00:00 2001 From: niphlod Date: Sun, 19 Apr 2015 15:51:17 +0200 Subject: [PATCH] added web.config to deploy web2py on IIS --- examples/web.config | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 examples/web.config diff --git a/examples/web.config b/examples/web.config new file mode 100644 index 00000000..f6c094a8 --- /dev/null +++ b/examples/web.config @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file