WebSvc Proxy File

  • Thread starter Thread starter Vai2000
  • Start date Start date
V

Vai2000

If I edit a proxy of web service in my asp.net application do I need to
recompile the ASPX Project? If not then how will the change get in affect?

TIA
 
If you edit the generated proxy class created by the setting of a
WebReference, this is a source file just like any other in the project and
would need to be recompiled for the changes to be incorporated into the
generated ASP.NET assembly.
--Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top