Strange behavior in Default.aspx

2 replies. Last post: November 24, 2013 11:54 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I am in the process of upgrading a fairly large application that uses WebCombo 2 to use WebCombo 6.  I have a page in my application that contains a WebCombo.  It is the Default.aspx page in a sub-folder of the application.  I'm seeing a strange behavior.  When I explicitly call the page, as in http://localhost/MyApp/MyFolder/Default.aspx, the WebCombo works fine.  However, when I call the page by http://localhost/MyApp/MyFolder and allow IIS to use the default page of Default.aspx, I get a script error.  If I break in the script debugger, the highlighted line is:

ve4a23.open("POST",v1d568,this.Asynchronous);

The value of ve4a23 is an object with methods: abort, getAllResponseHeaders, getResponseHeader, open, send, setRequestHeader.  The value of vld568 is "" and this.Asynchronous is true.

I am running this in IE8 and have tried setting ISNet.WebUI.WebCombo.v6_0_7200.RenderingMode to "Quirks" and "XHTML" without success.  When I run the same page in Chrome, I do not have this issue.

I have been unable to reproduce this in a simpler application.

All times are GMT -5. The time now is 9:08 AM.
Previous Next