We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3d70d commit 109c012Copy full SHA for 109c012
2 files changed
src/ServiceStack.Hello/ServiceStack.Hello.csproj
@@ -77,7 +77,7 @@
77
<Reference Include="System.EnterpriseServices" />
78
</ItemGroup>
79
<ItemGroup>
80
- <Content Include="Default.htm">
+ <Content Include="default.htm">
81
<SubType>ASPXCodeBehind</SubType>
82
</Content>
83
<Content Include="Global.asax" />
src/ServiceStack.Hello/default.htm
@@ -240,6 +240,9 @@ <h4>The location configuration below hosts your webservices at custom path: <b>/
240
</httpHandlers>
241
</system.web>
242
</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>
246
247
<h2>3. Creating your first Web Service</h2>
248
0 commit comments