Personalized URLs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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 programmatically. 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top