Rank: Newbie Groups: Member
Joined: 5/31/2011 Posts: 2
|
Hi,
First post... After googling for hours I can not seem to find why the demo that came with the download does not show updates in the server-side progress bar when running it on IIS7, but when I run it in the VS2010 development server it updates just fine. All of this is on my Windows 7 PC.
Is there anything obvious about this setup that I have overlooked or do I need to provide more details?
Thanks in advance!!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
There shouldn't. Try with a blank test app and see if you see the problem. Our demo site runs on IIS 7 and it works fine.
Please note that officially we do not provide free tech support on our free controls. So you may wish to consider purchasing a license for any of our product to receive further support. If you do not wish to purchase a license, you can purchase a one time support ticket for $30.
Thanks
|
Rank: Newbie Groups: Member
Joined: 5/31/2011 Posts: 2
|
Thanks for your reply. I wasn't looking for free support, just hoping some other users of the product might have had the same experience. However, the same thing happens with a blank test app with just a progressbar and a button to start the task. No progress is shown during the loop in the task, and then when the loop is done and the RunTask method ends, that's when the progressbar shows all the update steps in about 0.5 seconds, filling up to 100%. In VS2010 Cassini server the update steps are shown nicely during execution of the RunTask method, just not in IIS7.5 on Win7 SP1.
|