This is a migrated thread and some comments may be shown as answers.

wcf web.config

0 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
f
Top achievements
Rank 1
f asked on 16 Dec 2010, 12:35 PM

I am using a WCF project in my silverlight 4 project.
At present I have a few settings inside the web.config file of the WCF project which I read from a service file inside the wcf project.
After deployment of this silverlight application, will I be able to see this web.config (Which is inside the wcf project) file and manually update it with new settings so that I do not have to recompile and redeploy each time?

What I mean is:
I know that the web.config file in the web host project can be modified after deployment and there is no need to redploy, etc.
The question is can I make changes in the web.config file which is inside the wcf project without any redeployment? will the service be able to read the new settings in the web.config after it has been manually changed?
Is it possible to manually browse to the wcf web.config file and modify it?

Thanks

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
f
Top achievements
Rank 1
Share this question
or