mars
|
| Posted: 01/17/2003, 9:50 AM |
|
something happened cause i cant run these applications. the first page gets stuck loading. i ran them before on the exact same system. i havent changed anything on it. and i can see and use any applications ive made myself and run off the same wwwroot accessing the same database folder with the same permissions.
|
|
|
 |
Tomi
|
| Posted: 01/17/2003, 12:17 PM |
|
Check your antivisur software such as Norton and see if Script blocking is enabled. If it is, it is probably preventing the templates from being parsed.
|
|
|
 |
mars
|
| Posted: 01/17/2003, 1:33 PM |
|
i turned off the script blocking on NAV and nothing.
|
|
|
 |
mars
|
| Posted: 01/17/2003, 2:04 PM |
|
you know what else happens....the mdb file is there, but the lock file gets stuck. in other words, the application is indeed accessed, and the db is therefore accessed, but it gets stuck. and then the lock file is created, and itll stay there until i reset the machine
|
|
|
 |
kipdole
|
| Posted: 01/17/2003, 2:11 PM |
|
If you are using Windows 2000..
Make sure the permissions on the folder where the mdb is kept has write privileges. I spent hours dealing with permissions drove me nuts. Here's what help me.
1. Right click on folder containing the mdb in explorer
2. Click Properties
3. Select the Security Tab
4. Make sure the Iuser_computername has access to the folder.
5. Give full access.
6. There is check box on the bottom. Check it. It says
Allow inheritable permissions from parent to properate to this object.
Note: I take it you already went into IIS and added the virtual directory.
Also using a dns that I made as the data source failed for me. It worked when I (from Codecharge > Properties > Database) selected Custom then let codecharge build the connection string for me by clicking the icon next to the text box where it says connection string.
Where it says Connection string below that I select [Same as Design].
Best of luck.
|
|
|
 |
mars
|
| Posted: 01/17/2003, 2:33 PM |
|
well thanks for all the help. something is weird. it still wont work. im not using dsn, im using connection string to my local folder.
the database is definitely being accessed because its even being locked.
|
|
|
 |