|
Well the syntax has changed a lot - when you say you tried the aspx ( ie ASP.NET ) way, well, ASP.NET really strongly frowns on using Server.CreateObject, in part because late binding is bad. But what's going on in .NET Land shouldn't affect your code - whatever specific version of ASP you're using, the standard is finalized. If you didn't change the code on your site, it shouldn't break. Unless the server configuration changes.
Can you tell us the error message you get?
|