Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm using placing two asp.net graph controls on a usercontrol.
Placing this usercontrol on different pages
This one works fine: http://test.aceafrica.org/market-info/graphdemo.aspx (it's by design that there's no info in the first graph).
But this don't work: http://test.aceafrica.org/
But using the preview function on the same page shows the graphs all right: http://test.aceafrica.org/1058.aspx
Can anybody help on this?
Some more testing shows that
http://test.aceafrica.org/ don't work
http://test.aceafrica.org/default.aspx is working
So there might be a "bug" i the way umbraco treats the frontpage?
Umbraco version: 4.7.1
Getting closer
With
virtualUrl="/"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="/default.aspx"
redirectMode="Permanent"
ignoreCase="true" />
I'm able to get the graph html on the page - now I just need to find the images...
I might need some help on this UrlRewriter - the above lines affected the whole site and only the frontpage was working.
What i wanted was test.aceafrica.org -> test.aceafrica.org/default.aspx and only that - is that possible?
This is a workaround that works
<add name="Home"
virtualUrl="^~/$"
destinationUrl="~/default.aspx"
ignoreCase="true"
redirect="Application"
/>
Sorry to bother you again, but I'm still having trouble here :(
The above trick seems to solve the problem, but if you log in to umbraco the problem is back :(
You can see the problem this way
1) Go to www.aceafrica.org
2) Click on login and login as GraphT with password GraphT
3) See the effect on the front page...
Is this a BUG in Umbraco???
Or what am I doing wrong???
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Graph trouble
Hi,
I'm using placing two asp.net graph controls on a usercontrol.
Placing this usercontrol on different pages
This one works fine: http://test.aceafrica.org/market-info/graphdemo.aspx (it's by design that there's no info in the first graph).
But this don't work: http://test.aceafrica.org/
But using the preview function on the same page shows the graphs all right: http://test.aceafrica.org/1058.aspx
Can anybody help on this?
Some more testing shows that
http://test.aceafrica.org/ don't work
http://test.aceafrica.org/default.aspx is working
So there might be a "bug" i the way umbraco treats the frontpage?
Umbraco version: 4.7.1
Getting closer
With
virtualUrl="/"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="/default.aspx"
redirectMode="Permanent"
ignoreCase="true" />
I'm able to get the graph html on the page - now I just need to find the images...
I might need some help on this UrlRewriter - the above lines affected the whole site and only the frontpage was working.
What i wanted was test.aceafrica.org -> test.aceafrica.org/default.aspx and only that - is that possible?
This is a workaround that works
<add name="Home"
virtualUrl="^~/$"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="~/default.aspx"
ignoreCase="true"
redirect="Application"
redirectMode="Permanent"
/>
Sorry to bother you again, but I'm still having trouble here :(
The above trick seems to solve the problem, but if you log in to umbraco the problem is back :(
You can see the problem this way
1) Go to www.aceafrica.org
2) Click on login and login as GraphT with password GraphT
3) See the effect on the front page...
Is this a BUG in Umbraco???
Or what am I doing wrong???
is working on a reply...