hola Fran, sigo intentando levantar Reporting Services. El error que tengo ahora es el que describo abajo, qué debo hacer para solucionarlo ? muchas gracias
Cannot connect to XXXX (nombre de mi pc)
===================================
El cliente encontró el tipo de contenido de respuesta 'text/html; charset=utf-8', pero se esperaba 'text/xml'.
Error de la solicitud con el mensaje de error:
--
<html>
<head>
<title>La identidad actual (xxxxxx\ASPNET) no tiene acceso de escritura para 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<span><H1>Error de servidor en la aplicación '/ReportServer'.<hr width=100% size=1 color=silver></H1>
<h2> <i>La identidad actual (xxxxx\ASPNET) no tiene acceso de escritura para 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Descripción: </b>Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.
<br><br>
<b> Detalles de la excepción: </b>System.Web.HttpException: La identidad actual (xxxx\ASPNET) no tiene acceso de escritura para 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.<br><br>
<b>Error de código fuente:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>
Se ha generado una excepción no controlada durante la ejecución de la solicitud Web actual. La información sobre el origen y la ubicación de la excepción pueden identificarse utilizando la excepción del seguimiento de la pila siguiente.</code>
</td>
</tr>
</table>
<br>
<b>Seguimiento de la pila:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
[HttpException (0x80004005): La identidad actual (xxxxxx\ASPNET) no tiene acceso de escritura para 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +3591451
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +222
[HttpException (0x80004005): La identidad actual (xxxxx\ASPNET) no tiene acceso de escritura para 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3540923
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +275
</pre></code>
</td>
</tr>
</table>
<br>
<hr width=100% size=1 color=silver>
<b>Información de versión:</b> Versión de Microsoft .NET Framework:2.0.50727.832; Versión ASP.NET:2.0.50727.832
</font>
</body>
</html>
<!--
[HttpException]: La identidad actual (xxxxxx\ASPNET) no tiene acceso de escritura para 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.
en System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection)
en System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags)
[HttpException]: La identidad actual (xxxxxx\ASPNET) no tiene acceso de escritura para 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.
en System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
en System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
en System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
-->
--. (Microsoft.SqlServer.Management.UI.RSClient)
------------------------------
Ubicación del programa:
en Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
en Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String methodname)
en Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
en Microsoft.SqlServer.Management.UI.RSClient.RSClientConnection.CreateConnection(String connectionString)
en Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.CreateConnectionObject()
en Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.RSTypeImpl.GetConnectionObject(UIConnectionInfo ci)
en Microsoft.SqlServer.Management.UI.ConnectionDlg.RSType.GetConnectionObject(UIConnectionInfo ci)
en Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorer.ValidateConnection(UIConnectionInfo ci, IServerType server)
en Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()