| siva 的个人资料siva's space照片日志列表 | 帮助 |
|
|
2月26日 Microsoft.ReportingServices.Diagnostics.Utilities.SecureConnectionRequiredException: The operation you are attempting requires a secure connection (HTTPS)Hi,
if you are trying to deploy report model project to SQL Server 2008, you may get error like below
Microsoft.ReportingServices.Diagnostics.Utilities.SecureConnectionRequiredException: The operation you are attempting requires a secure connection (HTTPS)
For not using SSL when deploying you need to modify following section in reportserver.config file
This file locates under C:\Program Files\Microsoft SQL Server\MSRS10.<ServerInstance>\Reporting Services\ReportServer
Line to be changed is:
<Add Key="SecureConnectionLevel" Value="2"/>
Change value to 0 from 2.
-Siva 引用通告此日志的引用通告 URL 是: http://sivapinnaka.spaces.live.com/blog/cns!B027EF7E7070AD69!213.trak 引用此项的网络日志
|
|
|