|
-
September 16th, 2011, 12:00 PM
#1
asp.net 2010 web.config file
I am in the processing of trying to run a C # asp.net 2010 web application from my workstation so I can understand it and add my own webpages to the application. However to get this application to run, I am trying to determine what the following values should be in the web.config file:
<appSettings>
<add key="ReportViewerServerConnection" value="" />
<add key="ReportViewerUser" value="" />
<add key="ReportViewerPassword" value="" />
<add key="ReportViewerDomain" value="" />
<add key="ReportServerUrl" value="" />
<add key="ReportsPath" value="" />
</appSettings>
Let me know if the following settings are correct and/or what would you recommend?
<add key="ReportViewerUser" value=general company name? />
<add key="ReportViewerPassword" value=general company value />
<add key="ReportViewerDomain" value=general company domain or report server doamian?/>
<add key="ReportServerUrl" value="http://localhost/reportserver" />
<add key="ReportsPath" value="" /> where would this reports path be on my local workstation?
NOTE: I have C#.net 2008 desktop experience, but this is the first time I am working on anasp.net 2010 application.
-
September 16th, 2011, 10:07 PM
#2
Re: asp.net 2010 web.config file
-
September 21st, 2011, 10:32 AM
#3
Re: asp.net 2010 web.config file
Could you then possibly post how you corrected the problem..
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|