Search

You searched for the word(s): userid:157406

Matching Posts

  • Quick way to view code explorer?

    Is there a quick way to get the code explorer to show just the current file, without having to navigate down through the entire project tree?
  • Re: Determine time span in fraction of months

    That's much better than mine, which used a loop. It gets the same answer as mine, too. Very nice, thanks.
    Posted to C# (Forum) by elmonty on 4/4/2007
  • Determine time span in fraction of months

    I need to determine the time span between two dates, returned as a fractional number of months. For example, if the dates are 2/10/07 and 4/2/07, the answer would be (19 / 28) + (31 / 31) + (2 / 30) = 1.745. I've come up with a solution, but it's not very elegant. I'm using C# and .NET 1.1.
    Posted to C# (Forum) by elmonty on 4/3/2007
    Filed under: .NET 1.1, Date, datetime
  • Re: Windows authentication shows wrong user name

    The problem was my fault. Don't use static member variables. They are not specific to a single user session.
    Posted to Security (Forum) by elmonty on 1/12/2006
  • Re: Windows authentication shows wrong user name

    Here's some more info: If nobody accesses the site, then I access it and log in, it shows my correct ID. But if another person then accesses the site, they see MY name. A few minutes later, if a third person accesses the site, they see the second person's name. PLEASE HELP!
    Posted to Security (Forum) by elmonty on 12/27/2005
  • Windows authentication shows wrong user name

    I'm using windows authentication on an intranet to identify users to the application. I'm having the following problems: 1. When someone accesses the web site, a logon dialog box shows up. I thought if the user is already logged on, this shouldn't happen. 2. Even if I type my user name and password into the dialog box, the web site lets me in but shows somebody else's user name. It's as if the web site remembers the last person that accessed it. I have session state disabled for this virtual directory
    Posted to Security (Forum) by elmonty on 12/27/2005
  • Re: Can DNN do this?

    How do I contact him? His user profile has no contact info.
    Posted to DotNetNuke (Forum) by elmonty on 11/12/2003
  • Re: Can DNN do this?

    I don't think this project can wait for DNN 2.0 and SSL is a must. But out of curiousity, how difficult is it going to be to take a DNN installation - one that is possibly customized - and upgrade it to 2.0?
    Posted to DotNetNuke (Forum) by elmonty on 11/11/2003
  • Re: Will DNN work for me?

    Thanks. Snowcovered had lots of interesting modules, and the prices aren't bad. However, the lack of SSL will kill any use of DNN for this project.
    Posted to Getting Started (Forum) by elmonty on 11/11/2003
  • Re: Can DNN do this?

    Thank you for sharing your site. It looks very nice. Here are the items I'm concerned about with DNN: 1. The Discussions module doesn't look very friendly or comprehensive. Has anyone done anything like integrate ASP.NET Forums, or something similar, into DNN? 2. I don't see categories for FAQs or Links. 3. I don't see a member search & display function. 4. Is there mailing list support? For example, is there a way to display messages from a mailing list on the site? 5. Nothing for listing conferences
    Posted to DotNetNuke (Forum) by elmonty on 11/11/2003
Page 1 of 2 (13 items) 1 2 Next >