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
 
Back
Top