Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 8 of 8

Thread: Dev Licence Question

  1. #1
    cf46sr is offline Junior Member
    Join Date
    Jun 2008
    Posts
    14

    Default Dev Licence Question

    Hi
    Can I use the netbios name for the dev licence?

    thx
    Tony

  2. #2
    Jesse is offline Banned
    Join Date
    May 2008
    Posts
    1,329

    Default

    The license key needs to be the domain name the site will be using. It can be an IP address, a DNS resolved name, or the "localhost" handler. I believe the query is to the HTTPContext object in the licensing DLLs, and therefore will not "search for possible resolutions" in the Netbios aliasing. It has to strictly correlate with what IIS says your domain is when it is asked.

  3. #3
    cf46sr is offline Junior Member
    Join Date
    Jun 2008
    Posts
    14

    Default

    thx.

    ok. To keep things 'simple' I'll just make it a fixed internal ip address.

    Also from a best practices perspective,

    1)what is a suggested encryption key length

    2) Dbconn string. Integrated security or username & password?

  4. #4
    Jesse is offline Banned
    Join Date
    May 2008
    Posts
    1,329

    Default

    In my opinion, you can never go wrong with a valid username and password. The encryption key question is a bit more of a personal preference, but our Security DLL encryption algorithms are very sound. I would simply make it a strong yet easily remembered phrase/password style. While a 24 character HEX key is going to be potent, if you end up overwriting your web.config without backing up, or something similar, you could really ruin your customer's next few purchases. Make sure it is a strong key, but I tend to lean more toward the side of making it memorable (IE, 5w@t7dw@Dc would be an encrypt key memorized by the phrase "snow white and the seven dwarves was a Disney classic").

  5. #5
    cf46sr is offline Junior Member
    Join Date
    Jun 2008
    Posts
    14

    Default

    Quote Originally Posted by ASPDNSF Staff - Jesse View Post
    Make sure it is a strong key, but I tend to lean more toward the side of making it memorable (IE, 5w@t7dw@Dc would be an encrypt key memorized by the phrase "snow white and the seven dwarves was a Disney classic").
    lol. thx.

  6. #6
    BothWorldsJo is offline Member
    Join Date
    Oct 2005
    Posts
    64

    Default

    > It has to strictly correlate with what IIS says your domain is when it is asked.

    Sorry for a stupid question, but how can I check this? My localhost license is fine but my production one is still saying unregistered.

    Thanks,
    Jo

  7. #7
    Jesse is offline Banned
    Join Date
    May 2008
    Posts
    1,329

    Default

    The best way to find out what's going wrong is to navigate to your version.aspx page with a querystring parameter of "debuglicense=true". It should give you a quick diagnostics of what's going wrong or right with your license. IE, "mydomain.com/version.aspx?debuglicense=true"

  8. #8
    BothWorldsJo is offline Member
    Join Date
    Oct 2005
    Posts
    64

    Default

    Thanks - that helped!
    Jo