I have a .NET 3.5 (target framework) web application. I have some code that looks like this:
public string LogPath { get; private set; } public string ErrorMsg
Where do you define this Properties? Directly in the as*x file or in the codeBehind? (I don't think that can be a reason, but if the build-Target is .NET 3.5 I can't see anything else)