[Mono-bugs] [Bug 82535][Wis] New - [Wish] <system.webServer> config support
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 22 16:47:14 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dna at informatik.uni-kiel.de.
http://bugzilla.ximian.com/show_bug.cgi?id=82535
--- shadow/82535 2007-08-22 16:47:13.000000000 -0400
+++ shadow/82535.tmp.22752 2007-08-22 16:47:13.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 82535
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: dna at informatik.uni-kiel.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [Wish] <system.webServer> config support
+
+Add support for <system.webServer>
+
+Example:
+
+<system.webServer>
+ <validation validateIntegratedModeConfiguration="false"/>
+ <modules>
+ <add name="ScriptModule" preCondition="integratedMode"
+type="System.Web.Handlers.ScriptModule, System.Web.Extensions,
+Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
+ </modules>
+ <handlers>
+ <remove name="WebServiceHandlerFactory-Integrated"/>
+ <add name="ScriptHandlerFactory" verb="*" path="*.asmx"
+preCondition="integratedMode"
+type="System.Web.Script.Services.ScriptHandlerFactory,
+System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
+PublicKeyToken=31bf3856ad364e35"/>
+ <add name="ScriptHandlerFactoryAppServices" verb="*"
+path="*_AppService.axd" preCondition="integratedMode"
+type="System.Web.Script.Services.ScriptHandlerFactory,
+System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
+PublicKeyToken=31bf3856ad364e35"/>
+ <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD"
+path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler,
+System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
+PublicKeyToken=31bf3856ad364e35"/>
+ </handlers>
+ </system.webServer>
More information about the mono-bugs
mailing list