Where is the Root folder for control panel?
Answer -----------A root folder for your web application:1. Create a folder called MySampleApps on the system running IIS.NOTEWrite down this folder name for later use. When you type it later, be sure to use exactly the same capitalization that you used when you created it.A good place to create the folder is in C:\Inetpub\wwwroot\. By default, your IIS web server is set up to serve pages from the Inetpub\wwwroot folder. The web server will serve any page in this folder or in any of its subfolders in response to an HTTP request from a web browser.2. To make sure the Scripts permission is enabled for the folder, start the IIS administrative tool (in Windows XP, select Start > Control Panel or Start > Settings > Control Panel, double-click Administrative Tools, and then double-click Internet Information Services). Expand the "local computer" list, followed by the Web Sites folder, and then the Default Web Site folder. Right-click your MySampleApps folder and select Properties from the pop-up menu. In the Execute Permissions pop-up menu, make sure the Scripts Only option is selected. (For security reasons, do not select the Scripts and Executables option.) Then click OK.