These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

asp 3.0?

My hosting company supports ASP 3.0 IIS 7. When I asked them about using asp 2.0 instead the response was "It should work with ASP 3.0 as well. The latest version supports the previous features."  However, it's not working. I was able to designate FileVista as a IIS application, but when I point the browser to ~/FileVista  I get the runtime error. Any suggestions, or am I out of luck?
atarvin 11/30/2010 12:21 AM
What version of filevista are you using? Since 4.1 it only runs with asp.net 4!
Chris 12/2/2010 7:49 AM
I downloaded 4.0 since it said that was for older systems.
atarvin 12/2/2010 7:55 AM
Isn't there any info on the runtime error what it's all about? Any error messages?
Chris 1/6/2011 3:32 PM
ASP 3.0 is Classic ASP and for running FileVista you need ASP.NET, not Classic ASP.

We had a product called WebExplorer for Classic ASP but now it's deprecated. We only provide ASP.NET based products.

You need ASP.NET 2.0 for FileVista 4.0 and ASP.NET 4.0 for FileVista 4.1.

So make sure your hosting supports minimum version 2 of the .Net framework. If they provide IIS 7, then it's likely they already support it.
Cem Alacayir 1/31/2011 3:56 PM
Thanks. I'll check with them.
atarvin 1/31/2011 9:31 PM