Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   .NET (https://www.clubdelphi.com/foros/forumdisplay.php?f=17)
-   -   Acceder a un sitio .aspx desde otro PC (https://www.clubdelphi.com/foros/showthread.php?t=52348)

carlosegs11 17-01-2008 23:36:22

Acceder a un sitio .aspx desde otro PC
 
Buenas tardes amigos foristas....

Tengo un pc con windows vista Business y le configuré el IIS 7. Cuando acceso a mi sitio localmente:

http://localhost/RelampagoNet/DatosAsegurado.aspx

Funciona a las mil maravillas. Pero he tratado de accesar desde otro pc cambiando el localhost por la dirección de mi equipo:

http://192.168.1.1/RelampagoNet/DatosAsegurado.aspx

Y me dice que la pagina no se encuentra. Que me falta configurar en el IIS 7 para que se pueda ver desde otro PC?

Gracias por la ayuda que me puedan brindar.

Carlos E. :confused:

JuanErasmo 18-01-2008 14:09:23

Cuestion de permisos.
 
HOla.
Ingresa al IIS, y configura los permisos de acceso a tu sitio.
En La pestaña Seguridad, permitir conexiones anonimas.

Creo que adicionalmente, tienes que hacer algo en el nuevo firewall,
pero con eso debe funcionar.

Espero que te funcione

faisan98 21-01-2008 06:10:34

Buenas noches,
 
hola soy Jesus, ten 2 problemas con .net, primero uno es que no se como publicar en el Foro, segundo el verdadero problema

he Creado una aplicacion Web en delphi 2006, esta funciona perfectamente en mi maquina.

ahora bien trato de publicarla en otra maquina con el IIS y el entorno .net instalado desde luego,

me da el siguiente Error

Server Error in '/VolanteWeb' Application.

File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.

Source Error:

Line 142: // TODO: Put user code to initialize the page here
Line 143:end;
Line 144:
Line 145:procedure TWebForm1.OnInit(e: EventArgs);
Line 146:begin
Source File: c:\inetpub\wwwroot\VolanteWeb\Principal.pas Line: 144

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Borland.Data.Provider' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = Borland.Data.Provider, Version=2.5.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/VolanteWeb
LOG: Initial PrivatePath = bin
Calling assembly : VolanteWeb, Version=1.0.2841.25455, Culture=neutral, PublicKeyToken=null.
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Borland.Data.Provider, Version=2.5.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/volanteweb/917dde6e/ea921027/Borland.Data.Provider.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/volanteweb/917dde6e/ea921027/Borland.Data.Provider/Borland.Data.Provider.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/VolanteWeb/bin/Borland.Data.Provider.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/VolanteWeb/bin/Borland.Data.Provider/Borland.Data.Provider.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/volanteweb/917dde6e/ea921027/Borland.Data.Provider.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/volanteweb/917dde6e/ea921027/Borland.Data.Provider/Borland.Data.Provider.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/VolanteWeb/bin/Borland.Data.Provider.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/VolanteWeb/bin/Borland.Data.Provider/Borland.Data.Provider.EXE.

Stack Trace:

[FileNotFoundException: File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.]
Principal.TWebForm1.InitializeComponent() +0
Principal.TWebForm1.OnInit(EventArgs e) in c:\inetpub\wwwroot\VolanteWeb\Principal.pas:144
System.Web.UI.Control.InitRecursive(Control namingContainer) +240


System.Web.UI.Page.ProcessRequestMain() +174

como se puede ver es que falta una libreria del delphi en el otro equipo, dicha libreria la he copiado en los siguientes directorios

en el que se encuentra el .net istalado (nada funciona)
en donde esta la aplicacion en si (tampoco funciona)
en Archivos de programa\common files\delphi Share\ (nada)

como pueden ver necesito una mano en esto, si pueden respondan por favor
:confused::confused::confused::confused:


La franja horaria es GMT +2. Ahora son las 20:44:36.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi