Waspman
Posts: 948
|
| Posted: 04/28/2006, 1:07 AM |
|
Ok got my app working (just about ) in .ASP. Got SQL working and upsized the DB OK. The question is should I go to .NET.
What are the benefits?
Will it be as simple as just changing project settings?
_________________
http://www.waspmedia.co.uk |
 |
 |
Benjamin Krajmalnik
|
| Posted: 04/28/2006, 12:33 PM |
|
It depends to a large extent on how your app is coded.
If you are using Recordset.Fields("fieldname") to compute values from
fields which do not have a physical control on the grid layout, then you
will have much recoding. IN any case, it is not a direct port.
..Net does run faster, and you have the advantage of protecting your
intellectual property better, but as everything it is a matter of ROI.
|
|
|
 |
Waspman
Posts: 948
|
| Posted: 04/28/2006, 1:32 PM |
|
Thanks just thought I check.
I' probably start from scratch in .NET ( only took 3 weeks in ASP )
But I'll stick with ASP until I've sold a few copies of the product.
Thanks again.
_________________
http://www.waspmedia.co.uk |
 |
 |
|