Foros del Web » Programación para mayores de 30 ;) » .NET »

Server Error in '/Forums' Application.

Estas en el tema de Server Error in '/Forums' Application. en el foro de .NET en Foros del Web. Instale Foro Asp Net y me manda el siguiente mensaje de error Que puedo hacer? Server Error in '/Forums' Application. -------------------------------------------------------------------------- ------ Access denied to ...
  #1 (permalink)  
Antiguo 17/03/2005, 18:38
Avatar de zetw240  
Fecha de Ingreso: marzo-2005
Mensajes: 5
Antigüedad: 19 años, 8 meses
Puntos: 0
Exclamación Server Error in '/Forums' Application.

Instale Foro Asp Net y me manda el siguiente mensaje de error

Que puedo hacer?

Server Error in '/Forums' Application.
--------------------------------------------------------------------------
------

Access denied to 'c:\inetpub\wwwroot\web.config'. Failed to start
monitoring file changes.
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: Access denied to
'c:\inetpub\wwwroot\web.config'. Failed to start monitoring file changes.

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:


[HttpException (0x80070005): Access denied to
'c:\inetpub\wwwroot\web.config'. Failed to start monitoring file changes.]
System.Web.DirectoryMonitor.AddFileMonitor(String file) +381
System.Web.DirectoryMonitor.StartMonitoringFile(St ring file,
FileChangeEventHandler callback, String alias) +76
System.Web.FileChangesMonitor.StartMonitoringFile( String alias,
FileChangeEventHandler callback) +322

System.Web.Configuration.HttpConfigurationSystem.A ddFileDependency(String
file) +139
System.Web.Configuration.HttpConfigurationSystem.C omposeConfig(String
reqPath, IHttpMapPath configmap) +503
System.Web.HttpContext.GetCompleteConfigRecord(Str ing reqpath,
IHttpMapPath configmap) +434
System.Web.HttpContext.GetCompleteConfig() +49
System.Web.HttpContext.GetConfig(String name) +195
System.Web.CustomErrors.GetSettings(HttpContext context, Boolean
canThrow) +20
System.Web.HttpResponse.ReportRuntimeError(Excepti on e, Boolean
canThrow) +40
System.Web.HttpRuntime.FinishRequest(HttpWorkerReq uest wr, HttpContext
context, Exception e) +486




--------------------------------------------------------------------------
------
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET Version:1.1.4322.573
  #2 (permalink)  
Antiguo 17/03/2005, 18:43
Avatar de u_goldman
Moderador
 
Fecha de Ingreso: enero-2002
Mensajes: 8.031
Antigüedad: 22 años, 10 meses
Puntos: 98
Que tal tratar en el foro de .NET??
A ver si al rato llega la que te redireccione...

Salu2,
__________________
"El hombre que ha empezado a vivir seriamente por dentro, empieza a vivir más sencillamente por fuera."
-- Ernest Hemingway
  #3 (permalink)  
Antiguo 17/03/2005, 22:01
Avatar de xknown  
Fecha de Ingreso: diciembre-2004
Ubicación: Cusco - Perú
Mensajes: 2.248
Antigüedad: 19 años, 10 meses
Puntos: 7
Probablemente te sirvan:

http://support.microsoft.com/kb/316721/es
http://support.microsoft.com/kb/317955/es
__________________
Alex Concha
Buayacorp - Programación y Diseño
  #4 (permalink)  
Antiguo 18/03/2005, 12:59
Avatar de zetw240  
Fecha de Ingreso: marzo-2005
Mensajes: 5
Antigüedad: 19 años, 8 meses
Puntos: 0
Gracias xknown si me ayudo.

Pero ahora no se por que me manda este error, segun yo ya todo esta bien.

^SqlConnectionString^ was not found in web.config. Connection String was not updated.
  #5 (permalink)  
Antiguo 18/03/2005, 13:31
Avatar de -JP-  
Fecha de Ingreso: marzo-2005
Mensajes: 48
Antigüedad: 19 años, 8 meses
Puntos: 0
tienes que cambiar el connection string con los datos de tu connecion sea MS Access, MS SQL y login y password de la base de datos
__________________
JP Andino
daWsi InC. - Especializados en alojamiento para Windows, eCommerce, ASP.NET y mucho mas.

www.afuego.com - Ofrenciendo portales de foros, galeria de fotos y blogs de GRATIS en ASP.NET.
  #6 (permalink)  
Antiguo 18/03/2005, 17:05
Avatar de zetw240  
Fecha de Ingreso: marzo-2005
Mensajes: 5
Antigüedad: 19 años, 8 meses
Puntos: 0
Ya lo revise de inicio a fin y me aparece esto.

Server Error in '/Forums' Application.
--------------------------------------------------------------------------------

Invalid file name for monitoring: 'c:\inetpub\wwwroot\web.config'. File names for monitoring must have absolute paths, and no wildcards.
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: Invalid file name for monitoring: 'c:\inetpub\wwwroot\web.config'. File names for monitoring must have absolute paths, and no wildcards.

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:


[HttpException (0x80070057): Invalid file name for monitoring: 'c:\inetpub\wwwroot\web.config'. File names for monitoring must have absolute paths, and no wildcards.]
System.Web.DirectoryMonitor.AddFileMonitor(String file) +409
System.Web.DirectoryMonitor.StartMonitoringFile(St ring file, FileChangeEventHandler callback, String alias) +76
System.Web.FileChangesMonitor.StartMonitoringFile( String alias, FileChangeEventHandler callback) +322
System.Web.Configuration.HttpConfigurationSystem.A ddFileDependency(String file) +139
System.Web.Configuration.HttpConfigurationSystem.C omposeConfig(String reqPath, IHttpMapPath configmap) +503
System.Web.HttpContext.GetCompleteConfigRecord(Str ing reqpath, IHttpMapPath configmap) +434
System.Web.HttpContext.GetCompleteConfig() +49
System.Web.HttpContext.GetConfig(String name) +195
System.Web.CustomErrors.GetSettings(HttpContext context, Boolean canThrow) +20
System.Web.HttpResponse.ReportRuntimeError(Excepti on e, Boolean canThrow) +40
System.Web.HttpRuntime.FinishRequest(HttpWorkerReq uest wr, HttpContext context, Exception e) +486
  #7 (permalink)  
Antiguo 18/03/2005, 19:45
Avatar de -JP-  
Fecha de Ingreso: marzo-2005
Mensajes: 48
Antigüedad: 19 años, 8 meses
Puntos: 0
Intenta crear un Directorio Virtual en IIS, lo llamas Forums, y pones todos los files que vienen con los foros ahi.

Si te interesaria utilizar un programa como DotNetNuke con el modulo de foros me puedes dejar saber.
__________________
JP Andino
daWsi InC. - Especializados en alojamiento para Windows, eCommerce, ASP.NET y mucho mas.

www.afuego.com - Ofrenciendo portales de foros, galeria de fotos y blogs de GRATIS en ASP.NET.
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 14:02.