{"id":20694,"date":"2020-11-30T05:17:15","date_gmt":"2020-11-29T21:17:15","guid":{"rendered":"https:\/\/web.mwwsb.com.my\/pjci\/?post_type=kb&p=20694"},"modified":"2023-01-18T11:17:06","modified_gmt":"2023-01-18T03:17:06","slug":"how-to-add-a-domain-name-manually-from-iis","status":"publish","type":"kb","link":"https:\/\/www.casbay.com\/guide\/kb\/how-to-add-a-domain-name-manually-from-iis","title":{"rendered":"HOW TO: Add a domain name manually from IIS"},"content":{"rendered":"\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t

HOW to add a domain name manually from IIS?<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"\"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t

ISS is a web server powered by Microsoft that allows you to host ASP.NET application and static websites on your Windows Server<\/a>. After you got your domain name (check out our cheap domain name<\/a>), you are expected to manually add a domain name from your Windows 2003 IIS server and all links have already been correctly set up. Therefore, all your customers are able to browse your IP \/ domain, but the permissions setting is not correctly set to request a username and password. To add a domain name manually from IIS,<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t
\n\t\t\t\t\t\t\t

please follow the following steps:<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t
\n\t\t\t

A) Create an anonymous web user<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t

1. Firstly, log into Server<\/em>
2. Next, Right Click on \u201cMy Computer\u201d > \u201cManage\u201d<\/em>
3. Expand the computer management console:<\/em>
\u00a0\u00a0\u00a0 Local > Local Users and Groups > Users<\/em>
4. Right Click on \u201cUser\u201d > \u201cNew User \u2026\u201d<\/em>
5. After that, enter a user name; example: domain.com_web<\/em>
6. Enter a password for the domain.com_web<\/em>
7. Click \u201cCreate\u201d<\/em>
8. Lastly, lose this console<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t
\n\t\t\t

B) Assign Folder Permissions<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t

1. Firstly, right click on your web folders > \u201cProperties\u201d<\/em>
\u00a0\u00a0\u00a0 exp: C:domainsdomain.comwww<\/em>
2. Then click on \u201csecurity tab\u201d and c<\/em>lick on \u201cAdd\u201d<\/em>
4. Select the \u201cdomain.com_web\u201d user you have just created and \u201cAdd\u201d, click \u201cok\u201d<\/em>
5. Allow permissions below:<\/em>
\u00a0\u00a0\u00a0 \u2013 Read & Execute<\/em>
\u00a0\u00a0\u00a0 \u2013 List Folder Contents (optional)<\/em>
\u00a0\u00a0\u00a0 \u2013 Read<\/em>
6. Lastly, click \u201cApply\u201d and \u201cOk\u201d<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t
\n\t\t\t

C) Add Virtual Directory \/ Domain in IIS<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t

1. Firstly, pen IIS console<\/em>
2. Secondly, Right Click on \u201cLocal\u201d (Your server name) > New > Web Site > Next<\/em>
3. Enter Description =\u00a0domain.com\u00a0> Next<\/em>
4. Enter the IP address to use for this web site<\/em>
5. TCP Port = 80<\/em>
6. Host Header for this site = leave blank if this is dedicated IP, otherwise enter \u201cwww.domain.com\u201d > Next<\/em>
7. Path = Your web folder path\u00a0<\/em>
\u00a0\u00a0\u00a0 Exp: C:domainsdomain.comwww (The folder which we assign domain.com_web user to)
<\/em>8. After that, check \u201cAllow Anonymous Access to this web site\u201d > Next<\/em>
9. \u201cAllow the following\u201d = \u201cRead\u201d & \u201cRun Scripts\u201d > Next<\/em>
10. Finish<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t
\n\t\t\t\t\t\t\t

11. Next, find the domain you have just added in IIS console and right click on the domain > Properties<\/em>
12. Click \u201cDirectory Security\u201d<\/em>
13. Under \u201cAnonymous Access & Security Control\u201d click \u201cEdit\u201d<\/em>
14. Check \u201cAnonymous Access\u201d and click \u201cEdit\u201d<\/em>
15. Anonymous User > User Name = domain.com_web (the user you have created in the section above\u201d<\/em>
16. After that, check \u201cAllow IIS to control password\u201d<\/em>
17. Click \u201cOk\u201d<\/em>
18. Then, under \u201cAuthenticated Access\u201d, check \u201cIntegrated Windows Authentication\u201d<\/em>
19. Lastly, click Ok.<\/em>
20. Done!<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t
\n\t\t\t\t\t\t\t

Now you have learned to add a domain name manually from IIS. So, what’s next?<\/p>

You can check out more articles on our knowledge base on the topic of Windows Server<\/a>.<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"

HOW to add a domain name manually from IIS? ISS is a web server powered by Microsoft that allows you to host ASP.NET application and static websites on your Windows Server. After you got your domain name (check out our cheap domain name), you are expected to manually add a domain name from your Windows […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}}},"kbtopic":[109],"kbtag":[106,105],"mkb_version":[],"_links":{"self":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/20694"}],"collection":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb"}],"about":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/types\/kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/comments?post=20694"}],"version-history":[{"count":17,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/20694\/revisions"}],"predecessor-version":[{"id":38206,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/20694\/revisions\/38206"}],"wp:attachment":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/media?parent=20694"}],"wp:term":[{"taxonomy":"kbtopic","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kbtopic?post=20694"},{"taxonomy":"kbtag","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kbtag?post=20694"},{"taxonomy":"mkb_version","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/mkb_version?post=20694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}