Howdy,
I've written a brand spankin new 3.5 web app with Linq To SQL, MS.MVC Preview and it's the best thing on the planet....well, I think so :)
Trouble is, I'm trying to deploy to an IIS6 Win2k3 server at my office. The server has a number of already running websites.
However, when I deploy my new web app to my new web site, and try and visit the home page, i get a strange error.
The Skip operator is not supported for sequences containing sequences (with the exception of IGrouping under SQL Server 2005).
Which is a strange error? No?
The connection string points to the locally running SQLExpress (SQL Sever 2005) instance.
Also, the version information at the bottom of the error page seems weird:
Version Information: Microsoft .NET Framework Version:2.0.50727.1378; ASP.NET Version:2.0.50727.1378
Is this the correct information for .net framework 3.5?
I'm confused about how to fix this problem.
Can anyone suggest how to diagnose what's wrong? Identify how to fix it?
I appreciate any help. IIS6 is giving me a headache. MS, I promise to upgrade next month :)
-CV