No announcements
Found 2932287 threads
-
0 Votes
Reading a AppKey value from web.config in clientside js
User-1675424275 posted Hello , any One Please help me ragarding , how can we access our Web.config ...Unanswered | 4 Replies | 418 Views | Created by Anonymous - Wednesday, August 15, 2012 11:51 AM | Last reply by Anonymous - Tuesday, April 15, 2014 3:27 AM -
3 Votes
read Web.config appsettings values from a Timer Job
Also, if you want to maintain configurable values in a SharePoint list, you can do that too and you can assign Contribute/Full control permissions to the Admins who ...Answered | 3 Replies | 12214 Views | Created by NabX - Friday, June 7, 2013 7:45 PM | Last reply by ArunDarly - Thursday, February 1, 2018 6:48 AM -
1 Votes
Read DefaultDocument from Web.config
Ideally you should just retrieve that information from IIS directly.Answered | 2 Replies | 1669 Views | Created by J.Alves - Monday, January 12, 2015 10:05 PM | Last reply by Dan Randolph - Tuesday, January 13, 2015 4:29 PM -
0 Votes
Set cookie clientside and read it serverside
Hi Phero_, From your description above, it's not recommended to use cookie and session in Lightswitch application.Answered | 3 Replies | 702 Views | Created by Phero_ - Tuesday, September 20, 2016 3:23 PM | Last reply by Ian E - Sunday, September 25, 2016 9:28 PM -
1 Votes
Reading Appsettings values in custom pipeline
Also see here for how to build a static config class,whcih can read the values from your web.config and keep it in cache of instance.Answered | 21 Replies | 4814 Views | Created by sandydv85 - Monday, February 20, 2012 7:16 AM | Last reply by sandydv85 - Tuesday, February 21, 2012 9:19 AM -
0 Votes
web.config
Whether these elements works depend on our requirement, if we want to use one element from web.config, then we can read the value in ...Answered | 2 Replies | 508 Views | Created by njdr - Tuesday, December 18, 2018 7:49 PM | Last reply by Sara Liu - Wednesday, December 19, 2018 7:37 AM -
2 Votes
C# - Programmatically reading web.config section <system.serviceModel> values
The web.config is not corrupted and is fine.Answered | 4 Replies | 21966 Views | Created by rksraja_gmail.com - Wednesday, November 5, 2008 9:44 PM | Last reply by rksraja_gmail.com - Thursday, November 6, 2008 9:44 PM -
5 Votes
how to read web.config in lightswitch
Once you get to the part where you actually implement the service, you'll need a bit of code to read out your web.config.Answered | 16 Replies | 6080 Views | Created by Rachida - Tuesday, November 20, 2012 2:18 AM | Last reply by novascape - Friday, April 24, 2015 9:32 PM -
5 Votes
Test Reading Web.config
If the call is from the web app, ConfigurationManager reads web.config for the connection string with the name of the app.Answered | 11 Replies | 7761 Views | Created by FSL AU - Monday, July 23, 2012 10:24 PM | Last reply by FSL AU - Monday, July 30, 2012 6:00 AM -
0 Votes
AAM not able to read connection from web.config
resolved myself, placing "appsetting " on wrong web.config , although virtual directory was rightAnswered | 10 Replies | 1319 Views | Created by qasimidl - Friday, July 12, 2019 8:03 PM | Last reply by qasimidl - Monday, September 2, 2019 7:16 AM -
1 Votes
Read Web.Config File
>"its possible to read web.config file from web browser ?Answered | 6 Replies | 804 Views | Created by SplKarthik - Sunday, July 10, 2016 1:08 PM | Last reply by Christopher84 - Monday, July 11, 2016 4:00 PM -
1 Votes
WebPart reading Web.Config, how to do it??
A WebPart can read the web.config in SharePoint just like any other code can read the Web.config or App.config.Answered | 3 Replies | 8816 Views | Created by milax - Thursday, December 4, 2008 2:18 PM | Last reply by milax - Thursday, December 4, 2008 5:22 PM -
0 Votes
Read connection string from web.config ADO.NET Entity framework and not from app.config
Yes - if you copy the connection string to the web.config, it should get picked up when the website runs and will get used by the context.Answered | 1 Replies | 6127 Views | Created by Mayuresh S - Thursday, March 19, 2009 3:44 PM | Last reply by Noam Ben-Ami - MSFT1 - Tuesday, March 31, 2009 10:40 PM -
0 Votes
To read node from web.config file
<configuration> <filepath> <file key="AppStartLog" value="C:\Best Practices\Shopping ...Answered | 2 Replies | 1058 Views | Created by Tushar Budhe - Thursday, June 25, 2015 9:24 PM | Last reply by Kristin Xie - Friday, June 26, 2015 9:07 AM -
3 Votes
window service host WCF can not read web.config
In other words if your service executable is called MyService.exe you will need a config file called MyService.exe.config. web.config is for web applications only.Answered | 2 Replies | 3886 Views | Created by Le Trung Hieu - Tuesday, January 20, 2009 3:39 AM | Last reply by Richard Blewett - Tuesday, January 20, 2009 7:51 AM -
0 Votes
How to read sub configuration settings from Web.config in WCF Service Application
#ConfigSource attribute on system.serviceModel ...Answered | 4 Replies | 2175 Views | Created by meeram - Monday, February 25, 2013 7:05 AM | Last reply by Rameshkp_vel - Tuesday, February 26, 2013 11:50 AM -
8 Votes
Programmatically reading endpoint address from web.config file?
You could also grab the endpoint from the soapclient where X is the name of the endpoint, in this case GeneratorSoap.Answered | 3 Replies | 53832 Views | Created by rksraja_gmail.com - Tuesday, November 4, 2008 5:59 PM | Last reply by xhable - Wednesday, June 3, 2015 8:30 AM -
0 Votes
JS Link create a Column / read metadata of a document
For more details, you can refer the article below to view how to achieve ...Answered | 1 Replies | 1221 Views | Created by Casativa - Thursday, October 22, 2015 12:50 PM | Last reply by Linda ZL - Friday, October 23, 2015 9:54 AM -
0 Votes
Problem while reading appSetting key from web.config in MOSS 2007
I've created an EventHandler and in EventHandler code I am trying to read Key value form <appSetting> element in web.config.Answered | 2 Replies | 5078 Views | Created by DevRup - Wednesday, August 31, 2011 1:11 PM | Last reply by DevRup - Thursday, September 1, 2011 10:03 AM -
1 Votes
C# programmatically read the web.config file of SharePoint site
I want to check the condition weather it is there in web.config file or not.Answered | 9 Replies | 27318 Views | Created by Rajkamal29 - Monday, August 17, 2009 9:27 AM | Last reply by Navin Jampala - Tuesday, August 16, 2016 12:59 PM - Items 1 to 20 of 2932287 Next ›
No announcements