| Thread | Last Post | Replies |
|
| Production requirements to host ASP.NET web service which uses VB 6.0 COM Components | 20 Oct 2006 13:10 GMT | 2 |
I have developed a asp.net web service which uses com interoperability and is working fine in my machine. How do I move this to Production server which just has IIS5.0 and has no dotnet framework. What are the basic requirements for the Production Server to host my
|
| Global class in a DLL | 20 Oct 2006 04:31 GMT | 1 |
I have a DLL library containing some web services which are declared in each .asmx file in the following way: <%@ WebService Language="C#" Class="LibraryName.WebService" %> I would like to log every unhandled exception that occurs on any web
|
| DataSet and Platform Dependency | 19 Oct 2006 13:38 GMT | 13 |
We are having a debate over using DataSet as return value type for web services. The problem is that we don't know whether Java applications can use DataSet or not.
|
| Internal Webservice - UDDI Needed? | 19 Oct 2006 13:25 GMT | 4 |
I am new to web-services and so kindly excuse me for this silly basic question. I am writing a web service which wraps a VB COM DLL. Do I need to make an UDDI entry when my client clearly knows me and will access me
|
| Wrapping existing application as a web service | 19 Oct 2006 07:22 GMT | 3 |
Is there a way in VS .Net 2003 to wrap an existing application, say a DOS app., as a web service and publish it? I'd appreciate any response.
|
| WSE Session | 19 Oct 2006 02:11 GMT | 2 |
We are currently developing a WSE 3.0 service for User Management. To increase performance we would like to cache certain objects. But the session object is always null inside of WSE. We can use the HttpContext.Current.Cache object and it seems to work, but
|
| SoapException - Fault Element - Compatibility | 18 Oct 2006 23:24 GMT | 4 |
I'll dot point a few things to try and give some clarity around the problem I'm having, and the outcome I need: The Web Service construction: - My web service is developed in .NET 2.0
|
| Web service will not run | 18 Oct 2006 17:25 GMT | 1 |
I've been trying to implement a web service which will run under a specified account. The reason for this is so that i can call an SSIS integration package from a remote PC application. The SSIS package has to access file system shares and hence needs more rights than just the ...
|
| WebClient.UploadFile | 18 Oct 2006 10:23 GMT | 2 |
As you may have guessed I'm trying to upload a file to a php server using the WebClient.UploadFile function, however the function never returns. Instead it chews up memory (fairly slowly) until it eventually runs out of memory then throws an assert saying out of memory.
|
| Is there any way to use comunications with web services skiping the antivirus/firewall alerts? | 18 Oct 2006 08:13 GMT | 4 |
I've a software in winforms who needs to read data from a webservice in Internet, but the mcafee antivirus or others, are asking for permissions to the user to allow the connection to internet. This is a problem, because the users of the software aren't computer engineers, they ...
|
| Implementing SSO for Smart Client Application which uses Web Servi | 18 Oct 2006 01:30 GMT | 1 |
We are building a smart client application (.NET 2.0) which uses Web Services to access the business objects. Services: The Web Services have been secured by brokered authentication using X509 certificate along with message level security. (Right now the web
|
| Windows Service | 18 Oct 2006 01:27 GMT | 1 |
I have written an windows sevice and successfully installed it. I am not sure how to send email from windows service . I cannot do Dim varMessage As MailMessage = New MailMessage Any help ?
|
| Random Cryptography_CSP_NoPrivateKey Error. | 17 Oct 2006 22:33 GMT | 2 |
I have an inconsistent error as seen below. Does anyone know how I can get more specific details from the cause of this error, or what could be causing it? Thanks
|
| Help for ASP.NET | 17 Oct 2006 19:59 GMT | 1 |
I am new one to ASP.NET. Would you provide me some information about how to learn ASP.NET? Thanks! Terry
|
| "User Not Authorized" Error | 17 Oct 2006 19:53 GMT | 2 |
I have a .NET 1.1 WinForms application that used to only hit SQL Server 2000. We are now contemplating moving to SQL Server 2005. To test this, we set up a SQL Server 2005 box and installed the web services and client application on the same box. When the application
|