I have to transform a python web application into an ASP.net application. Problem is that I will be developing on a Windows XP Pro 32 bits, and will be publishing to a Windows Server 2003 64bits. The application is to make use of a MySql database.
Am I asking for troubles by doing this ?
No problem. Just make sure you build your app for Any CPU. If you use MySQL Connector for .Net, which is a 32-bits DLL, your Application Pool must be enabled to run 32-bits applications, which you can configure on IIS.