Skip to content

Instantly share code, notes, and snippets.

@jinnabaalu
Created December 22, 2016 04:08
Show Gist options
  • Save jinnabaalu/5c606ff7d2274cb884f0a7d22f4b8673 to your computer and use it in GitHub Desktop.
Save jinnabaalu/5c606ff7d2274cb884f0a7d22f4b8673 to your computer and use it in GitHub Desktop.
Installation of Wesite in IIS
-> Goto IIS
Create WEBSITE
--> Expand the connections
--> right click on Sites
--> Create/ add website
--> Give a site name (same name for applicationpool-by default)
--> Phisical path of the application
--> Copy the physical path of the the product or the browse from the same screen
--> Select Binding Type as http/ https
--> Select the IP Adreess if you have any else All Unassigned
--> Select the Port
--> give Host name example : www.wisestep.com
--.> OK
Add Certificate
--> Home of the connections
--> Go to Server Certificates Of IIS
--> open
--> on right pannel u can see Create self Signed Cetificate
--> Give Cerificate name
--> OK
Runn Website
--> Exapand Sites
--> right click on the website created
--> Select Edit bindings
--> Add binding of required
Refress/ restrt/ start:
--> Exapand Sites
--> right click on the website created
--> Select Manage Website
--> click start/ restart/ refresh
Check with Command prompt :
--> open command prompt in Admin mode
--> To Open in Admin mode
- Start
- search for Command Prompt
- right click on command prompt
- open as administrator
--> type
ping ww.website.com
Check the Port issue if any
--> go to the command prompt as the adbove step
--> type
netstat -nao | find "443" (exaple port number 443)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment