Personalized URLs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael

    Personalized URLs

    Hello,
    Does anyone know how to create a personalized url? For example, I would
    like my site http://www.mysite.com to offer it's users the ablity to create
    personalized urls like http://myname.mysite.com

    Does anyone know how I can do that via code? So it will be automated when
    the user creates an account.

    Thanks.

    Michael


    p.s. Does anyone know where to find the Microsoft asp.net newsgroup? I've
    looked for two days and can't find it.
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Personalized URLs

    Michael,

    This depends on the DNS server that you are running on your server. You
    will have to add the A entry into the DNS server programmaticall y. Without
    that knowledge, it's impossible to say how to do it.

    As for the ASP.NET group, there are about 20 that I can see listed in my
    newsgroup list in Outlook Express. I would just do a search on your
    newsgroup list for "asp".

    Hope this helps.

    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Michael" <Michael@discus sions.microsoft .comwrote in message
    news:671D2E06-E748-499C-8097-9AA4E5840693@mi crosoft.com...
    Hello,
    Does anyone know how to create a personalized url? For example, I would
    like my site http://www.mysite.com to offer it's users the ablity to
    create
    personalized urls like http://myname.mysite.com
    >
    Does anyone know how I can do that via code? So it will be automated when
    the user creates an account.
    >
    Thanks.
    >
    Michael
    >
    >
    p.s. Does anyone know where to find the Microsoft asp.net newsgroup?
    I've
    looked for two days and can't find it.

    Comment

    Working...