.NET version in IIS with COM libraries in BIN

Xerelon

New Member
I have a client with a classic ASP website which runs \[code\]Server.CreateObject()\[/code\] to access .NET libraries stored in the bin directory. (It's an ugly hack, I know...) Their setup guidelines say to set up the site in IIS as a .NET 2.0 site. But I'm wondering whether this requirement means the dlls also have to be compiled with a 2.0 target version to work?
 
Back
Top