Skip to content

Commit 109c012

Browse files
committed
Added note on the configuration limitation of needing to use '.ashx' for IIS 6.0
1 parent 5a3d70d commit 109c012

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/ServiceStack.Hello/ServiceStack.Hello.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<Reference Include="System.EnterpriseServices" />
7878
</ItemGroup>
7979
<ItemGroup>
80-
<Content Include="Default.htm">
80+
<Content Include="default.htm">
8181
<SubType>ASPXCodeBehind</SubType>
8282
</Content>
8383
<Content Include="Global.asax" />

src/ServiceStack.Hello/default.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ <h4>The location configuration below hosts your webservices at custom path: <b>/
240240
&lt;/httpHandlers&gt;
241241
&lt;/system.web&gt;
242242
</code>
243+
<p>
244+
Note: due to limitations in IIS 6 - the <b>/custompath</b> must end with <b>.ashx</b>, e.g: <b>path="servicestack.ashx"</b>
245+
</p>
243246

244247
<h2>3. Creating your first Web Service</h2>
245248

0 commit comments

Comments
 (0)