Rank: Newbie Groups: Member
Joined: 9/10/2007 Posts: 1
|
Hi,
I got an error on menu control:
Exception Details: System.Exception: Can not open or create file 'E:\webdata\mywebsite.com\aspxlab_script\aspxlab.jsfiles'.
I have the following setup in my web.config:
<add key="aspxlab_ScriptLocation" value="~/aspxlab_script"></add>
and
<httpModules> <add name="AspxLabRuntime" type="AspxLab.WebControls.Runtime,AspxLab.WebControls"/> </httpModules>
Do you have any suggestion please?
Jessie
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Check the permission on that folder. Your application must have the permission to write that folder. As a test, you can try to grant Everyone write permission on it, then restart your app. If that works, you can them try to tight the permission up.
Thanks
|