It is the operating system component which is used as a web server in MICROSOFT PLATEFORM.
It is not installed in the system by extra program because it is the windows’ operating system’s component so that by using windows-Xp cd is installed.
IIS having or not can be checked by the following commands.
Process:-
a. go to run.
b. Type “http://localhost.
c. Press enter.
d. If there has been IIS installed you can see the following page opened so that you can know ,there is iis in the system.
Working process in IIS:-
You should follow the following process to work in iis platform.
Process:- 1) create the normal folder. (You should have the “administrative “ power to work in IIS.) 2) Right click on the folder. 3) Click on share and security… 4) Click on web sharing tab. 5) Check on option “share this folder.”
1) check on Access Permission like a. read :-user can only read web page. b. Write :-can update our web. c. Script source access:-user can view script source. d. Directory browse:-display the directory. 2) check on in application permission like:- none, script, executes but the default is script. 3) To work with them you should have the permission. 4) Check on all the options and view from the “Directory browsing.” Viewing page in browser:- We can view page the browser differently according to the different servers. In local server:- Syntax:- http://localhost/name_of_webfolder example:- if you have the web folder yamsu then to open in browser type in address bar. In remote server:- To view the page in the browser in the remote server we should write down the commands as like:- Syntax:- Server name/web_folder Example:- We have the :- Server:-cseclass Webfolder:-yamsu Eg:- Cseclass/yamsu To work in the remote server:- a. first open the remote server where there should have the web folder created. b. Copy your web folder having page and paste in that remote server’s web folder. c. Open the browser and give command to open.
