Estoy leyendo un tutorial de ASP.NET y aparece el siguiente codigo:
<html>
<head>
<link rel="stylesheet"href="intro.css">
</head>
<body>
<center>
<form action="intro4.aspx" method="post" runat=server>
<h3> Nombre: <asp:textbox id="Name" runat="server"/>
Categoría: <asp:dropdownlist id="Category" runat=server>
<asp:listitem >psychology</asp:listitem>
<asp:listitem >business</asp:listitem>
<asp:listitem >popular_comp</asp:listitem>
</asp:dropdownlist>
</h3>
<asp:button text="Búsqueda" runat="server"/>
</form>
</center>
</body>
</html>
El cual, debería desplegar un formulario. La Pregunta es la siguiente. Acá en la oficina tengo PWS y Win 98 pero en mi casa tengo IIS con Win200NT ... Para ver y probar las páginas hechas en ASP.NET me sirve el IIS porque veo que el PWS no!!!