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.
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.