| Thread | Last Post | Replies |
|
| How can i browse directries and files using C#.Net ??? | 05 Jun 2005 17:32 GMT | 1 |
I want to browse Directries and files of my IIS server using C#.Net. Anybody help me? Thnking you, Samir
|
| Dutch answer to all programmers questions | 05 Jun 2005 09:43 GMT | 1 |
http://www.microsoft.com/netherlands/msdn/events/SDC2005.aspx
|
| Create a web from an existing web application | 05 Jun 2005 09:36 GMT | 3 |
I want to create a IIS web from an existing webservice project. Doing this manually in IIS failed. Is there any possibility to load an webservice project in VS.NET and let it create a web? Creating a new web service works properly so that I think, IIS works.
|
| Remoting with TCP & IIS? | 05 Jun 2005 09:35 GMT | 1 |
I am curious why IIS must be alive for TCP remoting services. What is ISS doing with this? Can I have remoting without IIS? Dim channel As New TcpChannel(8888) ChannelServices.RegisterChannel(channel)
|
| How to test Webservice with out params | 05 Jun 2005 08:01 GMT | 1 |
I have a webservice with a method that uses "out" parameters to return data to the client. When a client calls up the WSDL for the webservice and clicks on the method, it says "The test form is only available for methods with primitive types or arrays of primitive types as ...
|
| WS Security issues | 04 Jun 2005 17:53 GMT | 11 |
I am working on a product when we are shipping a web service and a windows client to several end-customers. The web service should be able to run either on the inside or on the outside of their firewall. The same CD are being sent to all customers, so it is not possible to modify ...
|
| help with WebMethod (VB) | 03 Jun 2005 13:53 GMT | 1 |
can any one please help me to translate part of WebMethod Soap header from c# to vb. All translators i found do it wrong: I have problem with "return" [WebMethod(EnableSession=true,Description="Obtains the Party info of a
|
| Web Service Sample for Downloading Files? | 03 Jun 2005 10:24 GMT | 4 |
Can anyone point me to some info, which gives me an idea of how to go about making an ASP.NET web service to download files I plan to access the web service from a C# Windows App. Thanks.
|
| Process a text message? | 03 Jun 2005 10:21 GMT | 3 |
Has anyone tried to write a web service that receives a text message from a cell phone and preforms an update to a SQL Server database. I'm looking for possible solutions. Thanks for the input.
|
| Need to share data asynchronously between ASP.NET and Legacy Syste | 03 Jun 2005 00:35 GMT | 2 |
I am using ASP.NET as our front end. I also have to interface to some legacy systems that use a callback mechanism. The legacy systems use callbacks (via CORBA) to communicate back to clients. The ASP.NET web pages will initiate communication with the legacy backend, but ...
|
| Passing User Define class to web service. | 02 Jun 2005 13:54 GMT | 7 |
I am trying to build a web service that will allow a class instance to be passed to the web service via a method signature. When I write the client to consume the web service, I get an error that states, "Value of type "ExternalNameSpace.myClass" cannot be converted to ...
|
| Problem Accessing web service over SSL | 02 Jun 2005 11:29 GMT | 3 |
I have been trying to access a web service over HHTPS but have not been successful. The client has provided us with a pfx file that is password protected. I successfully exported the certificate to .cer format. My code is using WSE to access the web service. I basically load the
|
| https, certificates, and: The underlying connection was closed: An unexpected error occurred on a send. | 01 Jun 2005 19:10 GMT | 2 |
i am developing an ASP.NET web app that consumes a 3rd party vendor webservice. it is my first one so while ive done my homework, im not an expert on the matter. our partner's webservice operates on SSL via an "https://" url. they
|
| Webservice Security Header error | 01 Jun 2005 16:56 GMT | 6 |
The Web Service has been implemented using WS-Security so it expects a Username/Password token (with PasswordOption.SendHashed option). I've built this using MS WSE 2.0 SP3 in VS.NET.
|
| Service oriented architecture in practice. | 01 Jun 2005 10:40 GMT | 3 |
I need to build a new web system. It is required that i use SOA . Can someone tell me briefly what that means in practise. I have read some rather abstract documents, describing the idea but i yet need to find a practical guide to kick of my project.
|