Failing CALLBACK? (__asptrace) Options
Tim_Int
Posted: Friday, September 26, 2008 4:33:44 PM
Rank: Newbie

Joined: 9/12/2008
Posts: 23
I'm using the Subgurim dotnet Google Maps API implementation on an umbraco page. The problem I'm encountering is that my postback data isn't valid, because there's a gigantic chunk of HTML tacked on to the end of every returned data. It's looks like the debug stack trace you get when you use ?umbdebugshowtrace=true on a page. Is this something I just need to change in the web.config, or is it something I'll have to change in the control?

edit: thread title changed to reflect more accurate issue.
Tim_Int
Posted: Monday, September 29, 2008 4:13:30 PM
Rank: Newbie

Joined: 9/12/2008
Posts: 23
I'll try to be a little bit more clear: It is the javascript callback that is not working. The callback has the block of javascript that the page attempts to execute, and it looks just fine, but there is a chunk of HTML that has been appended beginning with a tag that says <__asptrace>. I've turned off debugging in the config file for Umbraco, but this persists. Can anyone tell me what I need to do to stop umbraco from cramming this debugging info into my callbacks, so that the page will actually update with the new information from the database after user interaction?

edit:
It looks like this may have been an issue a short while ago. Has this been forced on in recent builds of version 4? (I'm using one of those weekly builds right now).
Tim_Int
Posted: Tuesday, September 30, 2008 11:38:33 PM
Rank: Newbie

Joined: 9/12/2008
Posts: 23
Okay, looks like it was trace="true" in the default.aspx. I guess I can see why that's on in the developer's preview version, but it should be better documented that this breaks custom controls that use callback.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.