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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79015 --- shadow/79015 2006-08-04 17:00:47.000000000 -0400 +++ shadow/79015.tmp.18258 2006-08-04 17:00:47.000000000 -0400 @@ -0,0 +1,76 @@ +Bug#: 79015 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: xsp2 & Atlas: "<remove verb>" in web.config + +Description of Problem: +Atlas samples ask you to modify your httpHandlers web.config like so: + + <httpHandlers> + <remove verb="*" path="*.asmx"/> + <add verb="*" path="*.asmx" +type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false$ +</httpHandlers> + + +xsp2 1.1.16 doesn't recognize the "<remove verb..>" element. + + +Steps to reproduce the problem: +1. Add the above to a web.config file +2. View site +3. + +Actual Results: + +Description: Error processing request. + +Error Message: HTTP 500. + +Stack Trace: + +System.Configuration.ConfigurationException: Unrecognized attribute 'verb'. () + at System.Configuration.ConfigurationElement.DeserializeElement +(System.Xml.XmlReader reader, Boolean serializeCollectionKey) [0x00000] + at +System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement +(System.String elementName, System.Xml.XmlReader reader) [0x00000] + at System.Configuration.ConfigurationElement.DeserializeElement +(System.Xml.XmlReader reader, Boolean serializeCollectionKey) [0x00000] + at System.Configuration.ConfigurationSection.DeserializeSection +(System.Xml.XmlReader reader) [0x00000] + at System.Configuration.Configuration.GetSectionInstance +(System.Configuration.SectionInfo config, Boolean createDefaultInstance) +[0x00000] + at System.Configuration.ConfigurationSectionCollection.get_Item +(System.String name) [0x00000] + at System.Configuration.Configuration.GetSection (System.String path) +[0x00000] + at System.Web.Configuration.WebConfigurationManager.GetSection +(System.String sectionName) [0x00000] + at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context) +[0x00000] + at System.Web.HttpApplication+<Pipeline>__2.MoveNext () [0x00000] + + + +Expected Results: +Works + +How often does this happen? +Always + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
