Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: expresso100
  • Order by date
  1. expresso100

    How to tie ASP.NET 2.0 membership cookie to specific domain other than

    How do I tie the cookie that's produced from the login control of the ASP.NET 2.0 Membership API to use a specific domain programmically? I dont' know how to even talk to the cookie cause I don't know it's name...how do I even reference it..then tell it to point to a specific domain then save?
  2. expresso100

    Link cookie to proper domain by referencing web.config & Save

    I need to "tie together the cookie with the domain" by referencing the information from my web.config below in my login's codebhind. I don't understand how. I need to also save that after doing so: <add key="cookieDomainName" value=".test.com" /> <authentication mode="Forms">...
  3. expresso100

    Problems with first attempt in forum authentication

    OK, maybe I can get some help here, this is a last resort. I know I'm asking a lot by having you download and install this but it's really not that bad and I've had it. Their support has sucked, documentation poor, application doesn't work with authentication by what I can see, and they can't...
  4. expresso100

    Looking for Enterprise Grade Forum &amp; Blog software package in C#

    I am looking for a very good Enterprise Forum with Blog. This will be used for our public website which serves about 1.5 million users. This software cannot be cheesy, and must be as flexible as FuseTalk (www.fusetalk.com). FuseTalk authentificaiton has never worked and their support is...
  5. expresso100

    aspx page not loading. C# Method loading before page loads.

    Why isn't my aspx page rendering before the process() method call? What is happening is when I run my page in debug mode, my aspx page never renders, and it's jumping straight into my process() method when I run in debug mode in VS 2005, using the VS built-in web engine. What should...

Part and Inventory Search

Back
Top