Welcome Guest Search | Active Topics | Sign In | Register

ProgressBar only works in debug mode Options
ms
Posted: Friday, June 6, 2008 2:27:10 PM
Rank: Newbie
Groups: Member

Joined: 6/6/2008
Posts: 2
Hi,
I have set up the progressbar in my asp.net 2.0 page. In the debug mode, its works fine. But once I set the web site up in my localhost, it doesn't work. It appears that it doesn't trigger RunTask event. I have checked that EO.Web.dll is in the bin directory.

Please advise. Thanks.
eo_support
Posted: Friday, June 6, 2008 2:34:19 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We are not aware of any problems regarding debug or release mode. The most likely cause for your problem is that you have different permission settings on your web site and causes our JavaScript file not be correctly rendered. Please see this post for more details:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1401

Thanks
ms
Posted: Monday, June 9, 2008 6:16:33 AM
Rank: Newbie
Groups: Member

Joined: 6/6/2008
Posts: 2
I followed the instruction by adding

<location path="eo_web.ashx">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>


It started working. That's great. But very interesting thing is that it still works even I removed the code block. Any idea?

Thanks.



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.