ACCESS AN ACCESS DATABASE FROM ASP.NET INTRANET SCENARIO

ACCESS AN ACCESS DATABASE FROM ASP.NET INTRANET SCENARIO

am 24.04.2007 19:08:02 von BITSerrorcode2147024891or0x8007000

I'm trying to access an access database on the file server from a web server
using asp.net and IIS 6.0. I can do it when I have anonymous access enabled
in IIS 6.0 as in the public internet web site style. I want to do the same
with the intranet setup where IIS 6.0 is not setup to allow anonymous access.
The way the intranet works is the user authenticates to the IIS 6.0 web
server through group membership in an active directory domain. The user who
accesses a web page and tries to load information from a database is unable
to even when the user has access to the database through the user's domain
account. When anonymous access is enable in IIS 6.0 the IUSR account is used
to access the database and that works.

Re: ACCESS AN ACCESS DATABASE FROM ASP.NET INTRANET SCENARIO

am 24.04.2007 19:15:36 von reb01501

BITS error code -2147024891 or 0x8007000 wrote:
> I'm trying to access an access database on the file server from a web
> server using asp.net and IIS 6.0.

There was no way for you to know it (except maybe by browsing through
some of the previous questions before posting yours - always a
recommended practice), but this is a classic asp newsgroup. ASP.Net is
a different technology from classic ASP. While you may be lucky enough
to find a dotnet-savvy person here who can answer your question, you
can eliminate the luck factor by posting your question to a newsgroup
where the dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.
There are also forums at www.asp.net where you can find a lot of people
to help you.

HTH,
Bob Barrows



--
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.

Re: ACCESS AN ACCESS DATABASE FROM ASP.NET INTRANET SCENARIO

am 24.04.2007 19:24:02 von BITSerrorcode2147024891or0x8007000

Thank you Bob, I'll try those places

"Bob Barrows [MVP]" wrote:

> BITS error code -2147024891 or 0x8007000 wrote:
> > I'm trying to access an access database on the file server from a web
> > server using asp.net and IIS 6.0.
>
> There was no way for you to know it (except maybe by browsing through
> some of the previous questions before posting yours - always a
> recommended practice), but this is a classic asp newsgroup. ASP.Net is
> a different technology from classic ASP. While you may be lucky enough
> to find a dotnet-savvy person here who can answer your question, you
> can eliminate the luck factor by posting your question to a newsgroup
> where the dotnet-savvy people hang out. I suggest
> microsoft.public.dotnet.framework.aspnet.
> There are also forums at www.asp.net where you can find a lot of people
> to help you.
>
> HTH,
> Bob Barrows
>
>
>
> --
> 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.
>
>
>