Welcome Guest Search | Active Topics | Sign In | Register

error on menu Options
Jessie
Posted: Monday, September 10, 2007 11:45:49 AM
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
eo_support
Posted: Monday, September 10, 2007 11:50:00 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,094
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.