Console apps are pretty simple. (If you are using C# they are a bit harder.) Unless you need to deal with command line arguments it's pretty straight forward. Anything you can do in ASP.NET you can do in a console app (with obvious acception of all the controls and stuff in the System.Web namespace. But it sounds like you aren't using much of that if you wrote a page that just does processing.
Please post back if you have more questions. (And if you do, perhaps the
General .Net forum would be a good place for a new thread.)
Peter
------------------------------------------------------
Work smarter, not harder.