0
votes
0answers
36 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 ...
1
vote
2answers
326 views

How to register a new http module n the web config

I built a http module. I copied into the GAC . Then, I put into the WebConfig file lke this : <httpModules> .... <add name="MyAssembly" type="MyAssembly.Global"/> ...
0
votes
1answer
215 views

Lists.asmx requiring authentication

I always thougth the url http://server/_vti_bin/Lists.asmx is open ie. dont need authentication. But recently i installed sharepoint server 2010 in one of my clients machine and put it on public. But ...
0
votes
1answer
120 views

How to Trace JAR file execution is hosted on IIS6.0 Server [closed]

We are using few JAR files in our web-application hosted on IIS6.0 Server and those files are used in somepages, we want to trace the execution of those files (both in client and server side) however ...