From 217b3c6045a45712658eed1bf958f41c8c532d95 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Mon, 21 Feb 2011 12:51:05 -0800 Subject: [PATCH] Added suggestion for enabling ASP.NET by jududdar. Updated Setting up Dynamic Map with IIS (markdown) --- Setting-up-Dynamic-Map-with-IIS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Setting-up-Dynamic-Map-with-IIS.md b/Setting-up-Dynamic-Map-with-IIS.md index 8de6cba..85b9b9e 100644 --- a/Setting-up-Dynamic-Map-with-IIS.md +++ b/Setting-up-Dynamic-Map-with-IIS.md @@ -1,4 +1,10 @@ -This page assumes your root directory of your webserver is found at `C:\Inetpub\wwwroot\`. Also, it is required to have Minecraft and your webserver running on the same machine. +This page assumes: + +* The root directory of your webserver is found at `C:\Inetpub\wwwroot\`. +* You have IIS and CraftBukkit running on the same machine. +* You have ASP.NET enabled in IIS ([[http://support.microsoft.com/kb/315122]]). + +Start: * To start, create the directory `C:\Inetpub\wwwroot\dynmap\`. * Create the directory `C:\Inetpub\wwwroot\dynmap\tiles\`.