Click here to Skip to main content
16,010,650 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Well I don't even know where to begin describing this.

I have a project, that uses settings, for some paths, settings that I retrieve with the My.Settings.<setting name=""> function.

In my laptop, when I change the <app name="">.exe.config file, the settings are updated accordingly, but when I try that on the production server, it just shows the default value used while compiling.

I tried changing the solution configurations to debug and other custom configs with no effect.
Tried to use the same folder copied and pasted without version control, still the same result.
Tried a co-workers laptop, by using the last svn revision, it works there too. But on neither of the servers works.

.net 2.0 using VB.

What am I missing here..?

And yes, I am running the admin account on both servers.
Posted
Updated 18-Oct-11 5:05am
v2

1 solution

Are you logged in with an admin account when you run the code on the servers?
 
Share this answer
 
Comments
3n1g 18-Oct-11 10:42am    
Yes, Running as administrator on both servers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900