Search NITYAM TECH Blog

Wednesday, January 19, 2022

Add Website on Internet Information Services (IIS)

 Start to End Each and every steps 

How to add website in IIS Manager, with all important points


Three easy steps going really very easy to understand and making your...

In this blog you will get only important and easy posts where all can understand easily, specially Beginners...

If you didn't SUBSCRIBE yet
Please SUBSCRIBE and like

Please watch till end for better understand...
Don't skip for now

Step 1

Create a folder to store your
Website content..

Look how to do..
On the local file system/

Open C drive
then open  inetpub folder

Right click anywhere in the folder
Select new
Click folder
Name the folder (website name)

Minimize it...

Step 2
Open IIS Manager
Expand the server node

In the connections panel
right click the site node
and
Then
Click add website

In the site name box
Type your website name,
Which created in inetpub
(Name must be same)

In the physical path box
Type or browse the path

In the port box
Type the port number, which you want to host the website
for example 82


In the host name box
Type the host name  for example localhost, mywebsite.com, demosite.in 

Step 3
Open C drive
Then Windows
Next open system 32
Next drivers
Next etc.

And open hosts file

Type the I P address
And your website name

Copy all

Now go to start menu and type Notepad in search box

Right click on the notepad
And select
Run as Administrator
Wait
Now select yes

Note pad will open
And paste here

Control plus S to save
Select all file from save as type
Select hosts file
Click save button
And select yes







Tuesday, January 4, 2022

Add Web Deploy and Configure Web Deploy publishing

 

Configuring a Web Server for Web Deploy Publishing 


Easy steps to Make easier to do 

What you need first, to add web deploy and publishing 

Step 1 : Download and Install WebPI mean Web Platform Installer 
            It will auto add in Managment pane Internet information Services

Step 2 : Open IIS manager and Open Web Platform Installer 

from the top select Applications tab and search Web deploy 3.5 for hosting 
Click add button then Click install

wait few seconds and click "I Accept" button 
wait for downloding and Installation then click Finsh

Refresh the IIS manager 
and see 







Featured Post

npx expo install @react-native-async-storage/async-storage

Understanding and Using AsyncStorage in React Native with Expo Introduction In the world of React Native, data persistence is a fundamental ...