report viewer not renderinghttp://forums.asp.net/t/1780406.aspx/1?report+viewer+not+renderingFri, 16 Mar 2012 12:28:51 -040017804064880525http://forums.asp.net/p/1780406/4880525.aspx/1?report+viewer+not+renderingreport viewer not rendering <p>hello im using vs2010 and placed the reportviewer control on a page and can't get it to render</p> <p>&lt;rsweb:ReportViewer ID=&quot;ReportViewer1&quot; runat=&quot;server&quot; Font-Names=&quot;Verdana&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Font-Size=&quot;8pt&quot; InteractiveDeviceInfos=&quot;(Collection)&quot; ProcessingMode=&quot;Remote&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WaitMessageFont-Names=&quot;Verdana&quot; WaitMessageFont-Size=&quot;14pt&quot; Visible=&quot;true&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height=&quot;600px&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ServerReport ReportServerUrl=&quot;<a href="http://sql-server/ReportServer">http://sql-server/ReportServer</a>&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ReportPath=&quot;/test/t Reports/report data&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/rsweb:ReportViewer&gt;</p> <p>I'm using windows authentication and impersonation - the sql account has access to the report db. can't figure out why it won't render the report - just shows a blank page</p> <p>&nbsp;</p> 2012-03-14T19:44:46-04:004881052http://forums.asp.net/p/1780406/4881052.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>Did you install report viewer on your system ? If not please install the report viewer from&nbsp;</p> <p><a href="http://www.microsoft.com/download/en/details.aspx?id=577">http://www.microsoft.com/download/en/details.aspx?id=577</a>&nbsp;(Report Viewer 9.0)</p> <p><a href="http://www.microsoft.com/download/en/details.aspx?id=6442">http://www.microsoft.com/download/en/details.aspx?id=6442</a>&nbsp;(Report Viewer 10.0)</p> <p>Based on the version of the report viewer you are using your application (rs:Web version), please install the relative verison of it.&nbsp;</p> <p>After installation, restart the REPORTING SERVICES service from services.msc or Restart your pc.&nbsp;</p> 2012-03-15T05:38:28-04:004881709http://forums.asp.net/p/1780406/4881709.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>I've installed report viewer 9 and 10, restarted the reporting services&nbsp;and rebooted the pc but get the same result -&nbsp; blank page where the report should render. The report doesn't have any parameters and I've got windows auth, impersonation and the account set to browse on the folder. this is very frustrating.</p> 2012-03-15T12:11:24-04:004882842http://forums.asp.net/p/1780406/4882842.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>can you please give your user to render browse and some more acceess for that report, i think its the permission related issue.</p> <p>the user you've impersonated, is that exists on both your app server and Reports server?</p> 2012-03-16T04:13:40-04:004882933http://forums.asp.net/p/1780406/4882933.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>Please post your code of aspx page, cs page and web.config (tags for report viewer).</p> 2012-03-16T05:09:39-04:004883864http://forums.asp.net/p/1780406/4883864.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>I have domain\serviceacct as the account for impersonation. On the reports server I enabled that account to have: Browser&nbsp; - May view folders, reports and subscribe to reports.</p> <p>sql server - the domain account is in the local admins group and iis_iusrs group. in sql the domain account is dbo on reportserver and reportservertempdb databases.</p> <p>web server - the domain account is in the local admins group and iis_iusrs group.</p> <p>not sure why it doesn't work</p> 2012-03-16T12:11:21-04:004883872http://forums.asp.net/p/1780406/4883872.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>Does the report viewer say -- &gt; <strong>Loading</strong> while you load the reports ? and then nothing comes up&nbsp;</p> <p>OR</p> <p>Repor viewer itself is not coming up on the screen ?&nbsp;</p> 2012-03-16T12:15:00-04:004883878http://forums.asp.net/p/1780406/4883878.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>nothing happens, blank page - that's what is odd</p> 2012-03-16T12:16:39-04:004883881http://forums.asp.net/p/1780406/4883881.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>Okay, this is weird, consider the fact that you have installed the Report viewer.&nbsp;</p> <p>Please help by posting your aspx page code here. If possible (web.config)</p> 2012-03-16T12:18:14-04:004883885http://forums.asp.net/p/1780406/4883885.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>yes - installed the suggested software on my local pc, the web server and sql server. will have the code posted soon</p> 2012-03-16T12:19:56-04:004883908http://forums.asp.net/p/1780406/4883908.aspx/1?Re+report+viewer+not+renderingRe: report viewer not rendering <p>should be enough</p> <p>have a user control (view report) on a host page</p> <p>user control: &lt;%@ Control Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeBehind=&quot;uctest.ascx.cs&quot; Inherits=&quot;project.uctest&quot; %&gt; &lt;%@ Register assembly=&quot;AjaxControlToolkit&quot; namespace=&quot;AjaxControlToolkit&quot; tagprefix=&quot;asp&quot; %&gt; &lt;%@ Register assembly=&quot;Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; namespace=&quot;Microsoft.Reporting.WebForms&quot; tagprefix=&quot;rsweb&quot; %&gt;</p> <p>&lt;div class=&quot;contentmain&quot;&gt; &lt;asp:Panel ID=&quot;pnltest&quot; runat=&quot;server&quot; Visible=&quot;true&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:ScriptManager ID=&quot;ScriptManager1&quot; runat=&quot;server&quot;&gt;&lt;/asp:ScriptManager&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:LinkButton ID=&quot;lnkbtnView&quot; runat=&quot;server&quot; onclick=&quot;lnkbtnView_Click&quot; &gt;View Report&lt;/asp:LinkButton&gt; &lt;!-- onclick shows the panel --&gt; &lt;asp:Panel ID=&quot;pnlView&quot; runat=&quot;server&quot; Visible=&quot;false&quot;&gt; &nbsp;&nbsp;&nbsp; report &nbsp;&nbsp;&nbsp; &lt;br /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rsweb:ReportViewer ID=&quot;ReportViewer1&quot; runat=&quot;server&quot; Font-Names=&quot;Verdana&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Font-Size=&quot;8pt&quot; InteractiveDeviceInfos=&quot;(Collection)&quot; ProcessingMode=&quot;Remote&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WaitMessageFont-Names=&quot;Verdana&quot; WaitMessageFont-Size=&quot;14pt&quot; Visible=&quot;true&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height=&quot;600px&quot;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ServerReport ReportServerUrl=&quot;<a href="http://sql-server/ReportServer">http://sql-server/ReportServer</a>&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ReportPath=&quot;/test/t Reports/report data&quot; /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/rsweb:ReportViewer&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/asp:Panel&gt; &lt;/asp:Panel&gt; &lt;/div&gt;</p> <p>&nbsp;</p> <p>host page: &lt;%@ Page Title=&quot;&quot; Language=&quot;C#&quot; MasterPageFile=&quot;~/Site.Master&quot; AutoEventWireup=&quot;true&quot; CodeBehind=&quot;test.aspx.cs&quot; Inherits=&quot;project.test&quot; %&gt; &lt;%@ Register src=&quot;usercontrols/uctest.ascx&quot; tagname=&quot;uctest&quot; tagprefix=&quot;uc1&quot; %&gt;</p> <p>&lt;asp:Content ID=&quot;HeaderContent&quot; runat=&quot;server&quot; ContentPlaceHolderID=&quot;HeadContent&quot;&gt; &lt;/asp:Content&gt; &lt;asp:Content ID=&quot;BodyContent&quot; runat=&quot;server&quot; ContentPlaceHolderID=&quot;MainContent&quot;&gt; &nbsp;&nbsp;&nbsp; &lt;uc1:uctest ID=&quot;uctest1&quot; runat=&quot;server&quot; /&gt; &lt;/asp:Content&gt;</p> <p>&nbsp;</p> <p>site.master: &lt;%@ Master Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeBehind=&quot;Site.master.cs&quot; Inherits=&quot;project.SiteMaster&quot; %&gt; &lt;%@ Register src=&quot;usercontrols/greeting.ascx&quot; tagname=&quot;greeting&quot; tagprefix=&quot;uc1&quot; %&gt; &lt;%@ Register src=&quot;usercontrols/navigation.ascx&quot; tagname=&quot;navigation&quot; tagprefix=&quot;uc2&quot; %&gt; &lt;%@ Register src=&quot;usercontrols/footer.ascx&quot; tagname=&quot;footer&quot; tagprefix=&quot;uc3&quot; %&gt; &lt;%@ Register src=&quot;usercontrols/header.ascx&quot; tagname=&quot;header&quot; tagprefix=&quot;uc4&quot; %&gt;</p> <p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>&quot;&gt; &lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot; xml:lang=&quot;en&quot;&gt; &lt;head runat=&quot;server&quot;&gt; &nbsp;&nbsp;&nbsp; &lt;title&gt;&lt;/title&gt; &nbsp;&nbsp;&nbsp; &lt;link href=&quot;~/Styles/Site.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;style type=&quot;text/css&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .hideMainForm &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; position: absolute; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; top:-10000px; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; left:-10000px; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .showMainForm &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; position:absolute; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 100%;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } &nbsp;&nbsp;&nbsp; &lt;/style&gt; &nbsp;&nbsp;&nbsp; &lt;script type=&quot;text/javascript&quot; src=&quot;Scripts/jquery-1.4.1.js&quot;&gt;&lt;/script&gt; &nbsp;&nbsp;&nbsp; &lt;script type=&quot;text/javascript&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#36;(document).ready(function () { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#36;(&quot;#Form1&quot;).removeClass('hideMainForm'); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (&#36;.browser.msie) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (&#36;.browser.version &lt;= 7) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#36;(&quot;#Form1&quot;).addClass('showMainForm'); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }); &nbsp;&nbsp;&nbsp; &lt;/script&gt; &nbsp;&nbsp;&nbsp; &lt;asp:ContentPlaceHolder ID=&quot;HeadContent&quot; runat=&quot;server&quot;&gt; &nbsp;&nbsp;&nbsp; &lt;/asp:ContentPlaceHolder&gt; &lt;/head&gt; &lt;body&gt; &nbsp;&nbsp;&nbsp; &lt;form id=&quot;Form1&quot; runat=&quot;server&quot; class=&quot;hideMainForm&quot; &gt; &nbsp;&nbsp;&nbsp; &lt;div class=&quot;page&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;header&quot; style=&quot;z-index:10;&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;title&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;uc4:header ID=&quot;header1&quot; runat=&quot;server&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;loginDisplay&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;uc1:greeting ID=&quot;greeting1&quot; runat=&quot;server&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;clear hideSkiplink&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;uc2:navigation ID=&quot;navigation1&quot; runat=&quot;server&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;main&quot; style=&quot;z-index:-1;&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:Label id=&quot;lblBrowser&quot; runat=&quot;server&quot; Visible=&quot;false&quot;&gt;&lt;/asp:Label&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:ContentPlaceHolder ID=&quot;MainContent&quot; runat=&quot;server&quot; /&gt;&lt;!--where the content loads --&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;clear&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt; &nbsp;&nbsp;&nbsp; &lt;/div&gt; &nbsp;&nbsp;&nbsp; &lt;div class=&quot;footer&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;uc3:footer ID=&quot;footer1&quot; runat=&quot;server&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;/div&gt; &nbsp;&nbsp;&nbsp; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt;</p> <p>css: /* DEFAULTS ----------------------------------------------------------*/ body&nbsp;&nbsp; { &nbsp;&nbsp;&nbsp; background: #b6b7bc; &nbsp;&nbsp;&nbsp; font-size: .80em; &nbsp;&nbsp;&nbsp; font-family: Arial, sans-serif; &nbsp;&nbsp;&nbsp; margin: 0px; &nbsp;&nbsp;&nbsp; padding: 0px; &nbsp;&nbsp;&nbsp; color: #696969; }</p> <p>a:link, a:visited { &nbsp;&nbsp;&nbsp; color: #034af3; }</p> <p>a:hover { &nbsp;&nbsp;&nbsp; color: #1d60ff; &nbsp;&nbsp;&nbsp; text-decoration: none; }</p> <p>a:active { &nbsp;&nbsp;&nbsp; color: #034af3; }</p> <p>p { &nbsp;&nbsp;&nbsp; margin-bottom: 10px; &nbsp;&nbsp;&nbsp; line-height: 1.6em; }</p> <p>/* HEADINGS&nbsp;&nbsp; ----------------------------------------------------------*/ h1, h2, h3, h4, h5, h6 { &nbsp;&nbsp;&nbsp; font-size: 1.5em; &nbsp;&nbsp;&nbsp; color: #666666; &nbsp;&nbsp;&nbsp; font-variant: small-caps; &nbsp;&nbsp;&nbsp; text-transform: none; &nbsp;&nbsp;&nbsp; font-weight: 200; &nbsp;&nbsp;&nbsp; margin-bottom: 0px; }</p> <p>h1 { &nbsp;&nbsp;&nbsp; font-size: 1.6em; &nbsp;&nbsp;&nbsp; padding-bottom: 0px; &nbsp;&nbsp;&nbsp; margin-bottom: 0px; }</p> <p>h2 { &nbsp;&nbsp;&nbsp; font-size: 1.5em; &nbsp;&nbsp;&nbsp; font-weight: 600; }</p> <p>h3 { &nbsp;&nbsp;&nbsp; font-size: 1.2em; }</p> <p>h4 { &nbsp;&nbsp;&nbsp; font-size: 1.1em; }</p> <p>h5, h6 { &nbsp;&nbsp;&nbsp; font-size: 1em; }</p> <p>/* this rule styles &lt;h1&gt; and &lt;h2&gt; tags that are the first child of the left and right table columns */ .rightColumn &gt; h1, .rightColumn &gt; h2, .leftColumn &gt; h1, .leftColumn &gt; h2 { &nbsp;&nbsp;&nbsp; margin-top: 0px; }</p> <p>/* PRIMARY LAYOUT ELEMENTS&nbsp;&nbsp; ----------------------------------------------------------*/ .page { &nbsp;&nbsp;&nbsp; width: 95%; &nbsp;&nbsp;&nbsp; background-color: #fff; &nbsp;&nbsp;&nbsp; margin: 5px auto 0px auto; &nbsp;&nbsp;&nbsp; border: 1px solid #496077;&nbsp;&nbsp; }</p> <p>.header { &nbsp;&nbsp;&nbsp; position: relative; &nbsp;&nbsp;&nbsp; margin: 0px; &nbsp;&nbsp;&nbsp; padding: 0px; &nbsp;&nbsp;&nbsp; background: #4b6c9e; &nbsp;&nbsp;&nbsp; width: 100%; }</p> <p>.header h1 { &nbsp;&nbsp;&nbsp; font-weight: 700; &nbsp;&nbsp;&nbsp; margin: 0px; &nbsp;&nbsp;&nbsp; padding: 0px 0px 0px 20px; &nbsp;&nbsp;&nbsp; color: #f9f9f9; &nbsp;&nbsp;&nbsp; border: none; &nbsp;&nbsp;&nbsp; line-height: 2em; &nbsp;&nbsp;&nbsp; font-size: 2em; }</p> <p>.contentmain { &nbsp;&nbsp;&nbsp; background-color:White; &nbsp;&nbsp;&nbsp; padding: 10px 10px 10px 10px; &nbsp;&nbsp;&nbsp; border: 1px solid #496077; }</p> <p>.main { &nbsp;&nbsp;&nbsp; padding: 0px 12px; &nbsp;&nbsp;&nbsp; margin: 12px 8px 8px 8px; &nbsp;&nbsp;&nbsp; min-height: 420px; }</p> <p>.leftCol { &nbsp;&nbsp;&nbsp; padding: 6px 0px; &nbsp;&nbsp;&nbsp; margin: 12px 8px 8px 8px; &nbsp;&nbsp;&nbsp; width: 200px; &nbsp;&nbsp;&nbsp; min-height: 200px; }</p> <p>.footer { &nbsp;&nbsp;&nbsp; color: #4e5766; &nbsp;&nbsp;&nbsp; padding: 8px 0px 0px 0px; &nbsp;&nbsp;&nbsp; margin: 0px auto; &nbsp;&nbsp;&nbsp; text-align: center; &nbsp;&nbsp;&nbsp; line-height: normal; }</p> <p>/* TAB MENU&nbsp;&nbsp; ----------------------------------------------------------*/ div.hideSkiplink { &nbsp;&nbsp;&nbsp; background-color:#3a4f63; &nbsp;&nbsp;&nbsp; width:100%; }</p> <p>div.menu { &nbsp;&nbsp;&nbsp; padding: 4px 0px 4px 8px; }</p> <p>div.menu ul { &nbsp;&nbsp;&nbsp; list-style: none; &nbsp;&nbsp;&nbsp; margin: 0px; &nbsp;&nbsp;&nbsp; padding: 0px; &nbsp;&nbsp;&nbsp; width: auto; }</p> <p>div.menu ul li a, div.menu ul li a:visited { &nbsp;&nbsp;&nbsp; background-color: #465c71; &nbsp;&nbsp;&nbsp; border: 1px #4e667d solid; &nbsp;&nbsp;&nbsp; color: #dde4ec; &nbsp;&nbsp;&nbsp; display: block; &nbsp;&nbsp;&nbsp; line-height: 1.35em; &nbsp;&nbsp;&nbsp; padding: 4px 20px; &nbsp;&nbsp;&nbsp; text-decoration: none; &nbsp;&nbsp;&nbsp; white-space: nowrap; }</p> <p>div.menu ul li a:hover { &nbsp;&nbsp;&nbsp; background-color: #bfcbd6; &nbsp;&nbsp;&nbsp; color: #465c71; &nbsp;&nbsp;&nbsp; text-decoration: none; }</p> <p>div.menu ul li a:active { &nbsp;&nbsp;&nbsp; background-color: #465c71; &nbsp;&nbsp;&nbsp; color: #cfdbe6; &nbsp;&nbsp;&nbsp; text-decoration: none; }</p> <p>/* FORM ELEMENTS&nbsp;&nbsp; ----------------------------------------------------------*/ fieldset { &nbsp;&nbsp;&nbsp; margin: 1em 0px; &nbsp;&nbsp;&nbsp; padding: 1em; &nbsp;&nbsp;&nbsp; border: 1px solid #ccc; }</p> <p>fieldset p { &nbsp;&nbsp;&nbsp; margin: 2px 12px 10px 10px; }</p> <p>fieldset.login label, fieldset.register label, fieldset.changePassword label { &nbsp;&nbsp;&nbsp; display: block; }</p> <p>fieldset label.inline { &nbsp;&nbsp;&nbsp; display: inline; }</p> <p>legend { &nbsp;&nbsp;&nbsp; font-size: 1.1em; &nbsp;&nbsp;&nbsp; font-weight: 600; &nbsp;&nbsp;&nbsp; padding: 2px 4px 8px 4px; }</p> <p>input.textEntry { &nbsp;&nbsp;&nbsp; width: 320px; &nbsp;&nbsp;&nbsp; border: 1px solid #ccc; }</p> <p>input.passwordEntry { &nbsp;&nbsp;&nbsp; width: 320px; &nbsp;&nbsp;&nbsp; border: 1px solid #ccc; }</p> <p>div.accountInfo { &nbsp;&nbsp;&nbsp; width: 42%; }</p> <p>/* MISC&nbsp; ----------------------------------------------------------*/ .clear { &nbsp;&nbsp;&nbsp; clear: both; }</p> <p>.title { &nbsp;&nbsp;&nbsp; display: block; &nbsp;&nbsp;&nbsp; float: left; &nbsp;&nbsp;&nbsp; text-align: left; &nbsp;&nbsp;&nbsp; width: auto; }</p> <p>.title a:link { &nbsp;&nbsp;&nbsp; color: white; }</p> <p>.title a:visited { &nbsp;&nbsp;&nbsp; color: white; }</p> <p>.title a:hover { &nbsp;&nbsp;&nbsp; color: white; }</p> <p>.loginDisplay { &nbsp;&nbsp;&nbsp; font-size: 1.1em; &nbsp;&nbsp;&nbsp; display: block; &nbsp;&nbsp;&nbsp; text-align: right; &nbsp;&nbsp;&nbsp; padding: 10px; &nbsp;&nbsp;&nbsp; color: White; }</p> <p>.loginDisplay a:link { &nbsp;&nbsp;&nbsp; color: white; }</p> <p>.loginDisplay a:visited { &nbsp;&nbsp;&nbsp; color: white; }</p> <p>.loginDisplay a:hover { &nbsp;&nbsp;&nbsp; color: white; }</p> <p>.failureNotification { &nbsp;&nbsp;&nbsp; font-size: 1.2em; &nbsp;&nbsp;&nbsp; color: Red; }</p> <p>.bold { &nbsp;&nbsp;&nbsp; font-weight: bold; }</p> <p>.submitButton { &nbsp;&nbsp;&nbsp; text-align: right; &nbsp;&nbsp;&nbsp; padding-right: 10px; }</p> <p>.listsearcher { &nbsp;&nbsp;&nbsp; background-color: #cccccc; &nbsp;&nbsp;&nbsp; color: #496077;&nbsp;&nbsp; }</p> <p>&nbsp;</p> <p>web.config: &lt;?xml version=&quot;1.0&quot;?&gt;</p> <p>&lt;configuration&gt; &nbsp; &lt;appSettings&gt; &nbsp;&nbsp;&nbsp; &lt;add key=&quot;ldapConnection&quot; value=&quot;<a href="">LDAP://dc</a>&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;add key=&quot;adDomain&quot; value=&quot;test&quot; /&gt;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;add key=&quot;adUser&quot; value=&quot;svcact&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;add key=&quot;adPassword&quot; value=&quot;pas&quot; /&gt;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;add key=&quot;applicationTimeout&quot; value=&quot;1800&quot; /&gt; &nbsp; &lt;/appSettings&gt; &nbsp; &nbsp; &lt;connectionStrings&gt; &nbsp;&nbsp;&nbsp; &lt;add name=&quot;ConnectionString&quot; providerName=&quot;System.Data.SqlClient&quot; connectionString=&quot;server=tcp:svr,1433;uid=a;pwd=A;database=A&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;add name=&quot;MsAConnectionString&quot; providerName=&quot;System.Data.SqlClient&quot; connectionString=&quot;server=tcp:svr,1433;uid=ms;pwd=ms;database=M&quot; /&gt;&nbsp; &nbsp; &lt;/connectionStrings&gt; &nbsp; &nbsp; &lt;system.web&gt; &nbsp;&nbsp;&nbsp; &lt;httpHandlers&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add path=&quot;Reserved.ReportViewerWebControl.axd&quot; verb=&quot;*&quot; type=&quot;Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; validate=&quot;false&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;/httpHandlers&gt; &nbsp;&nbsp;&nbsp; &lt;identity impersonate=&quot;true&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;authentication mode=&quot;Windows&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;authorization&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;deny users=&quot;?&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;/authorization&gt; &nbsp;&nbsp;&nbsp; &lt;roleManager enabled=&quot;true&quot; defaultProvider=&quot;AspNetWindowsTokenRoleProvider&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;trust level=&quot;Full&quot; originUrl=&quot;&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;compilation debug=&quot;true&quot; strict=&quot;false&quot; explicit=&quot;true&quot; defaultLanguage=&quot;c#&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; targetFramework=&quot;4.0&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;assemblies&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add assembly=&quot;Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add assembly=&quot;Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add assembly=&quot;Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add assembly=&quot;System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/assemblies&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;buildProviders&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add extension=&quot;.rdlc&quot; type=&quot;Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/buildProviders&gt; &nbsp;&nbsp;&nbsp; &lt;/compilation&gt; &nbsp;&nbsp;&nbsp; &lt;customErrors redirectMode=&quot;ResponseRewrite&quot; defaultRedirect=&quot;~/error.aspx&quot; mode=&quot;Off&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;error statusCode=&quot;500&quot; redirect=&quot;~/servererror.aspx&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;error statusCode=&quot;404&quot; redirect=&quot;~/filenotfound.aspx&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;error statusCode=&quot;403&quot; redirect=&quot;~/accessdenied.aspx&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;/customErrors&gt; &nbsp;&nbsp;&nbsp; &lt;trace enabled=&quot;true&quot; requestLimit=&quot;10&quot; pageOutput=&quot;false&quot; traceMode=&quot;SortByTime&quot; localOnly=&quot;true&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;sessionState timeout=&quot;35&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;httpRuntime maxRequestLength=&quot;8192&quot; enable=&quot;true&quot; executionTimeout=&quot;220&quot; requestLengthDiskThreshold=&quot;512&quot; maxQueryStringLength=&quot;2048&quot; maxUrlLength=&quot;260&quot; /&gt; &nbsp; &lt;/system.web&gt; &nbsp; &nbsp; &lt;location path=&quot;scripts&quot;&gt; &nbsp;&nbsp;&nbsp; &lt;system.web&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;authorization&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;allow users=&quot;*&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/authorization&gt; &nbsp;&nbsp;&nbsp; &lt;/system.web&gt; &nbsp; &lt;/location&gt; &nbsp; &lt;location path=&quot;images&quot;&gt; &nbsp;&nbsp;&nbsp; &lt;system.web&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;authorization&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;allow users=&quot;*&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/authorization&gt; &nbsp;&nbsp;&nbsp; &lt;/system.web&gt; &nbsp; &lt;/location&gt; &nbsp; &lt;location path=&quot;styles&quot;&gt; &nbsp;&nbsp;&nbsp; &lt;system.web&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;authorization&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;allow users=&quot;*&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/authorization&gt; &nbsp;&nbsp;&nbsp; &lt;/system.web&gt; &nbsp; &lt;/location&gt; &nbsp; &lt;location path=&quot;WebResource.axd&quot;&gt; &nbsp;&nbsp;&nbsp; &lt;system.web&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;authorization&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;allow users=&quot;*&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/authorization&gt; &nbsp;&nbsp;&nbsp; &lt;/system.web&gt; &nbsp; &lt;/location&gt; &nbsp; &lt;location path=&quot;ReportViewerWebControl.axd&quot;&gt; &nbsp; &lt;system.web&gt; &nbsp;&nbsp;&nbsp; &lt;authorization&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;allow users=&quot;*&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;/authorization&gt; &nbsp; &lt;/system.web&gt; &lt;/location&gt; &nbsp; &nbsp; &lt;system.webServer&gt; &nbsp;&nbsp;&nbsp; &lt;modules runAllManagedModulesForAllRequests=&quot;true&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;validation validateIntegratedModeConfiguration=&quot;false&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;httpErrors errorMode=&quot;Custom&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;remove statusCode=&quot;500&quot; subStatusCode=&quot;-1&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;error statusCode=&quot;500&quot; path=&quot;/servererror.aspx&quot; responseMode=&quot;ExecuteURL&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;remove statusCode=&quot;404&quot; subStatusCode=&quot;-1&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;error statusCode=&quot;404&quot; path=&quot;/filenotfound.aspx&quot; responseMode=&quot;ExecuteURL&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;remove statusCode=&quot;403&quot; subStatusCode=&quot;-1&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;error statusCode=&quot;403&quot; path=&quot;/accessdenied.aspx&quot; responseMode=&quot;ExecuteURL&quot; /&gt; &nbsp;&nbsp;&nbsp; &lt;/httpErrors&gt; &nbsp;&nbsp;&nbsp; &lt;handlers&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name=&quot;ReportViewerWebControlHandler&quot; preCondition=&quot;integratedMode&quot; verb=&quot;*&quot; path=&quot;Reserved.ReportViewerWebControl.axd&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type=&quot;Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name=&quot;Reserved-ReportViewerWebControl-axd&quot; path=&quot;Reserved.ReportViewerWebControl.axd&quot; verb=&quot;*&quot; type=&quot;Microsoft.Reporting.WebForms.HttpHandler&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resourceType=&quot;Unspecified&quot; preCondition=&quot;integratedMode&quot;/&gt; &nbsp;&nbsp;&nbsp; &lt;/handlers&gt; &nbsp; &lt;/system.webServer&gt; &nbsp; &nbsp; &lt;system.net&gt; &nbsp;&nbsp;&nbsp; &lt;mailSettings&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;smtp&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;network host=&quot;svrh&quot; port=&quot;25&quot; userName=&quot;svc&quot; password=&quot;pas&quot; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/smtp&gt; &nbsp;&nbsp;&nbsp; &lt;/mailSettings&gt; &nbsp; &lt;/system.net&gt;</p> <p>&lt;/configuration&gt;</p> <p>&nbsp;</p> 2012-03-16T12:28:51-04:00