No umbraco document matches the url 'http://mysite.local/Rejected-By-UrlScan?~/umbraco/plugins/Eksponent.Dewd/View.aspx?txe=/Umbraco hacking tool/Log viewer'.
Odd though - I'll see if some URLs are missing encoding. Also wierd that v2.0 doesn't load the tree, but could be some 6.0.2 breaking change that causes it. I'll check it out this weekend - very busy with client project these days, so don't have time before then :(
I think I found the problem it's because of folder name "Eksponent.Dewd" and the dot , the url scan by IIS rejects it . is there anyway I can change the folder name and change the URL ?is it in config file?
That sucks, who's the idiot that put a dot in the folder name?! Oh wait, that's me.. crap :)
Actually you should be able to have an appSetting in web.config that points to a different folder: <add key="Eksponent.Dewd.BaseUrl" value="/umbraco/plugins/Dewd/" />
I don't think I've ever tried it though, so excited to hear if it works out :)
v6.0.2 and dewd 1.4 and 2.0
Hi
I just installed the Dewd version 2.0 preview on Umbraco 6.0.2 and the tree couldnt be loaded.
then installed the version 1.4 beta and now I get the tree but when I click on any node I am getting the 404
Any Idea ?
Hi Ali,
Can you see what URL it's trying to load, when the 404 is displayed?
- Sune
the 404 is related to URL Scan
No umbraco document matches the url 'http://mysite.local/Rejected-By-UrlScan?~/umbraco/plugins/Eksponent.Dewd/View.aspx?txe=/Umbraco hacking tool/Log viewer'.
Hmm, so workaround: Disable URL-scan :)
Odd though - I'll see if some URLs are missing encoding. Also wierd that v2.0 doesn't load the tree, but could be some 6.0.2 breaking change that causes it. I'll check it out this weekend - very busy with client project these days, so don't have time before then :(
- Sune
I think I found the problem it's because of folder name "Eksponent.Dewd" and the dot , the url scan by IIS rejects it . is there anyway I can change the folder name and change the URL ?is it in config file?
disabling the URL scan will raise some security problem. so it's better not to do it.
That sucks, who's the idiot that put a dot in the folder name?! Oh wait, that's me.. crap :)
Actually you should be able to have an appSetting in web.config that points to a different folder:
<add key="Eksponent.Dewd.BaseUrl" value="/umbraco/plugins/Dewd/" />
I don't think I've ever tried it though, so excited to hear if it works out :)
thanks Sune,you are legend
It worked great but still the reference to images like excel.png is pointing to Eksponent.Dewd/excel.png but the others works fine.
Alright sounds good :) I'll put the image problem on the todo.
I will just create another folder EKsponent.Dewd and put the images on that folder as workaround for now
sorry the workaround doesnt work because the IIS cannot server that url and returns 404 :(
Hi Ali,
Fixed in v1.4 at https://dewd.codeplex.com/releases/view/105277. Please let me know, if you experience any further issues.
- Sune
is working on a reply...