PDA

View Full Version : Dojo Permissions


davidseye
06-16-2006, 10:20 AM
I want to mess around with the dojo libraries a bit and create some ajax pages on my site. I put the required dojo files in a folder on the server but they don't work in the pages. On my local IIS I had to check Script Source Access in the Directory Tab of the folder's properties to get it to work. I don't know how to do that to the folder up on the server. Can anyone give me a clue?

Aristotle
06-20-2006, 12:21 AM
Enabling 'Script source access' in IIS is not recommended. It's unsecure.

What kind of error are you getting and where can we see it?

Aristotle

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

davidseye
06-20-2006, 12:57 AM
This is the error message I'm getting:
FATAL: symbol 'dojo.widget' is not defined after loading '__package__.js'

The URL of the page is http://www.davidseye.com/page/dj_helloworld.htm

It's not really critical. I'm just checking DOJO out. Like I said, on my local IIS instance I got the same error until I checked the Script Source Access, but I'm sure that's not the safest way to go. Frankly, I seem to have more luck with straight up coding of the XMLHttpRequest or using Atlas in VStudio, but I thought I'd look at some Ajax libraries and see what's up with them.

joelnet
06-20-2006, 07:19 AM
You also might want to check out anthem.net (http://anthem-dot-net.sourceforge.net/), I've used this one before and it is pretty simple.



Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET