Foros

 
ForumForumForos DNNForos DNNCuestiones gene...Cuestiones gene...SqlserverSqlserver
Anterior Anterior
 
Siguiente Siguiente
Nuevo Mensaje
 16/06/2011 9:16
 

os pongo el ultimoi error que me sale

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.Web.HttpException: No http handler was found for request type 'GET'

Source Error:

Line 1283:                    Dim strURL As String = "~/ErrorPage.aspx?status=403_3&error=" & strError
Line 1284:                    HttpContext.Current.Response.Clear()
Line 1285:                    HttpContext.Current.Server.Transfer(strURL)
Line 1286:                End If
Line 1287:            End If

Source File: d:\website\80.91.71.141\afavitae.org\Install\InstallWizard.aspx.vb Line: 1285

Stack Trace:

[HttpException (0x80004005): No http handler was found for request type 'GET']
   System.Web.HttpApplication.MapIntegratedHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig, Boolean convertNativeStaticFileModule) +824
   System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +435

[HttpException (0x80004005): Error executing child request for ~/ErrorPage.aspx.]
   System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +784
   System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) +57
   System.Web.HttpServerUtility.Transfer(String path) +35
   DotNetNuke.Services.Install.InstallWizard.UpdateMachineKey() in d:\website\80.91.71.141\afavitae.org\Install\InstallWizard.aspx.vb:1285
   DotNetNuke.Services.Install.InstallWizard.Initialise() in d:\website\80.91.71.141\afavitae.org\Install\InstallWizard.aspx.vb:656
   DotNetNuke.Services.Install.InstallWizard.Page_Load(Object sender, EventArgs e) in d:\website\80.91.71.141\afavitae.org\Install\InstallWizard.aspx.vb:1495
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

Server Error in '/' Application.

No http handler was found for request type 'GET'

Nuevo Mensaje
 16/06/2011 9:28
 

Y ahora me sale este otro

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.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4849719
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
   System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +4863021
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +90
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +376
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +221
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +4864151
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +31
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +433
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +499
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.SqlClient.SqlConnection.Open() +122
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +233
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) +343
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +175
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) +45
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +207
   DotNetNuke.Data.SqlDataProvider.GetPortalAliasByPortalID(Int32 PortalID) +92
   DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAliasByPortalID(Int32 PortalID) +43
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalAliasLookup() +75
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalAliasInfo(String PortalAlias) +16
   DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +3384
   DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +1018
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

Server Error in '/' Application.

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

Nuevo Mensaje
 16/06/2011 11:50
 

Ami me sigue oliendo a fallo de la configuración del servidor, más que nada por errores como estos...

provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified

a ver si van a tener un firewall cortando las conexiones entrantes...suele pasar mucho en servidores compartidos, por ejemplo 1&1. pero si pasa eso, normalmente suelen dar alguna herramienta para conectar con la BBDD.

Seguramente en tu proveedor a actualizado alguna cosa, que afecta a los portales DNN, recomiendo que si contratas un hosting, que sea completamente compatible con DNN, no una empresa que monta un servidor y te monta una configuración para tu portal, que al ser servidores compartidos, en muchos casos es incompatible con el resto de instancias del servidor....mi consejo, cambiate de proveedor, a uno que tenga compatibilidad garantizada con DNN, quien te dice que te lo arreglan, y dentro de 3 meses cambian otra cosa y te tira el portal de nuevo...


www.lgisoluciones.com
Nuevo Mensaje
 08/08/2011 8:26
 

si al final era fallo de la configuracion del servidor, no tenia bien puestos los permisos, ahora tengo otro problema, me tengo que conectar de forma remota ala base de datos sql server que tienen ellos, lo que quiero hacer diciendolo de otra forma, es desde mi ordenador conectarme al servidor y de ellos para ver la base de datos.¿ como lo hago? ya que con el cliente normal que tengo no me funciona

Nuevo Mensaje
 10/08/2011 9:49
 

si tu proveedor no habilita el acceso remoto no tienes nada que hacer, salvo que pongas una interfaz web en tu hosting y accedas a través de ella.

Anterior Anterior
 
Siguiente Siguiente
ForumForumForos DNNForos DNNCuestiones gene...Cuestiones gene...SqlserverSqlserver

En total, tenemos 1098 nuevo(s) hilo(s) y 5265 nuevo(s) mensaje(s)
Los hilos más populares han estado en ¿por que?
Los hilos más activos han estado en no veo el portal desde los pc's de la red

Más activos


UserTotalPosts
jmaldonadom 1101
anonymous 798
javier 488
Faco 395
hiunkeru 184
vitolo 182
Guillaume 168
ccolonia 159
dormio 157
elijo_otroo 138
sonsai 84
Dreamvk 67
tirillos 48
vte_torres 47
oskr226 46

Últimos Mensajes...