Ask a Question related to ASP, Design and Development.
-
ljb #1
ASP here to MS Access on another server?
I have a ASP running on one web server trying to access an Access database
on another file server. The problem is WebServer doesn't have permissions to
open the db on FileServer. On FileServer I expected to be able to grant read
permission to IUSR_WebServer but that account doesn't exist in FileServer's
list to choose from. What do I need to do?
FileServer is also a domain controller. WebServer is a standalone Win 2000
server. The error I get seems to indicate access denied. If I copy the same
database to WebServer and use server.mappath("db.mdb") to create the connect
string it works fine. For the other location's connect string I skip the
server.mappath and provide a full UNC path.
thanks
LJB
ljb Guest
-
Access across server
Currently I am running CFMX7 (standerd) on a W2003Server with MySQl all on one box (server). Does it make since to have the locluser files and MySQL... -
cannot access server through RDS
I am not able to access my server through RDS and would be so very grateful for any assistance. I am running ColdFusion MX Developer Edition on... -
sql server access
can I run sql server from xp pro and have access to the data from my website running on the same system? I can get my site fine, but can't seem... -
sql server and access
Hi, I've got an Access form with a view as record source. When I change a value in a textbox, I've got the following error in Access: "The... -
SQL Server 2000, Exchange, COM-Add in for Outlook XP; Dynamically link ACCESS xp & SQL SERVER???
Can SQL Server 2000 manage the contacts in Exchange? Is there any connectivity between SQL Server and Outlook XP? Furthermore, can SQL Server... -
Bob Barrows #2
Re: ASP here to MS Access on another server?
ljb wrote:
[url]http://www.aspfaq.com/show.asp?id=2168[/url]> I have a ASP running on one web server trying to access an Access
> database on another file server. The problem is WebServer doesn't
> have permissions to open the db on FileServer. On FileServer I
> expected to be able to grant read permission to IUSR_WebServer but
> that account doesn't exist in FileServer's list to choose from. What
> do I need to do?
>
> FileServer is also a domain controller. WebServer is a standalone Win
> 2000 server. The error I get seems to indicate access denied. If I
> copy the same database to WebServer and use server.mappath("db.mdb")
> to create the connect string it works fine. For the other location's
> connect string I skip the server.mappath and provide a full UNC path.
>
--
HTH,
Bob Barrows - ASP MVP
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows Guest
-
Tom Kaminski [MVP] #3
Re: ASP here to MS Access on another server?
"ljb" <.> wrote in message news:Ohlvf1ykDHA.2732@TK2MSFTNGP11.phx.gbl...
to> I have a ASP running on one web server trying to access an Access database
> on another file server. The problem is WebServer doesn't have permissionsread> open the db on FileServer. On FileServer I expected to be able to grantFileServer's> permission to IUSR_WebServer but that account doesn't exist insame> list to choose from. What do I need to do?
>
> FileServer is also a domain controller. WebServer is a standalone Win 2000
> server. The error I get seems to indicate access denied. If I copy theconnect> database to WebServer and use server.mappath("db.mdb") to create the[url]http://www.aspfaq.com/show.asp?id=2168[/url]> string it works fine. For the other location's connect string I skip the
> server.mappath and provide a full UNC path.
--
Tom Kaminski IIS MVP
[url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
[url]http://mvp.support.microsoft.com/[/url]
[url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
Tom Kaminski [MVP] Guest
-
ljb #4
Re: ASP here to MS Access on another server?
Thanks for pointing me to that document. I haven't yet verified that it
works in my situation but will try soon.
ljb Guest



Reply With Quote

