Configuring IIS on Windows 7 :
- Go
to Control Panel -> Programs -> Turn Windows Features on or
off .
-
1.1
Internet Information Services (IIS) is checked, even explore the
depth of this root folder and check almost all checkboxes
.
1.2 Windows Process Activation Service and explore depth of this folder.
- Go
to Control Panel -> Administrative Tools -> services-> IIS
related services.
- Now
you can open IIS manager, steps are:
3.1 open run window and then enter “inetmgr” .
Publishing web application through Visual studio 2012 express :
- Right
click on projectName in solution explorer and click publish.
- Now,
give profile name :XXXX
- serviceURL
: If publishing from localhost then “localhost”.
- Site/Application
: “Default Web Site/requiredname”
- Destination
URL : “http://localhost:80/requiredname”
- click
on Validate connetion to see GREEN
checked sign.