Ask a Question related to ASP.NET Web Services, Design and Development.
-
kenneth fleckenstein nielsen #1
accessing database from webservice
I'm trying to let my webs ervice access a database, from non public site. It
works on my local maschin and on a test server i setup. but i doesn't work on
the customers machine, when i log on to the database the user is refused. but
i can logon with him from gui.
I presúme that the problem is the setting up of iis or with the access right
to the db, basically i wan't any anonymis user ot have all the rights he
wants.
What nob's can i turn on to affect the access right to a db from a webservice?
the web.config file
IIS the directory ?
Windows the users ?
kenneth fleckenstein nielsen Guest
-
Accessing webservice result - e4x format
Hi (Flex 2 Beta version) I am having trouble gaining access to the child elements from a webservice call with a resultformat type of e4x. I... -
HELP! Timeout when accessing Webservice.
I have a solution that contains a web service and a web site. I was working on it all day Monday with no problems. Tuesday morning it stopped... -
Accessing Webservice from remote system
I have written a webservice and client and do not have any trouble accessing the service from the local machine. However, when I try to access from... -
Accessing WebService indirectly
Hallo everybody, I have programmed an ASP.NET site which communicates with the database using a WebService. Anyways the client wants to... -
Accessing webservice from access
Hi Is it possible to call a web service that returns a dataset, from access? Could I please have an example of how to call such a service from... -
Dilip Krishnan #2
Re: accessing database from webservice
Hello kenneth,
Check if you are using integrated security in the connection string. That
would most probably be the problem
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
[url]http://www.geniant.com[/url]
> I'm trying to let my webs ervice access a database, from non public
> site. It
> works on my local maschin and on a test server i setup. but i doesn't
> work on
> the customers machine, when i log on to the database the user is
> refused. but
> i can logon with him from gui.
> I presúme that the problem is the setting up of iis or with the access
> right
> to the db, basically i wan't any anonymis user ot have all the rights
> he
> wants.
> What nob's can i turn on to affect the access right to a db from a
> webservice?
> the web.config file
> IIS the directory ?
> Windows the users ?
Dilip Krishnan Guest
-
kenneth fleckenstein nielsen #3
Re: accessing database from webservice
I've enabled IIS's integrated windows authe.. on the specific webservices
directory security, on the customers server and nothing changed. I think that
will affect the connection string as you said it could be, but I'm not
connecting myself i rely on a thirdparty product and that doesn't log on
there.
"Dilip Krishnan" wrote:
> Hello kenneth,
> Check if you are using integrated security in the connection string. That
> would most probably be the problem
>
> HTH
> Regards,
> Dilip Krishnan
> MCAD, MCSD.net
> dkrishnan at geniant dot com
> [url]http://www.geniant.com[/url]
>>> > I'm trying to let my webs ervice access a database, from non public
> > site. It
> > works on my local maschin and on a test server i setup. but i doesn't
> > work on
> > the customers machine, when i log on to the database the user is
> > refused. but
> > i can logon with him from gui.
> > I presúme that the problem is the setting up of iis or with the access
> > right
> > to the db, basically i wan't any anonymis user ot have all the rights
> > he
> > wants.
> > What nob's can i turn on to affect the access right to a db from a
> > webservice?
> > the web.config file
> > IIS the directory ?
> > Windows the users ?
>
>kenneth fleckenstein nielsen Guest



Reply With Quote

