Popular Posts

how to work with Internet Information Services (IIS) Web server in dotnet

Locating webserver:-

1.      open control panel
2.      Switch to “Large Icon” view
3.      Go to “Administrative tools” and check if Internet Information Services Manager (IIS) is       available.

Note:-  If IIS is not located in Administrative tools Add IIS by using below Step’s.

Adding IIS to your Computer:-

1.      Open  Control Panel
2.      Go to “Programs and features”
3.      Click on “Turn Windows Features on or off”.
4.      Select the option “Internet Information Services (IIS)”.
5.      Click ok.

Creating a New Web Site on IIS:-

1.      Open IIS from Control Panel
(or)
(Run à Inetmgr)
2.      Expand Local Computer
3.      Expand “Sites” folder
4.      Register Click on “Default website”
5.      Select the open “Add virtual Directory”
6.      Define the following options

Alias Name: My First Website
Physical Path: D:\ My First Website

7.      Click Ok

No comments:

Post a Comment