HTTP EN WINDOWS SERVER

 1. Instalamos el servidor IIS 





2. Nos dirigimos a disco C:> inetpub> wwwroot y allí pegaremos nuestra página web

<!DOCTYPE html>
 <html> 
<head>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Servicios En Red</title>
 </head> 
<body>
    <p>Alumno109</p> 
    <p>ai1pc109</p> 
    <p>Servicios en Red</p> 
    <p>21-11-2022</p> 
</body> 
</html>




3. Pondremos nuestra ip o localhost






Comentarios

Entradas populares de este blog