Quantcast
Channel: Sameer Shaik. B.E,M.S,M.B.A,P.M.P,C.S.M
Viewing all articles
Browse latest Browse all 191

Deploy a website on windows-7 via IIS

$
0
0
My friend had requested me to deploy a website on windows-7 via IIS on his VM for some load balancer testing.


Here is the code for the webpage and create a file named index.html on the VM/windows machine preferably in C:/ and I created in C:/shaik-site folder.

Give the above path on the IIS while
index.html
<!DOCTYPE html>
<html lang="en-us">
<head>
<style>
body  {
    background-image: url("paper.gif");
    background-color: #cccccc;
}
h1   {color: Black;}
p    {color: Green;}
</style>
</head>
<body>

<h1> TESTING NETSCALE</h1>
<p>vm-machine-1</p>
</body>
</html>




Give the path  C:/shaik-site on the IIS while creating the site and deploy it. 








Viewing all articles
Browse latest Browse all 191

Trending Articles