| Thread | Last Post | Replies |
|
| (Pseudo)Web Garden for WebService | 22 Aug 2005 17:28 GMT | 2 |
I have a web service that, also when hosted in its own application pool, often grows in memory due to the kind of request made (they involves heavy XML manipulation and caching of large data) and when it reaches 1.1 Gb gives out of memory errors. All my investigation has only ...
|
| namespace name 'StockQuote' could not be found | 22 Aug 2005 15:36 GMT | 2 |
I am trying to run the WSE 3.0 samples. I am getting: Microsoft (R) Visual C# 2005 Compiler version 8.00.50215.44 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50215 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
|
| WSE 3 and August CTP of VS2005??? | 22 Aug 2005 15:15 GMT | 1 |
I believe that the August CTP of VS2005 will be out shortly. Will the latest CTP of WSE3 work with that or will you be releasing a new version to go with it. Should I just stick with July VS2005 CTP? thanks
|
| How do you send a Connection: Close header? | 22 Aug 2005 04:42 GMT | 1 |
How do you send a Connection: Close header? We have a .Net application that runs on a server. It has a reference to a .Net web service. We want to force the connection to close because the web service is behind a
|
| WSE 3.0 CTP No Configuration Tool | 22 Aug 2005 03:03 GMT | 10 |
I have just installed WSE 3.0 CTP (Custom installation with all selected). I can't find WSE Config Tool in VS 2005 Beta2 and VS 2003. Is it known issue or a bug? P.S. I have German Windows version.
|
| Interesting CPU Usage: 100% | 22 Aug 2005 01:03 GMT | 2 |
using Sender / Receiver from WSE 2 SP3 (but same feature in SP2) with VB and W2K or XP. After a few messages the performance chart in Windows Task Manager shows CPU Usage as 100%. There is no apparent loss in performance. Other programmes
|
| disable WSDL | 21 Aug 2005 02:01 GMT | 2 |
I'm writing WebService in ASP.NET. When open the start page in browser there is list od methods and link to wsdl. Is there any way not to display this informations? Thanks,
|
| invalid assembly reference in w2003 but not in w2000 | 19 Aug 2005 13:25 GMT | 1 |
I have just developed a web service. If I check it by browsing the asmx file it works fine in w2000. But doing the same in the preproduction enviroment in w2003 it gives the error "File or assembly was invalid" in reference to the proxy class.
|
| Unable to find an entry point named EnumerateSecurityPackagesW in | 19 Aug 2005 07:18 GMT | 3 |
I am trying to solve the following exception. The exception occurs when my ASP.NET code behind code attemtps to access a remore site using SSL. Please note that all certificates are valid and the remote site is trusted. Also, my web site uses a custom HTTPModule implemented in a ...
|
| WSDL with SSL and certificate | 19 Aug 2005 02:57 GMT | 1 |
This is a development question. How I can connect with VS.NET to a WSDL on a server, which has SSL and client certificate enabled?
|
| Http Connection Pooling | 18 Aug 2005 22:34 GMT | 1 |
I have made a web service to accept applicant information and then generate account number in the web method and gives back Account number to applicant. I want to control the traffic to the web service. Particularly i want to do http connection pooling, menaing i dont want to let ...
|
| maxRequestLength - is there a max value? | 18 Aug 2005 15:48 GMT | 1 |
1. In web.config I have set MaxRequestLength to 10000. I believe this value is the size of content that can be transferred using web services.. am I right? 2. Is there a maximum value that can be set?
|
| SSL | 18 Aug 2005 14:04 GMT | 2 |
How I can connect to a WSDL on a server, which has SSL and client certificate enabled? When I add the URL to VS.NET, VS throws an error (no connection). For calling the WS, I have no troubles.
|
| howto create a virtual directory from an existing directory? | 18 Aug 2005 10:44 GMT | 2 |
I have a directory with a webservice project that is not published in IIS. Therefore I'm not able to open the project in VS.NET (2003). My goal is to create a virtual directory in IIS from my directory. But after this the project is still not available in the web project
|
| soap.tcp - *very* slow | 18 Aug 2005 03:23 GMT | 1 |
I'm using WSE 2.0 SP2; using soap.tcp as in TcpSyncStockService sample; my soap service is used to retrieve/put in data from/to database. The only difference is I didn't include Main() in the Service project. The service is started by the client the following way (please tell me ...
|