Re: web server database access problem

From: Matjaz Ladava (matjaz_at__nospam_ladava.com)
Date: 06/17/03


Date: Tue, 17 Jun 2003 20:57:50 +0200


So what is your connect string ? Are you using windows authentication or SQL
authentication to access SQL server ?

-- 
Regards
Matjaz Ladava, MCSE (NT4 & 2000)
matjaz@ladava.com
http://ladava.com
"axl" <axl_devos@hotmail.com> wrote in message
news:93644866.0306060452.76c0b7e8@posting.google.com...
> Have same kind of problem. Cannot access a Access database with
> connectionString generated by VS.NET. Can read (no update, inserty or
> delete) from database with only Provider and Data Source in
> connectionString. Problem lies in IIS I think.
>
>
> "ray well" <nospam@nospam.com> wrote in message
news:<#aM6PniHDHA.1828@TK2MSFTNGP10.phx.gbl>...
> > hi,
> >
> > i'm migrating from visual interdev which i used with Personal Web Server
on
> > win98, to a win xp pro system, which has iis 5.1 running on it, and
using vb
> > .net as my developing platform. this is a stand alone machine, not
networked
> > anywhere, has only a single 'Admin' user with no password needed to
login. i
> > have no workgroups or any right setups that i made neither on windows or
> > iis.
> >
> > when i try to access a database that resides on a website on iis, even
for
> > reading purposes only, i get the following error (the file wasn't open
> > anywhere). i haven't a clue has to fix this, and what to add to which
part
> > in the connection string to make this work.
> >
> > i would appreciate any help with this. please respond to the list.
> >
> > thanks, ray


Relevant Pages

  • Web Service + Anon Access, but getting 401 Access Denied Error
    ... The security for this is set to windows authentication in IIS and anonymous access is also turned on. ... When I access the webservice from IE there is no problem, it returns the string fine. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Web Service invoke as NT User
    ... Public Function GetCurrentUserEmail() As String ... You want it to run as the user issuing the web service call. ... do you have the directory security set up for Windows Authentication only. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: SQL Server and ODBC connection strings question
    ... In this connection string, you are setting the ... If you wan to connect with Windows authentication, ... If I'm using Integrated Security, ...
    (microsoft.public.sqlserver.connect)
  • Re: Error 401: Unauthorized
    ... the application requires Windows authentication. ... I have full control ... > Private Function readHtmlPage(ByVal url As String) As String ...
    (microsoft.public.dotnet.general)
  • Re: Error 401: Unauthorized
    ... the application requires Windows authentication. ... I have full control of ... > The following snippet of code is part of a larger module, ... > Private Function readHtmlPage(ByVal url As String) As String ...
    (microsoft.public.dotnet.general)