GeneXus - Aplicación web en un hosting

 
Vista:

Aplicación web en un hosting

Publicado por JL (6 intervenciones) el 25/02/2008 22:59:54
Hola a todos:
Tengo una aplicación web (.NET) y funciona bien en mi pc, pero lo he subido a un hosting(Dattetec.com) pero no puedo hacerlo funcionar. Creé la base de datos en MYSQL con el usuario del hosting y se creó sin problemas. Lo que no me funciona es comenzar a usar la aplicación.

Me tira esto en la web de inicio:

--------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

----------------------------

Copié al directorio raiz del hosting la carpeta "bin" y todos los archivos que estaban dentro de la carpeta web que genera genexus.

Alguien puede ayudarme por favor..... MUCHÍSIMAS GRACIASS.....
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

Aplicación web en un hosting

Publicado por pastel (1 intervención) el 10/01/2013 17:38:20
pudiste solucionar el problema?? yo tengo ese mismo error....
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
Imágen de perfil de snick1o

Aplicación web en un hosting

Publicado por snick1o (7 intervenciones) el 08/09/2016 14:56:54
Seguramente mas adelante alguien puede tener el mismo problema,

dejo la forma
El web root, debe estar apuntando al localhost de tu iis, no es necesario apuntar al hostin.
lo único que debes tener bien configurado es el datastore apuntando a la base que te vas a conectar (el generador configurara automáticamente el web.config).

te dejo la siguiente dirección para que realices pruebas online, te dan 60 dias de hosting con sql server, iis, un ftp para que subas los archivos generados por gx y si al final te sirve pues a lo mejor hasta te terminas comprando un dominio .com (a mi me paso)

http://www.SmarterASP.NET/index?r=100558865
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar