IIS Initialisation

25/05/2004 - 08:10 por Stefan Richter | Informe spam
Al fin ISS esta funcionando, pero no se, que tiene que hacer ahora.
Que tengo que hacer para que hay el "localhost" y que es possible de ver
asp paginas on my ordenador???
Alguien me dicho que necesito a "Virtual Directory" que ha creado
en "default website".

Y que tengo que hacer ahora???

Quiero empezar un nuevo projecto en Visual Studio.Net,
pero todavia no funciona!!!

Gracias,

Stefan

En ingles:

I got the IIS Server finally running, though I have no idea now, how to go
on.
How can I get this server running, so that I got a localhost and so on, and
so forth?

Someone told me I needed a "Virtual Directory" which I created under
"Default Website".
What's then?

I want to start a new ASP Project in Visual Studio.net, and that's still not
working.
 

Leer las respuestas

#1 Franco Figún
25/05/2004 - 18:56 | Informe spam
Hola
Si creas la siguiente pagina y la insertar en c:/inetpub/wwwroot/index.asp

<%
response.write "Hola"
%>

Y pones http://localhost/index.asp

Que sucede? Se ejecute?
Si no ves en el navegador HOLA, significa que, o tienes el servidor abajo,
para lo cual tienes que ir a la linea de comandos y escribir IISRESET
/STATUS y ver si te di que esta arriba o abajo, o posiblemente no tienes los
permisos para ejecutar script en el servidor, para lo cual debes ir a las
propiedades del sitio, dentro de IIS, y permitir ejecucion de SCRIPT
unicamente, y deberías funcionar.
Saludos

FF
www.francofigun.com.ar
www.microsofties.com.ar
MSN:
UIN: 305336919
Yahoo MSN:
"Stefan Richter" wrote in message
news:c8unr1$1ngg$
Al fin ISS esta funcionando, pero no se, que tiene que hacer ahora.
Que tengo que hacer para que hay el "localhost" y que es possible de ver
asp paginas on my ordenador???
Alguien me dicho que necesito a "Virtual Directory" que ha creado
en "default website".

Y que tengo que hacer ahora???

Quiero empezar un nuevo projecto en Visual Studio.Net,
pero todavia no funciona!!!

Gracias,

Stefan

En ingles:

I got the IIS Server finally running, though I have no idea now, how to go
on.
How can I get this server running, so that I got a localhost and so on,


and
so forth?

Someone told me I needed a "Virtual Directory" which I created under
"Default Website".
What's then?

I want to start a new ASP Project in Visual Studio.net, and that's still


not
working.


Preguntas similares