Web references

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi,

If I add a web reference to a project, I may have a test and live reference,
so I develop against the test, then have to delete it to use the live...

Is there any way to programmatically change the reference I want to use? I
would like to configure the web reference location within web.config.

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
 
For the .config file, add a local.config for the pieces you want on the live
server. In ASP.NET 2.0, the local will override the web.config if you set it
up correctly. I will see if I can find an article on this.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
 
Back
Top