ASP Application versus ASP.NET application : Clipper
This is a discussion on ASP Application versus ASP.NET application within the Clipper forums in Programming Languages category; I need to make an web orientated application with VO. But i don't now what i should do, should i make an ASP application, or should i make an ASP.NET application. Which is best and easiest to do. I know how to install both with Windows since Exact synergy has 2 versions based on ASP or ASP.NET. I need to connect to SQL and display JPEG's...
| Clipper Clipper Programming |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| what i should do, should i make an ASP application, or should i make an ASP.NET application. Which is best and easiest to do. I know how to install both with Windows since Exact synergy has 2 versions based on ASP or ASP.NET. I need to connect to SQL and display JPEG's |
|
#2
| |||
| |||
| Personally, I would use asp.net instead if asp. Either way, you would expose your VO code via COM. The advantage of ASP.NET is that you can call ANY dotNet assembly very easily. I am doing a session on this at VODC next week. Regards, Willie <a.nederpelt@hccnet.nl> wrote in message news:ae48469b-dad1-47fc-8de2-a62c65a96db1@z6g2000pre.googlegroups.com... >I need to make an web orientated application with VO. But i don't now > what i should do, should i make an ASP application, or should i make > an ASP.NET application. Which is best and easiest to do. > > I know how to install both with Windows since Exact synergy has 2 > versions based on ASP or ASP.NET. > > I need to connect to SQL and display JPEG's |
|
#3
| |||
| |||
| Hi i would install xampp on your sever and use php instead - its a whole lot faster and easier. http://www.apachefriends.org/en/xampp.html as apache direct is a bit of a dog. that is instead of iis .... for which the best install is http://www.php.net/downloads.php and both can be loaded on same server no problem. ver 5.2 of php which is current stable release has built in pdf cretaion etc etc etc etc etc which makes asp look quite primitive .... then you get your php to handle some stuff and get vo to do the hard work. richard |

