|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
ASP.Net/C# - It is already opened exclusively by another user, or you need permission to view its
The Microsoft Jet database engine cannot open the file '\\[remotelocation]\dd\temp.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
|
|
#2
|
||||
|
||||
|
This is a permissions problem.
Make sure you give the IUSR account read/write permissions to your database.
__________________
................... ASCII and ye shall receive .................. Knowledge is the only resource on earth that multiplies when shared Support the Shemzilla Project Powered by C# |
|
#3
|
|||
|
|||
|
I already assign the rights of asp.net,IIs_WPG,IUSR_MachineName,IWAM_Machine name.
is there any idea how to solve this problem |
|
#4
|
||||
|
||||
|
Do you have the database open while you're trying to run your .Net app?
__________________
jmurrayhead Did I help you out? Make me popular by clicking the icon!New Members:Proper way to post a question Powered by ASP.Net |
|
#5
|
|||
|
|||
|
no
|
|
#6
|
||||
|
||||
|
looking at your location string, looks like it's on network share, what kind of permissions do you have set up for that?
|
|
#7
|
|||
|
|||
|
I already assign the rights of asp.net,IIs_WPG,IUSR_MachineName,IWAM_Machine name.
|
|
#8
|
||||
|
||||
|
Is this db on a mapped drive from your webserver?
|
|
#9
|
|||
|
|||
|
No this is not mapped drive but share network folder
|
|
#10
|
||||
|
||||
|
Then does the IUSR_AccountName from the Webserver have read/write perms on this share?
Does it all sit on the same server? |
|
#11
|
|||
|
|||
|
No
![]() |
|
#12
|
||||
|
||||
|
Quote:
Why don't you map a drive to the share? Then you can have your path as the share letter drive, which won't give you any problems whatsoever. |
|
#13
|
||||
|
||||
|
Quote:
to make sure nobody has it opened, perform Restart on the machine hosting the database. |
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > ASP.Net/C# - It is already opened exclusively by another user, or you need permission to view its |
| Thread Tools | Search this Thread |