thinkinterview » interview questions » .NET
« Previous

.NET Interview Questions

next »
question

Identify invalid WebServices declaration?

  • 1. <%@ WebService Language="VB" CodeBehind="~/App_Code/Service.vb" Class="Service" %>
  • 2. <%@ WebService Language="VB" CodeBehind="~/App_Code/Service.vb" Class="Service, AnotherAssemblies" %>
  • 3. <%@ WebService Language="VB" CodeBehind="Service.vb" Class="Service" %>
  • 4. <%@ WebService Language="VB" CodeBehind="~/App_Code/Service.vb" Class="Service:AssemblyName" %>

Next Queston » What is the primary purpose of Namespace property, which is used...

What is the primary purpose of Namespace property, which is used in WebServices attribute?View full queston »


Posted in: .NET(40) |