[mapguide-commits] r5858 - trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 25 08:57:59 EDT 2011


Author: jng
Date: 2011-05-25 05:57:59 -0700 (Wed, 25 May 2011)
New Revision: 5858

Modified:
   trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb/SamplesWeb.csproj
   trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb/readme.txt
Log:
#1676: Some final cleanup on the web sample

Modified: trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb/SamplesWeb.csproj
===================================================================
--- trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb/SamplesWeb.csproj	2011-05-25 12:04:40 UTC (rev 5857)
+++ trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb/SamplesWeb.csproj	2011-05-25 12:57:59 UTC (rev 5858)
@@ -180,7 +180,7 @@
     <VisualStudio>
       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
         <WebProjectProperties>
-          <UseIIS>True</UseIIS>
+          <UseIIS>False</UseIIS>
           <AutoAssignPort>True</AutoAssignPort>
           <DevelopmentServerPort>49241</DevelopmentServerPort>
           <DevelopmentServerVPath>/</DevelopmentServerVPath>

Modified: trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb/readme.txt
===================================================================
--- trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb/readme.txt	2011-05-25 12:04:40 UTC (rev 5857)
+++ trunk/Tools/Maestro/SDK/SamplesWeb/SamplesWeb/readme.txt	2011-05-25 12:57:59 UTC (rev 5858)
@@ -5,4 +5,8 @@
 
 Set the default page to Default.aspx
 
-This sample requires the Sheboygan sample dataset. The sample will check if this dataset exists on startup.
\ No newline at end of file
+This sample requires the Sheboygan sample dataset. The sample will check if this dataset exists on startup.
+
+To debug this project from Visual Studio, set the project to start using IIS using the url of the virtual directory you
+created. If you are on Windows Vista or newer, Visual Studio needs to be run as Administrator in order to be able
+to debug ASP.net applications under IIS.
\ No newline at end of file



More information about the mapguide-commits mailing list