views:

111

answers:

0

Hello,

I'm playing around a bit with Flex, WebORB and C#, and what I wanted to do was Get User + Pass from Flex forms, go through WebORB to the C#-.dll that connects and checks the membership validation, sends the result back via WebORB into Flex and logs the user in depending on the result.

The trouble I'm hitting is that the C#-.dll needs a connection string that I got in my App.Config-file, but it's not baked into the .dll by compile time, I need to move the App.Config to the flex directory, and that's not very nice at all, as the App.Config includes the db-connection string.

So does anyone have any tips on how I could do this?

Most optimal would be if I could just set the membership-info I need from the App.Config directly into my C#.-dll