tags:

views:

47

answers:

2

Generally, how do you figure out which version of asp.net that an app is written in? The app in question is VP-ASP 6.5.

+1  A: 

I'd just submit a request and ask.

Reading through the setup guide it looks like it is written in classic ASP and not ASP.NET

tentonipete
A: 

Yes, that's correct VP-ASP 6.5 is written in ASP. In fact all version (through the current 7.0) are in ASP. The publishers have stated that the next version will be in ASP.NET

Kevin Rettig