Groups | Blog | Home
all groups > iis security > july 2003 >

iis security : How do You access data from IIS on another server


Dermott Renner
7/31/2003 4:24:30 PM
IUSR_Computername gives users anonymous access to the web
site. What gives IIS or the IIS service or ASP pages on
the web server the access to say FoxPro or Access data on
another server (files are not SQL Server so not
interested in how SQL does it)

Thanks

Rajiv
7/31/2003 10:26:28 PM
Try using ADODB connection objects from the ASP Pages
using appropriate drivers(depending on the data access)
for connecting to the database file.

[quoted text, click to view]
Bernard
8/1/2003 11:14:25 AM
Try map an UNC path and refer this kb,
HOW TO: Create a Database Connection from an ASP Page in IIS
http://support.microsoft.com/?id=300382

also - you might want to post this to more appropriate group.
microsoft.public.inetserver.asp.db

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


[quoted text, click to view]

AddThis Social Bookmark Button