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.
|
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=1401Thanks
|
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.
|