Foros del Web » Programando para Internet » ASP Clásico »

No Visualizo páginas ASP en windows 2003 server

Estas en el tema de No Visualizo páginas ASP en windows 2003 server en el foro de ASP Clásico en Foros del Web. Deseo visualizar un página asp, que tiene el código <%response.write("Hola")%> y el mensaje que me da el navegador es (Ya se está utilizando el recurso ...
  #1 (permalink)  
Antiguo 29/10/2007, 10:29
 
Fecha de Ingreso: octubre-2004
Mensajes: 7
Antigüedad: 20 años, 7 meses
Puntos: 0
error : Ya se está utilizando el recurso especificado.

Deseo visualizar un página asp, que tiene el código
<%response.write("Hola")%> y el mensaje que me da el navegador es (Ya se está utilizando el recurso especificado. ) , tengo páginas aspx y me funcionan correctamente porque las asp no me funcionan? ayuda urgente gracias.
  #2 (permalink)  
Antiguo 30/10/2007, 05:53
 
Fecha de Ingreso: octubre-2004
Mensajes: 7
Antigüedad: 20 años, 7 meses
Puntos: 0
No Visualizo páginas ASP en windows 2003 server

Hola estoy intentando visualizar un página asp en mi servidor windows 2003 server y me dice (Ya se está utilizando el recurso especificado. ) sin embargo las .html y las .aspx funcionan correctamente. Tengo activo las extensiones de servidor Paginas de active server permitidas a que se debe. que tengo mal configurado.
  #3 (permalink)  
Antiguo 30/10/2007, 08:39
Avatar de Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
Re: No Visualizo páginas ASP en windows 2003 server

De hecho por default no debes tener ningún problema, yo así lo tengo aquí.

Las .net las ejecutas a través del IIS o del servidor del VS2500 ? digo, a lo mejor tienes el mismo puerto en el IIS y en otra aplicación (el skype por ejemplo)
  #4 (permalink)  
Antiguo 30/10/2007, 08:42
 
Fecha de Ingreso: octubre-2004
Mensajes: 7
Antigüedad: 20 años, 7 meses
Puntos: 0
Re: No Visualizo páginas ASP en windows 2003 server

Estoy utilizando el IIS para visualizar la .ASPX y corre pero las .ASP no? no utilizo ningun programa con el mismo puerto.
  #5 (permalink)  
Antiguo 30/10/2007, 10:33
Avatar de Shiryu_Libra
Colaborador
 
Fecha de Ingreso: febrero-2007
Ubicación: Cantando "Screenager" en "Kirafa Kaput"
Mensajes: 3.614
Antigüedad: 18 años, 2 meses
Puntos: 88
Re: No Visualizo páginas ASP en windows 2003 server

en un post previo, hablaron de algo similar es este problema, y mencionaban algo relacionado de que Win2003 por Default, tenia deshabilitadas las ASP....

solo que no recuerdo el post

__________________
"Eres parte del problema, parte de la solucion o parte del paisaje"
Un Saludo desde Desierto de Altar, Sonora, MX.
Shiryu_libra
  #6 (permalink)  
Antiguo 30/10/2007, 10:50
Avatar de u_goldman
Moderador
 
Fecha de Ingreso: enero-2002
Mensajes: 8.031
Antigüedad: 23 años, 4 meses
Puntos: 98
Re: No Visualizo páginas ASP en windows 2003 server

Así es, Win2003 tiene asp deshabilitado por default, en el IIS, debajo de la carpeta de de websites, hay otra cosa que no me acuerdo como se llama -no estoy en mi pc- je je, ahi tienes que ir a las propiedades y habilitar los asps desde las opciones de la derecha.

Saludos
__________________
"El hombre que ha empezado a vivir seriamente por dentro, empieza a vivir más sencillamente por fuera."
-- Ernest Hemingway
  #7 (permalink)  
Antiguo 30/10/2007, 10:54
 
Fecha de Ingreso: octubre-2004
Mensajes: 7
Antigüedad: 20 años, 7 meses
Puntos: 0
Re: No Visualizo páginas ASP en windows 2003 server

Tengo habilitadas las Active server pages , en las extensiones del servidor,.
  #8 (permalink)  
Antiguo 31/10/2007, 03:11
 
Fecha de Ingreso: octubre-2004
Mensajes: 7
Antigüedad: 20 años, 7 meses
Puntos: 0
Re: No Visualizo páginas ASP en windows 2003 server

Me dice que Ya se está utilizando el recurso especificado.
  #9 (permalink)  
Antiguo 31/10/2007, 08:11
Avatar de Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
Re: No Visualizo páginas ASP en windows 2003 server

Cita:
ASP Error The requested resource is in use
Guest Author - Lisa Shea

The following error - The requested resource is in use - is caused in ASP by the ISAPI caching setting in IIS.

If you go into IIS for our site and go into the Home Directory area, click on the Configuration button. You will see a "Cache ISAPI Applications" option. You should ONLY turn this off for testing purposes. When you turn it off, if two people try to hit the same page at the same time they will get:

The requested resource is in use

When this is off, you will also see an event log entry for EVERY time an ISAPI is loaded and unloaded from memory - i.e. constantly.

Check this box in order to cause the items to cache in memory - therefore always being available.
Cita:
You receive "The requested resource is in use." error message when browsing ASP pages

From time to time, you will get this error msgs when browsing ASP pages on both IIS 5 and IIS 6. In IIS 5, you might be able to fix it with this kb Cache ISAPI Application Option Causes ASP to Return Error. However, I have seen many times that this KB didn't solve the problem and you continue to get the above error msgs. Especially with IIS 6. The possible cause for this is vbscript.dll reference in registry got messed up and you need to re-register it. Try - regsvr32 %windir%/system32/vbscript.dll.
Cita:

How do I solve 'The Requested Resource is in Use' errors?
Check your code, make sure all objects are closed and set to nothing. This includes any command or ADOX objects using an Active.Connection property, make sure this property is set to nothing as well.

If you are using thisPage.NavigateURL method, use response.redirect or server.transfer instead - avoid the thisPage object.

Install the latest service packs and security releases (see Article #2151), and make sure you have the most recent MDAC refresh (MDAC Download Page).

If you have 'Cache ASP applications' checked, try unchecking it temporarily (see KB #182059 for more information).

Try changing the address space and/or isolation settings for the application / site in question.

Try dropping and re-creating the application.

In addition to these suggestions, if you are getting Event ID 36 in your event log, see Article #2226.

If you are getting 'The RPC Server is Unavailable', make sure you are not accessing a machine with an underscore in the name, and otherwise follow the suggestions in Article #2147 -- most importantly to restore the IWAM account.
http://classicasp.aspfaq.com/general...se-errors.html
  #10 (permalink)  
Antiguo 06/11/2007, 02:46
 
Fecha de Ingreso: octubre-2004
Mensajes: 7
Antigüedad: 20 años, 7 meses
Puntos: 0
De acuerdo Re: No Visualizo páginas ASP en windows 2003 server

Solucionado, muchas gracias de verdad me estaba volviendo loco y había abandonado ya. Gracias de verdad.
  #11 (permalink)  
Antiguo 06/11/2007, 07:59
Avatar de Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
Re: No Visualizo páginas ASP en windows 2003 server

solo por curiosidad, ¿qué era lo que tenía tu server?
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 13:16.