Convert Web.config from .NET 2.0 to 3.5
What is the minimum I need to add to a .NET 2.0 WebSite’s web.config to make it .NET 3.5?
What is the minimum I need to add to a .NET 2.0 WebSite’s web.config to make it .NET 3.5?
I’m using the .NET entity framework and I’ve got one entity containing a varbinary. Is there an easy way to get the size of the varbinary in the codebehind, efter it’s been retrieved from the database?
i have an image tag like
I’m trying to pass a Dictionary<string,string> object as a parameter to my web api method but if I inspect the log file it always comes through with a count of 0:
is there a way to remove primary key from the datatable Or is there any way to remove the constraints of “PK” first and then remove the column itself?
Details:
I am using visual studio 2005 on windows xp sp3. The website is stored on file system. I used subversion to checkout the code from the server.
Ok I’m rather confused, does FormsAuthentication.SetAuthCookie() in asp.net create a session based cookie or not? From what I gather to put something in a session you would do something like this in the code behind:
I have a queue of users(string of emails) a in c# and I want to send the user his location in this queue.
I have the following issue with this json :
I’m working on some advanced browser detection, and I’ve downloaded the MDBF browser file from CodePlex.