Results 1 to 16 of 16
  1. #1

    How to add a domain name manually from IIS

    How to add a domain name manually from IIS
    I assume you are trying to add a domain name manually from your Windows 2000 server IIS and all connections were already setup properly. All your clients can browse to your domain / IP but they were prompted for user name and password due to the permission was not setup properly.
    Please follow steps below:
    ==================================
    A) Create a web anonymous user
    ==================================
    1. Log into Server
    2. Right click on "My Computer" > "Manage"
    3. Expand the computer management console:
    Local > Local Users and Groups > Users
    4. Right Click on "User" > "New User ..."
    5. Enter a user name; example: domain.com_web
    6. Enter a password for domain.com_web
    7. Click "Create"
    8. Close this console

    ==================================
    B) Assign Folder Permissions
    ==================================
    1. Right click on your web folders > "Properties"
    exp: C:domainsdomain.comwww
    2. Click on "security tab"
    3. Click on "Add"
    4. Select the "domain.com_web" user you have just created and "Add", click "ok"
    5. Allow permissions below:
    - Read & Execute
    - List Folder Contents (optional)
    - Read
    6. Click "Apply" and "Ok"

    ==================================
    C) Add Virtual Directory / Domain in IIS
    ==================================
    1. Open IIS console
    2. Right Click on "Local" (Your server name) > New > Web Site > Next
    3. Enter Description = domain.com > Next
    4. Enter the IP address to use for this web site
    5. TCP Port = 80
    6. Host Header for this site = leave blank if this is dedicated IP, otherwise enter "www.domain.com" > Next
    7. Path = Your web folder path
    Exp: C:domainsdomain.comwww (The folder which we assign domain.com_web user to)
    8. Check "Allow Anonymous Access to this web site" > Next
    9. "Allow the following" = "Read" & "Run Scripts" > Next
    10. Finish
    11. Find the domain you have just added in IIS console and right click on the domain > Properties
    12. Click "Directory Security"
    13. Under "Anonymous Access & Security Control" click "Edit"
    14. Check "Anonymous Access" and click "Edit"
    15. Anonymous User > User Name = domain.com_web (the user you have created in section A above"
    16. Check "Allow IIS to control password
    17. Click "Ok"
    18. Under "Authenticated Access", check "Integrated Windows Authentication"
    Last edited by Akash; 03-08-2004 at 06:38 PM.

  2. #2
    I just got a IIS6/Windows2003 dedicated server for a project, do the same things apply to it as well?
    Matt P.
    I offer Shar3d H0sting toOo =~

  3. #3
    Join Date
    Jan 2004
    Location
    Dombivli
    Posts
    4
    For IIS6 and win2k3 procedure is the same.

    WebGuru

  4. #4
    Thanks for the step by step guide.
    :: Unlimited Reseller Hosting :: Host UNLIMITED DOMAINS resell web hosting services at your own price and brand. Complete transparency in every aspect...
    Special Windows Reseller plans Now Available
    :: R-e-s-e-l-l-e-r-H-o-s-t-i-n-g-S-i-t-e-.c-o-m ::

    WWW.RESELLERHOSTINGSITE.COM

  5. #5
    I got registered follwing domain in DYNADOT
    softtamil.net and vijayakanthfans.com.

    Now i got own Dedicate Server..( Windows Server Entr 2003). and i am using IIS to manage website..

    These are my IP:
    209.11.245.186
    209.11.245.187
    209.11.245.188

    DNS IP: 209.11.240.35 , 209.11.240.35

    i don`t know how to connect my Domains to Server in IIS:

    Please Can you help me with this.


    Regards
    Kiri

  6. #6
    Quote Originally Posted by shanthan
    I got registered follwing domain in DYNADOT
    softtamil.net and vijayakanthfans.com.

    Now i got own Dedicate Server..( Windows Server Entr 2003). and i am using IIS to manage website..

    These are my IP:
    209.11.245.186
    209.11.245.187
    209.11.245.188

    DNS IP: 209.11.240.35 , 209.11.240.35

    i don`t know how to connect my Domains to Server in IIS:

    Please Can you help me with this.


    Regards
    Kiri

    Hello Kiri,

    1. You may follow above guides to add your domain entry to your IIS. (Please take note that above steps are for Windows 2000 Server, the steps for adding domain in Windows 2003 Server is slightly different.

    2. Assign one of the IP say 209.11.245.186 for your softtamil.net.

    3. Open your DNS Servers, create a new entry for softtamil.net.
    - Add @ Host (A) Record pointing to 209.11.245.186
    - Add www CNAME record pointing to softtamil.net.

    If you have a mail server, you need to add a MX record as well.


    4. Contact your domain registrar and register following name servers:

    ns1.softtamil.net 209.11.240.35
    ns2.softtamil.net (You need another IP for secondary DNS)

    5. Update softtamil.net to point to ns1 and ns2.softtamil.net

    6. Wait 24 hours for DNS propagation.

    If you need any help, please PM me and quoted this thread, I will help you or ask one of my System Engineer to help you have a look on your configuration.

    Cheers!
    ******** - ASP, ASP.NET. Windows 2008 Hosting - Windows Reseller Plans

    1 Exabyte = two to the sixtieth power byte, 1,152,921,504,606,846,976 bytes

  7. #7
    Ahh thanks for finally getting my domain going

  8. #8
    Does anyone know why it takes so long for web hosting companies to install a subdomain?
    Thanks

  9. #9
    A subdomain, or a third-level domain is usually registered within 48 hours with most companies.

  10. #10
    yea.... i like it.... i hope to have more step by step guide, cause i just started to learn
    best regards,
    loon
    Webhostforasp.net Support Team
    http://www.webhostforasp.net

  11. #11
    Hello,

    Along with the below said steps for the domain to work you need to add the domain to the dns server also if the dns server are maintained separately. You also need to create a dns record, so that your domain propogates and work fine globally.

    Thank you.

    Regards,

  12. #12
    Quote Originally Posted by ksstudio View Post
    Hello Kiri,

    1. You may follow above guides to add your domain entry to your IIS. (Please take note that above steps are for Windows 2000 Server, the steps for adding domain in Windows 2003 Server is slightly different.

    2. Assign one of the IP say 209.11.245.186 for your softtamil.net.

    3. Open your DNS Servers, create a new entry for softtamil.net.
    - Add @ Host (A) Record pointing to 209.11.245.186
    - Add www CNAME record pointing to softtamil.net.

    If you have a mail server, you need to add a MX record as well.


    4. Contact your domain registrar and register following name servers:

    ns1.softtamil.net 209.11.240.35
    ns2.softtamil.net (You need another IP for secondary DNS)

    5. Update softtamil.net to point to ns1 and ns2.softtamil.net

    6. Wait 24 hours for DNS propagation.

    If you need any help, please PM me and quoted this thread, I will help you or ask one of my System Engineer to help you have a look on your configuration.

    Cheers!
    Hello, im new here, not sure if this is the correct procedure of this forum, but i have the same problem, well what i beleive to be the same problem, and wondered if you could help me. i have my own server running 2003 Ent, i have installed IIS, and i have bought a Domain name, (giveago.co.uk), i have a Dynamic IP address, which i update with no-ip, i was wondering if you could help me set up "giveago.co.uk" on IIS, so when a user views my site it will open my Server, also if i could use the "@giveago.co.uk" with exchange. im new to all of this, so ANY help would be much appreciated.

    Kind Regards

    Ethan McFenton.

  13. #13
    These stuff is gold! Thanks for your instructions.

  14. #14
    Hey you helped me a lot,I'm planning to use windows xp days later

  15. #15
    Very useful conversation I got today. Thanks to all!

  16. #16
    Thanks for the tutorial. It helped me a lot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •