B
Bill
Hi, I have a instance webservice that a class to
businesslayer, however to businesslayer instance a class
to datalayer, where effectively it creates the connection
with the bank and returns one dataset to businesslayer
that it returns for the initial project. I have 4 projects
in the same solution: DataLayer, BusinessLayer, Webservice
and initial project. When I am debug, the webservice makes
the call when businesslayer that it makes called when
datalayer, datalayer if it puts in charge to read string
of connection in web.config, however no value is not
found, therefore it is reading web.config of the project
of the webservice, the correct one would be to read
web.config of the initial project, therefore it is there
that string is configured connection. He is correct to
read web.config of another project? OR for each project I
have that to configure string connection?
Thanks.
businesslayer, however to businesslayer instance a class
to datalayer, where effectively it creates the connection
with the bank and returns one dataset to businesslayer
that it returns for the initial project. I have 4 projects
in the same solution: DataLayer, BusinessLayer, Webservice
and initial project. When I am debug, the webservice makes
the call when businesslayer that it makes called when
datalayer, datalayer if it puts in charge to read string
of connection in web.config, however no value is not
found, therefore it is reading web.config of the project
of the webservice, the correct one would be to read
web.config of the initial project, therefore it is there
that string is configured connection. He is correct to
read web.config of another project? OR for each project I
have that to configure string connection?
Thanks.