| Thread | Last Post | Replies |
|
| Can't import .OCX assembly into Web Matrix Project. | 30 Nov 2004 22:12 GMT | 1 |
I am using Web Matrix Project as .NET programming environment. Can you show me detailed steps how to import the .ocx library into the Web Matrix Project. I can't seem to be able to import other assembly than .dll, .exe or .mcl . I am pretty new to the .NET programming environment, ...
|
| page can not be displayed after calling web service | 30 Nov 2004 22:11 GMT | 1 |
I have a web service(C#) which involves processing lot of information thru a third party component. I have couple of issues with my web service. Issue 1: My web service calls a third party component. The whole operation including
|
| How to FTP via VPN to sites on different IP's ? | 30 Nov 2004 22:08 GMT | 1 |
I am using Windows 2003 Server. The VPN works fine, but I want to FTP through the VPN so the connection is encrypted. The problem is each of my IIS sites has a real Internet address specified, w.x.y.z. So when the VPN comes up using a private IP, I can't connect to any of the FTP ...
|
| How can UTF-16 data be supported in Web Service? | 30 Nov 2004 22:03 GMT | 3 |
We have a Web Service that appears to handle some Unicode data properly. We have our web.config file set for Unicode encoding of socket messages to our backend server application (i.e., Encoding.Unicode) and we have the globalization settings for requestEncoding and ...
|
| Create self-signed X.509 Certificate programmatically | 30 Nov 2004 22:03 GMT | 4 |
I was wondering if it was possible to programmatically create a self-signed X.509 Certificate using the .NET framework? After playing around with certificates for a bit, I ended up installing the Web Service Enhancements 2 which provides support for access the
|
| Event Driven Architecture | 30 Nov 2004 21:40 GMT | 3 |
I am looking for a example implementation of an event driven architecture implemented with .Net webservices? Thanks. ch M.
|
| ASP.NET SSL problem | 30 Nov 2004 21:31 GMT | 3 |
i've got an ASP.NET application which call a web service over ssl channel sending client cetificate and i got the following error: "The underlying connection was closed: Could not establish secure channel for SSL/TLS"
|
| Debugging a WebService | 30 Nov 2004 20:55 GMT | 3 |
Is there a secret trick to debugging a Web service? I compile my web service and test app in debug mode. The webservice has <compilation defaultLanguage="vb" debug="true" /> in web.config.
|
| Programmatically add certificate to store | 30 Nov 2004 20:21 GMT | 1 |
I have create a self-signed x.509 certificate using the makecert.exe and pvkimprt.exe tools. Manually I was able to add the resulting cert.pfx file using the MMC Certificate admin tools. How can I programmatically add a self-signed x.509 certificate
|
| Public Enums in Web service | 30 Nov 2004 09:31 GMT | 5 |
Is there any way of getting a public enumeration to be generated into a web service proxy?
|
| What's the Web-Reference doing??? | 30 Nov 2004 09:26 GMT | 2 |
I have a WebService which supplies an object. Now when I add a "Web-Reference" in VS.2003 the proxy class doesn't return an instance of that object, but it's own "implementation" of it, which is not what I need!
|
| Import Validation | 30 Nov 2004 04:11 GMT | 2 |
what would be a good method to validate data that are imported though a webservice?\ thanks Jim
|
| First post about WSE2.0 SP2 | 30 Nov 2004 01:56 GMT | 1 |
I took a chance to install SP2 over SP1 and attempt to run a demo that was working successfully before. However, the demo failed upon SP2 installation. I took a look at the trace and notice that multiple security headers are not propagated properly. Seems that the ActorNextURI is ...
|
| Dynamic Webservice call | 30 Nov 2004 01:04 GMT | 2 |
For my current project i want to call a webservice dynamically. How to go about this? Maybe build a dynamic proxy? cheers Jim
|
| Calling webservices from a Pocket PC | 30 Nov 2004 00:55 GMT | 3 |
I am able to connect from a console test application to a webservice on my local machine. I am unable to connect to the same webservice from a Pocket PC 2003 emulator. What can I do?
|