Home All Groups Group Topic Archive Search About

can not find connection string

Author
15 Dec 2005 7:03 PM
Paul
I am working on a .net app that someone else wrote and a portion of it is
getting data from an incorrect datasource.  When I search the entire project
with the name of the incorrect datasource it does not find anything.  Just
wondering if anyone had any suggestions, thanks.
--
Paul G
Software engineer.

Author
15 Dec 2005 7:26 PM
Karl Seguin
(a) check the web.config
(b) Make sure you are searching hidden sections.

it's possible that they are drag'n'dropping their controls and all that
logic is coded in some auto-generated section in a region.    Are you
searching via vs.net? it has options to search hidden sections, and make
sure you grab all extensions *.*

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/


Show quoteHide quote
"Paul" <P***@discussions.microsoft.com> wrote in message
news:AC1EA6CE-A959-4269-8AB9-849E6A85DB2F@microsoft.com...
>I am working on a .net app that someone else wrote and a portion of it is
> getting data from an incorrect datasource.  When I search the entire
> project
> with the name of the incorrect datasource it does not find anything.  Just
> wondering if anyone had any suggestions, thanks.
> --
> Paul G
> Software engineer.
Are all your drivers up to date? click for free checkup

Author
15 Dec 2005 9:17 PM
Paul
yep searching within the .net environment.  will look for the option to
search hidden sections.
--
Paul G
Software engineer.


Show quoteHide quote
"Karl Seguin" wrote:

> (a) check the web.config
> (b) Make sure you are searching hidden sections.
>
> it's possible that they are drag'n'dropping their controls and all that
> logic is coded in some auto-generated section in a region.    Are you
> searching via vs.net? it has options to search hidden sections, and make
> sure you grab all extensions *.*
>
> Karl
>
> --
> MY ASP.Net tutorials
> http://www.openmymind.net/
>
>
> "Paul" <P***@discussions.microsoft.com> wrote in message
> news:AC1EA6CE-A959-4269-8AB9-849E6A85DB2F@microsoft.com...
> >I am working on a .net app that someone else wrote and a portion of it is
> > getting data from an incorrect datasource.  When I search the entire
> > project
> > with the name of the incorrect datasource it does not find anything.  Just
> > wondering if anyone had any suggestions, thanks.
> > --
> > Paul G
> > Software engineer.
>
>
>

Bookmark and Share