This project is the probable first step in migrating a large CMS from Classic ASP to .Net. I’d like to use LINQ for querying the DB.
Does anyone have any ideas for strategies to make this happen? I understand this is a vague question at this point, but I’m gathering information.
Thanks,
KevDog
Put your data access in an ASP.NET/WCF web service and use Linq to SQL there. Then, consume the service in your classic ASP using a SoapClient.
Related articles: