replacing ASP/VBScript with Python

Peter Maas peter at somewhere.com
Tue Feb 15 09:49:34 EST 2005


I have inherited an extremely messy ASP/VBScript application which
is a pain for me to support. Now the customer is thinking about a
redesign. I'd like to rewrite the whole thing in Python but the app
has to meet some conditions like

- IIS frontend
- MSSQL db server
- Win32 authentication
- No 'ugly' URLs like http://server/cgi-bin/frontend.cgi?main.py
- Performance: intranet with ~ 1000 users

My personal preferences:

- I'd rather do this in plain Python than using e.g. Zope because I
   fear the additional complexity of handling Zope and make it seam-
   lessly work with IIS.
- I'd like to do session handling in Python because ASP's session
   object is quite limited and some of the ASP app's mess is caused
   by trying to use it for compound data type storage. OTOH I could
   pickle Python objects to a string and store that in an ASP session.

Thanks for any help.

-- 
-------------------------------------------------------------------
Peter Maas,  M+R Infosysteme,  D-52070 Aachen,  Tel +49-241-93878-0
E-mail 'cGV0ZXIubWFhc0BtcGx1c3IuZGU=\n'.decode('base64')
-------------------------------------------------------------------



More information about the Python-list mailing list