- by JL
I have a web service defined as follows, residing in a class library:
[WebService(Namespace = "http://comp.com/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.
// [System.Web.Script.Services.ScriptService]
public class SendingItems_new : System.Web.Services.WebService
When I double click it, instead of going to code view, it shows the design view.
I NEVER use design view, so how can I get it to open up code view instead, its very annoying having to flick from design view each time.
Thank you