all groups > dotnet web services > september 2004 > threads for september 15 - 21, 2004
Filter by week: 1 2 3 4 5
W3WP at 100% CPU
Posted by Helge at 9/21/2004 9:49:52 AM
I'm developing a web site with asp.net, mainly vb on a Windows 2003 server.
Quite often the web site stops responding for 15-20 seconds.
A web page that usually take 2 seconds to produce takes forever.
During this time,the w3wp process takes 100% of the CPU time.
I'm using only asp.net, no ext... more >>
aspnet_wp.exe stopped unexpectedly
Posted by Jon Hinkle at 9/20/2004 6:08:42 PM
I just recently updated a client of ours with 3 Windows Update items. IE 6
SP1, GDI+, and .NET Framework 1.1 SP1 and the webservice that I was at least
able to browse to before I can't even browse to now. The SP1 for .NET was
supposed to include a fix for the certificate issue I was having and ... more >>
Namespace for Active Directory
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 9/20/2004 2:05:35 PM
I am writing a login function that needs to authenticate
against the users in the Active-Directory. Can someone
point me out where the Namespace is for Active-Direcotry... more >>
Web service authentication (VB .NET)
Posted by Nikolay Petrov at 9/20/2004 1:35:17 PM
I want to implement an authentication to my ASP .NET web service.
Passing userId and password as parameter to all my web methods seem
unreliable to me.
Any ideas how to do it?
TIA
... more >>
WebService - start and stop
Posted by MA at 9/20/2004 8:57:28 AM
Hi all!
I have developed a webservice that writeing and reading files in different
folders.
I need to be able to start and stop this service by using a web interface
(start and stop button). But I can´t find any way to this. Any ideas?
And where can I see if this service is running?
/M... more >>
Why is Visual Studio so poor at SOA - Message orienated WS?
Posted by Roseanna80 NO[at]SPAM hotmail.com at 9/20/2004 1:19:18 AM
Hello
I love Visual Studio, and the web servcie support intially looks
pretty great.
However when I start studying Service Orientated Architectures (SOA)
which are based around a Message paradigm, I find that there is little
or no support. Visual Studio assumes that we are using RPC style ... more >>
In Web Services,Can I run .exe file?
Posted by perseid at 9/18/2004 6:29:01 PM
I need to call one .exe file in Web Services.
I try->
[WebMethod]
public string HelloWorld()
{
Process.Start("filename.exe");
return "Hello World";
}
but
it's don't work.
Can I run .exe file?
... more >>
Can't find WSDL file
Posted by pronto at 9/17/2004 10:54:33 AM
Hi all.
I created simple web service with C# and run it on Win2000 XP sp2.
Service has two simple [WebMethods]. I test it with my C# client and IE.
Now I want to create VC++ 6 application and talk to web service with SOAP
SDK lib.
It's good so far, but SOAP SDK samples are using link to ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem with this web service
Posted by Chris at 9/16/2004 3:49:02 PM
Hi,
I found this web service
http://www.webservicex.net/CurrencyConvertor.asmx
This is my test code
Dim test As New wsExchangeRate.CurrencyConvertor
Dim testt As New wsExchangeRate.Currency
test.BeginConversionRate(wsExchangeRate.Currency.AED,
wsExchangeRate.Currenc... more >>
Web Service & Datetime data type
Posted by M DL via .NET 247 at 9/16/2004 2:04:40 AM
Hi all,
i have one problem with a method of an xml web service that use a datetime data type input variable, and may be all is caused by international settings.
The XML web service (localized in italy, with italian settings) have the following method:
MYXWS.MyMethod(input_var as datetime)
... more >>
Synchronous vs. Asynchronous
Posted by Alexander Kaplunov at 9/15/2004 1:54:33 PM
I have two different scenarios:
1. I have an application that calls a web service and passes an
object. Web Service takes that object and does some stuff with it, which
could take some time. It seems to me that in this case it would be
appropriate to use asynchronous web service. A... more >>
|