0
votes
0answers
39 views

Hosting custom web services as a virtual directory under a SharePoint web site

I am developing custom web services that will be used in conjunction with a SharePoint site (WSS 3.0). No, before you ask, I am NOT talking about the built-in web services under the _vti_bin directory ...
5
votes
2answers
325 views

Intellisense in SharePoint User Controls

I have the following (simplified slightly) at the top of my application page in SharePoint: <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" ...