If you want to hide your logic from the source, move as much of the functionality to a dll, whether it is a static or ironpython dll. I don't think IronPython for ASP.Net supports compilable asp.net.
On Sat, Mar 6, 2010 at 4:52 PM, Pablo Dalmazzo <[email protected]>wrote: > Hi there, > > now I got to work the dlls and I did a small app. which turns my asp.net.py > codefile into 2 pieces, a .py codefile which makes only functions calls > to a dll with the actual logic code. But I was wondering why IronPython for > asp.net was designed without having in mind to allow the .aspx files to be > tied with dlls for the sourcecode, for allowing obfuscation** just like > it's possible to make in VB.NET or C#. Or may be it just wasnt easy at all > to do that for IronPython? Is the technical explanation too complicated or > may I know about it? Is there information about this somewhere? > > Greetins, Pablo > > ------------------------------ > Tu Hotmail guarda el borrador que estás escribiendo para que no pierdas tu > mensaje. Conocé > cómo<http://www.descubrewindowslive.com/hotmail/actualizacion-guardado.asp> > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -- nomadlife.org
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
