c# - Moving web service references to other folder -


Is it possible to reference web service references to other folders in comparison to "service reference" without losing IDE features?

I want to do ExternalWebService1 in a folder like ExternalSystem1 \ WebServices

is Thing The service reference folder is a design time folder only when your website is published, the folder is usually empty, this will be true if you take it to any place. What are the benefits of growing it?


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -