How to add Website in your local iis server

indradaman sharma
indrada...
Participant
116 Points
14 Posts

Hello Friends,

I am trying to add my project folder without publishing to iis manager.

But, I am not getting my project in browser.

please help if you know anything about it.

Thank you

Views: 9603
Total Answered: 1
Total Marked As Answer: 0
Posted On: 14-Feb-2016 11:52

Share:   fb twitter linkedin
Answers
Mayank
Mayank
Member
194 Points
12 Posts
         

To create a new Web site in IIS on Server or local machine, follow these steps:
(You must have IIS installed on the computer system, you must be logged in as a user with administrative privileges, and you must have ASP.NET installed in the local server)

  1. Log on to the local/server computer as an administrator.
  2. Click Start, point to Settings, and then click Control Panel.
  3. Double-click Administrative Tools, and then double-click Internet Services Manager.
  4. Click Action, point to New, and then click Web Site.
  5. After the Web Site Creation Wizard starts, click Next.
  6. Type a description for the Web site. This description is used internally to identify the Web site in Internet Services Manager only.
  7. Select the IP address to use for the site. If you select All (unassigned), the Web site is accessible on all interfaces and all configured IP addresses.
  8. Type the TCP port number to publish the site on.
  9. Type the Host Header name (the real name that is used to access this site).
  10. Click Next.
  11. Either type the path to the folder that is holding the Web site documents or Browse to select the folder, and then click Next.
  12. Select the access permissions for the Web site, and then click Next.
  13. Click Finish.
Posted On: 15-Feb-2016 22:42
 Log In to Chat