Re: [Ironpython-users] Debugging with CLR in Web App

2013-02-14 Thread John Davidson
nformation about the problem. >>> >>> >>> >>> Keith Rome >>> Senior Consultant and Architect >>> MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS >>> Wintellect | 770.617.4016 | kr...@wintellect.com >>> www.wintellect.com >&

Re: [Ironpython-users] Debugging with CLR in Web App

2013-02-13 Thread John Davidson
4016 | kr...@wintellect.com >> www.wintellect.com >> >> -Original Message----- >> From: Ironpython-users >> [mailto:ironpython-users-bounces+rome=wintellect@python.org] On Behalf >> Of John Davidson >> Sent: Wednesday, February 13, 2013 9:38 A

Re: [Ironpython-users] Debugging with CLR in Web App

2013-02-13 Thread John Davidson
lf Of > John Davidson > Sent: Wednesday, February 13, 2013 9:38 AM > To: ironpython-users@python.org > Subject: [Ironpython-users] Debugging with CLR in Web App > > I am in the process of creating an MVC 4 based wiki with scripting support > for dynamic creation of content. I hav

Re: [Ironpython-users] Debugging with CLR in Web App

2013-02-13 Thread Keith Rome
@python.org] On Behalf Of John Davidson Sent: Wednesday, February 13, 2013 9:38 AM To: ironpython-users@python.org Subject: [Ironpython-users] Debugging with CLR in Web App I am in the process of creating an MVC 4 based wiki with scripting support for dynamic creation of content. I have chose

[Ironpython-users] Debugging with CLR in Web App

2013-02-13 Thread John Davidson
I am in the process of creating an MVC 4 based wiki with scripting support for dynamic creation of content. I have chosen IronPython as the embedded scripting host and am developing a DSL for the scripting portion. This DSL is created in C# and exposed to the CLR for scripting using IronPython. Th