I've installed Cultiv RestContour on an Umbraco 4.5.2 site. I've removed the bin reference in restExtensions.config. I can get the GUID of my form using the example:
yoursite.ext/base/getContourForm/GetAllForms
...but when I copy the GUID that I get and use it in the url:
...I get the error "Extension not found or permission denied". Does anybody know which extension it doesn't find or where I should be looking at the permissions? Have checked that NETWORK SERVICE has full access to Cultiv.RestContour.dll in the bin folder.
Wow, could've SWORN that I'd already answered this question, I don't know what happened Thomas. If you still need an answer though, there seems to be a slash missing before the ?formGuid parameter, so it should look like:
Haha, aah this was a double post. I'd marked this one as unread in my RSS reader as I have the rss feeds of my package forums in there and only go around to answering them now! ;-)
Extension not found or permission denied
Hi!
I've installed Cultiv RestContour on an Umbraco 4.5.2 site. I've removed the bin reference in restExtensions.config. I can get the GUID of my form using the example:
yoursite.ext/base/getContourForm/GetAllForms
...but when I copy the GUID that I get and use it in the url:
yoursite.ext/base/getContourForm/GetFormFields?formGuid=xxx-xx
...I get the error "Extension not found or permission denied". Does anybody know which extension it doesn't find or where I should be looking at the permissions? Have checked that NETWORK SERVICE has full access to Cultiv.RestContour.dll in the bin folder.
Thanks!
/Thomas Kahn
Wow, could've SWORN that I'd already answered this question, I don't know what happened Thomas. If you still need an answer though, there seems to be a slash missing before the ?formGuid parameter, so it should look like:
yoursite.ext/base/getContourForm/GetFormFields/?formGuid=xxx-xx
Yes, you have, here:
http://our.umbraco.org/projects/website-utilities/cultiv-restcontour/requests-and-questions/15545-Extension-not-found-or-permission-denied
I don't understand why it popped up again?!
Strange...
/Thomas
Haha, aah this was a double post. I'd marked this one as unread in my RSS reader as I have the rss feeds of my package forums in there and only go around to answering them now! ;-)
is working on a reply...