add asp.NET Web application Project to classic ASP Project

murraymint2000

New Member
I have inherited a classic asp web application which works quite well however recently noticed some features don't work across all the browsers such as the file upload system. To resolve this I wrote a standalone asp.net c# web application project with code behind in VS. The new project piece works fine in VS but when the files are added to the classic application I get errors. Is there a best approach to having classic and asp.net code coexisting in the same application?
 
Back
Top