Hi All,

I am trying to create a project template in C#.It is similar to the template for creating an ASP.Net web service but the only difference is that my codebehind cs file derives from my Custom class and not from System.Web.Services.WebService(which is the default).Can anybody tell me how I can do that?

Any help would be appreciated.Thanks in advance.

CafeDreamz