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\`.