Forum Moderators: open
-Try to work with a relational database and make use of stored procedures and or views
-Make use of function libraries, especially in case of database actions
-Use includes as much as possible
And to be honest, the step from classic asp (vbscript) to ASP.NET is not very hard. We just ran a small project and thought it would be fun to to it in .NET (client was only interested in the visual part of the project). I must say that we did build in the same time, but learned a lot and made benefit of a lot of cool .NET functionality like datagrids,encryption classes,paging systems, etc. So i really would advise you to check some .net stuff i.e. w3schools who have some really nice tuts and samples.