Hi all,
Our current site runs on IIS 6.0 under Windows Server 2003 R2. We have been running calssic asp pages for a few years without an issue.
I installed Visual Studio 2005 on a Windows 7 machine with the hopes of starting to convert the current ASP pages to ASP.NET. I recreated the first page and I am able to run it on my pc (ctl + f5) with out an issue (well, one issue - everytime I run it and close the page, the page reopens)
I then wanted to move the new page to our webserver and run it there. I enabled ASP.NET in IIS, but I cannot get the pages to run. I am getting "Server Error in '/' Application" and it is referring to "Could not load file or assembly 'vjslib, Version 2.0.0.0". Looking around I have seen that this refers to needint to install Microsoft Visual J# 2.0 - which I did by getting it from Microsofts website. But I am still getting this error.
Any help and/or guidance will be appreciated.
Thank you.
George