Referencing web project from ironpython

Posted by pedlar on Stack Overflow See other posts from Stack Overflow or by pedlar
Published on 2009-03-21T17:53:29Z Indexed on 2010/06/18 11:03 UTC
Read the original article Hit count: 271

Filed under:
|
|

i've got an mvc project written in C#. i'm trying to reference it from ironpython. i've got no issue importing the objects and referencing the dll, but some of the objects rely on connection strings from the web.config, is there any way for me to reference the dll and then specify the web.config it should be using?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET