If permission is the problem, try the following:

1. In the IIS management console snap-in thingy, navigate to the file(s)
that need to access the network resource.

2. For each file, right click the file in the IIS snap-in and select
"Properties."

3. In the "Properties" windows, click the "File Security" tab.

4. Click the "Edit..." button for "Anonymous access and authentication
control."

5. Change the username and password to that of a user that is set up on
the server that hosts the file you need to access.  The user on the host
server must have appropriate access to the database file.  The password
you enter in the IIS snap-in must match the password for the
corresponding user on the server that hosts the database file.

6. That should do it.  Note that this only changes the anonymous user
account for the individual page(s) in question, not the default
anonymous user for all pages in the virtual site.

Lemme know if it works!

- Vieth

> -----Original Message-----
> From: Chris Hagwood [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 02, 2004 2:08 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [ASP] dbase connection string
> 
> 
> Yes, that was the problem... now the problem is that I don't 
> have permission it seems to view the data!  Argh!
> 
> I may just have to copy it locally and do it that way...
> 
> ----- Original Message -----
> From: "John Vieth" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 02, 2004 2:43 PM
> Subject: RE: [ASP] dbase connection string
> 
> 
> >
> > Probably has something to do with the path of the database 
> file.  If E:\
> > is mapped to a network resource, try moving the *.dbf file 
> to a local
> > folder, change the path in your connection string 
> accordingly, and see
> > if it works.  If it works, then the drive letter is the culprit.  In
> > which case, if I remember correctly, you need to use the 
> full network
> > path including the machine name and share name of the 
> network resource,
> > like \\machinename\sharename\subdirectory\filename.dbf.
> 
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor 
> --------------------~--> 
> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
> Now with Pop-Up Blocker. Get it for free!
> http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM
> --------------------------------------------------------------
> ------~-> 
> 
> --------------------------------------------------------------
> -------    
>  Home       : http://groups.yahoo.com/group/active-server-pages
> ---------------------------------------------------------------------
>  Post       : [EMAIL PROTECTED]
>  Subscribe  : [EMAIL PROTECTED]
>  Unsubscribe: [EMAIL PROTECTED]
> --------------------------------------------------------------------- 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to