We've had a system in place for years to collect customer e-mail addresses whenever they downloaded a trial version of Alpha Five. The
sign-up form we used was originally written using
ASP, Active Server Pages from Microsoft. Not anymore. We've
migrated from ASP to Alpha Five and I'm going to show you how we did it.
When the sign-up system was put in place in 2001, the
Alpha Application Server didn't even exist. So, we had to write it from scratch with ASP and tie it to a
Microsoft SQL Server back end, which meant a lot of coding. And every time we needed to make even the smallest changes to the page, there was coding to be done.
Like you, I don't have hours to write code. I have work to get done. I need to focus on the business objectives, not writing functions. That's why we developed
Codeless Ajax. And now that
Codeless Ajax is here, we can use it internally as well. We decided to ditch ASP.Net and rebuild our sign-up system in Alpha Five.
One problem. The rest of our Web site still uses legacy ASP.Net, which means it's tied to
Microsoft's IIS Server. We're not ready to convert the entire site to Alpha Five. It's just a bandwidth issue, which I'm sure you can relate to. Right now, we just want to tackle the sign-up system.
So, our objective was to make certain that we could leave the IIS Server running. As it turns out, IIS and the Alpha Five Application Server play nicely together. They just need to use different ports. The process was quick and easy. It only took about a day rebuild the system, and the result is that our Web site now runs both Microsoft ASP and Alpha Five pages side-by-side. It's transparent to the end user.
This also answers the question, "Can I add some functionality with Alpha Five without having to redo my whole Web site?" The answer -- a big yes!
Watch the video by our own Dave McCormick to see how we migrated the sign-up system from ASP to Alpha Five without disturbing our ASP assets. If you have questions about how to do this on your own Web site,
send me an e-mail or post a comment.