-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey all!
There are a number of questiosn on StackOverflow that ALMOST hit this topic head on, but they are either for other technologies, reference obsolets information or don;t supply an answer that I can suss out. So pardon the almost duplication :)
I have a working ADO.NET Data Service, and a…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to set up Single sign on for 2 websites that reside on the same domain
e.g.
http://mydomain (top level site that contains a forms-auth login page)
http://mydomain/admin (seperately developed website residing in a Virtual Application within the parent website)
Have read a few articles…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an admin site swet up as a virtual applcation inside of another website.
I would like visitors to the sub directory (the virtual application) to be promtped for credentials using the same Forms autheentication set up on the main parent site
Have tried all sorts of things but can't get it…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello!
I'm having trouble creating a non-persistent cookie using the FormsAuthenticationTicket. I want to store userdata in the ticket, so i can't use FormsAuthentication.SetAuthCookie() or FormsAuthentication.GetAuthCookie() methods. Because of this I need to create the FormsAuthenticationTicket…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello to all,
There's a problem that i am facing with my hosting company, I use a project that uses FormsAuthentication and the problem is that though it successfully logs in, it logs out VERY QUICKLY, and i don't know what could be the cause of that,
so in my web.config file i added those lines:
<authentication…
>>> More