[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

PRB: Invoking a WebService client from COM/ASP?

Kenneth Brubaker

12/26/2002 4:37:00 PM

Details:
* I have a client that accesses a web service wrapped in a CCW (COM
Callable Wrapper).
* I'm invoking it from an ASP page.
*When I do so I get the exception "Exception in configuration section
handler (c:\winnt\...\Config\machine.config line 57) was not handled.
* Line 57 is the start tag for /configuration/system.net/defaultProxy.
* I do not get this error when I invoke from a ASP.NET WebApp
* I have not touched the machine.config file (WSE is installed,
however)
* section element is:
<section name="defaultProxy"
type="System.Net.Configuration.DefaultProxyHandler, System,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>

Question:
Has anyone seen this problem or have a resoution?