http://bugzilla.novell.com/show_bug.cgi?id=617747

http://bugzilla.novell.com/show_bug.cgi?id=617747#c0


           Summary: Connection string not taken from web.config when using
                    DAL component
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: i586
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Configuration
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: DeveloperNet
           Blocker: No


Description of Problem:

I created a DAL component using dataset in visual studio. The connection string
is set in app.config. When this component is built with visual studio, the
generated code show that there is a default connection string that point to
address like I wrote in app.config.

When this component is used in web applications, all we need is just make
connection setting similar we used in component and put it in web.config. Then
the connection string used by application and component will refer to the
setting we used in web.config.

When I deploy my application in Mono, it seems that it didn't take the
connection string from web.config, but still use the default connection string

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to