
August 14th, 2007, 06:56 AM
|
|
|
|
A lot of the web charts and reports that are generated aren't cached or saved somewhere in most .Net programs, they're generated on the fly. Some 3rd party tools allow you to do this in the background and save them, but most don't. Your best bet is probably to use a Windows based platform and simply mix ASP.Net pages in with your Rails website.
Personally I wouldn't waste time mixing them, I'd just go with ASP.Net. I honestly don't know where people get the disillusion idea that making website in ASP.Net requires countless hours of time, because in reality, if you know at least a basic concepts behind ASP.Net you can create web pages in a very short amount of time.
|