I am not able to authenticate to localhost/reportserver
I am using the administrator account to sign on , all sql services are started and running ok. I have tried different username formats domain\user and user@domain and domain.local\user .. all with the same result.
I have even tried creating a new admin account, blocking all inheritance from the Group Policy and still not able to get access.
I went into IIS, right clicked and left click browse, authentication failure
I have tried going directly to the url,
I have made sure the ip address I am connecting from is allowed to connect to the directory.
I have changed config to allow all ip addresses to connect.
I have tried with and without requiring a certificate.
The error is
Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\bin'
is denied.
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.UnauthorizedAccessE
xception: Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\bin'
is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
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:
[UnauthorizedAccessExcepti
on: Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\bin'
is denied.]
System.IO.__Error.WinIOErr
or(Int32 errorCode, String maybeFullPath) +651
System.IO.Directory.Intern
alGetFileD
irectoryNa
mes(String
path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) +1559
System.IO.Directory.GetDir
ectories(S
tring path, String searchPattern, SearchOption searchOption) +37
Microsoft.ReportingService
s.Diagnost
ics.Locali
zation.Get
InstalledC
ultures() +118
Microsoft.ReportingService
s.Diagnost
ics.Locali
zation..cc
tor() +66
[TypeInitializationExcepti
on: The type initializer for 'Microsoft.ReportingServic
es.Diagnos
tics.Local
ization' threw an exception.]
Microsoft.ReportingService
s.Diagnost
ics.Utilit
ies.RSExce
ption..cto
r(ErrorCod
e errorCode, String localizedMessage, Exception innerException, RSTrace tracer, String additionalTraceMessage) +90
Microsoft.ReportingService
s.Diagnost
ics.Utilit
ies.Report
CatalogExc
eption..ct
or(ErrorCo
de errorCode, String localizedMessage, Exception innerException, String additionalTraceMessage) +46
Microsoft.ReportingService
s.Diagnost
ics.Utilit
ies.Intern
alCatalogE
xception..
ctor(Excep
tion innerException, String additionalTraceMessage) +47
Microsoft.ReportingService
s.WebServe
r.ReportSe
rviceHttpH
andler.Wri
teErrorRes
ponse(Int3
2 code, String shortHttpDescription, Exception exception, Boolean errorResponseAsXml) +73
Microsoft.ReportingService
s.WebServe
r.Global.W
riteServer
Error(Exce
ption e) +44
Microsoft.ReportingService
s.WebServe
r.Global.A
pplication
_Error(Obj
ect sender, EventArgs e) +133
System.EventHandler.Invoke
(Object sender, EventArgs e) +0
System.Web.HttpApplication
.RaiseOnEr
ror() +160
Start Free Trial