What is ASP2ASPX ?
ASP2ASPX is an assistant tool for migrating from ASP to ASP.NET. It makes the whole migration easily and quickly.
ASP2ASPX migrates from ASP to ASP.NET framework and converts VBScript to C# or VB.NET.
ASP2ASPX v4.5 new features 4-28-2008
- Converts some VBScript functions to C#.NET methods directly:
Asc, AscB, AscW, InStr, InStrB, InStrRev, Join, Fix, Oct,
Hex, DateSerial, Day, Hour, Minute, Month, Second, Time, Timer,
TimeSerial, Year
- Converts SELECT-CASE statement to 'switch-case' in C#
- Fixes many bugs
ASP2ASPX features