all groups > dotnet web services > march 2006 > threads for march 29 - 31, 2006
Filter by week: 1 2 3 4 5
Sharepoint and application pool
Posted by Fariba at 3/31/2006 5:11:43 PM
Hello All,,
I am just wondering what account usually people put their shrepoint
application pools under? Low privilage or high privilage account?
If we put our sharepoints under low privilage accounts ,then developers have
to use impersonation to get enough permissions required to get their ... more >>
Help connecting to Access DB from web service
Posted by Jeff Richardson at 3/31/2006 5:08:44 PM
I am creating a web service that returns data from an Access 2000 database
using VS2005. The Access database is located on a different server than
where the web service is running. The Access database is also opened by a
different desktop application running on various workstations on the
... more >>
Webservice security.
Posted by jens Jensen at 3/31/2006 4:36:19 PM
Hello,
I need to require client authentication via X509 certs for my web service.
My web service will just do xml over http . No Soap.
How can i configure my web service to require exchange of certificates with
clients as opposed to server authentications.
Many thanks i advance
JJ... more >>
Web Reference added, no intellisense?
Posted by Caine Chow at 3/31/2006 11:25:20 AM
I asked this question on the csharp group but maybe this is a better
place to ask...
I am working on a C# Class Library that does Remoting. I would like my
library to call my web service so I added a Web reference to my service
with out problems.
I am encountering problems when I try to ... more >>
Using server-side OCX control with ASP.Net Web Service
Posted by las NO[at]SPAM labapps.com at 3/31/2006 9:48:08 AM
(Originally posted to framework.aspnet.webservices, but I am casting a
larger net and trying again)
I am using a library supplied by a third-party vendor. Although the
library has no UI, the vendor supplies it as an .OCX control.
I need to utilize this library in an ASP.Net Web Service. My... more >>
ThreadAbort Exceptions !! HELP !!
Posted by Tim Greenwood at 3/30/2006 4:38:51 PM
I've seen many blogs address this issue and always end up associating it
with the infamous Response.Redirect without the second parameter. Our web
team assures me they've exhaustively gone thru the entire website and taken
care of this issue on their end.
We still get a handful of these d... more >>
Web services not sending fields in Soap Envelop
Posted by tshad at 3/29/2006 5:58:03 PM
We have a web service that is not sending a field in the Soap Envelope.
For example, when we add a web reference, we get something like:
***************************************************
public class EmployeeTaxServiceService :
System.Web.Services.Protocols.SoapHttpClientProtocol {
publi... more >>
Discovering the VS project from a SchemaImporterExtension
Posted by George at 3/29/2006 12:06:02 PM
I am stuck here. Any help is greatly appreciated!
I am writing a SchemaImporterExtension for use with "Add Web Reference" in
Visual Studio. Ideally, I want to know within this extension the collection
of dlls that are referenced by the current project, so that I can resolve and
share all th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to convert a string conform to xml encoding?
Posted by Nico P. at 3/29/2006 3:41:02 AM
I have a SOAP request as a string containing a '&'. because of that, the
request doesn't work, because I have to replace '&' with '&' . But this
is not the only special character I have to consider, right?
is there a function in the .NET framework 1.1 that converts the string
conform to... more >>
Calling a .net Webservice from classic ASP
Posted by AnRonMor at 3/29/2006 2:03:16 AM
Currently I use the MS Soap Toolkit to expose some 20 or so com objects
for use by classic asp pages, this has to be replaced as support is
ending.
I have found two proposed solutions below and would appreciate any
comments, particularly from somone who has done this before.
Create a .net WS ... more >>
|