Forms Authentication cross Windows Authentication
I have a website that I am working on that has both an intranet and internet deployment. The only difference between the 2 is a couple of config settings.
I have a website that I am working on that has both an intranet and internet deployment. The only difference between the 2 is a couple of config settings.
I’m trying to post to a facebook wall, without using an API such as the C# Facebook SDK. I’m correctly getting the access token and all that, but I’m getting a 403 forbidden using the following code:
What is the best data structure to use for the following scenario?
I have a little jQuery function that is meant to automatically select text in an asp.net text box when it gets focus. However, the text in the text box gets selected, but immediately then deselects.
Why this WCF 3.5 method
I am putting an “online” counter on a website, and I have run into these two contradicting sources.
I have been banging my head against the wall and searching the web for this but I think I am having issues understanding the whole process of logging users out of an asp.net webforms application. The issue:
I am able to log in to my application and it uses cookies, so I have my cookie set in the browser.
here is the config forms authentication section,
We have a requirement to increase the functionality of a grid we are using to edit on our webapp, and our manager keeps citing Excel as the perfect example for a data grid :/ He still doesn’t really get that a Spreadsheet like control doesn’t exist out of the box, but I thought I’d do a bit of searching nonetheless.
Given the following ASP.NET WebAPI, I am trying to send a test POST using Fiddler, but can’t get it to work. Whatever I send, I always just see the No data sent to service message.
Specifically we’re making our application compatible with the Out Of Process Session State server where all types saved in session must be serializable.