>>> How Can I restrict the database to be access directly from web?
>>> Please suggest all alternatives that I can opt for.
[quoted text clipped - 6 lines]
> OK Thanks for that. But keeping the DB outside the web share folder
> will require any user privilage settings?
If using Anonymous, then the IUSR and IWAM accounts will require modify
access to the folder containing the database. otherwise, all users will
require that level of permission.

Signature
Microsoft MVP -- ASP/ASP.NET
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.
Prabhat - 02 Nov 2005 08:06 GMT
> If using Anonymous, then the IUSR and IWAM accounts will require modify
> access to the folder containing the database. otherwise, all users will
> require that level of permission.
Thanks for that info. My website using Anonymous access so I think I have to
give permissin for both IUSR and IWAM user.
Prabhat
Mark Schupp - 02 Nov 2005 17:21 GMT
Do you have a directory on your site that is set to not allow IIS to read
from it (cgi-bin directories are usually like this)? If so, put the DB in
there. If not, can you create such a directory (or have your ISP create it)?

Signature
--Mark Schupp
>> If using Anonymous, then the IUSR and IWAM accounts will require modify
>> access to the folder containing the database. otherwise, all users will
[quoted text clipped - 5 lines]
>
> Prabhat
I recommend the same as the others, but if you can't do it that way then you
could rename the file something obscure and give it an HTM extension (like
"fh496jfu6.htm"). The browser would (assuming they ever figured the name
out) always try to render it rather than download it and it would of course
fail to display. Your connection string would have to be altered to match
the name and I don't think it will care what the file extension is,..I don't
think it has to be MDB extension to work.
Obviously I don't think that is the best solution, but it might work if that
is all you are able to do. I'll admit that I haven't tested it,...it is
just a brainstorm,...I guess I got bored.

Signature
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html
Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp
Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------
> >> How Can I restrict the database to be access directly from web? Please
> >> suggest all alternatives that I can opt for.
[quoted text clipped - 9 lines]
> Thanks
> Prabhat
Prabhat - 02 Nov 2005 08:08 GMT
> I recommend the same as the others, but if you can't do it that way then you
> could rename the file something obscure and give it an HTM extension (like
[quoted text clipped - 7 lines]
> is all you are able to do. I'll admit that I haven't tested it,...it is
> just a brainstorm,...I guess I got bored.
Good solution, But I have to see if the other extension will work or not.
But as you told this is not the best solution, and as other suggested to
move to other folder avove wwwroot so I will go for that, But still will try
to see if the extension change will work or not.
Thanks
Prabhat