I have a very simple ASP.net application I am using to learn. I've developed it (two controls -- dropdown box and a datagrid, plus an EF class) on my laptop using a copy of the production db (this initial app is read-only) so I can minimize the variables I have to understand when I deploy it on my client's much more secure environment.Since I'm using EF, I need .net4, of course. That was my first challenge. IIS had no application pool for .net4. Got that fixed (I think). Here's my Publication Package Page:
Now, I'm getting something else strange... I've googled it and still don't understand. Perhaps someone can give me some advice.