[Mono-bugs] [Bug 617747] New: Connection string not taken from web.config when using DAL component

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jun 27 13:44:45 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: yuditriwibowo at yahoo.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list