| Thread | Last Post | Replies |
|
| How to copy n paste .asp files to Solution Explorer and have it show up there? | 17 Nov 2004 01:06 GMT | 1 |
I have just installed Visual Studio.net 2003 Enterprise Architect. I have been using Visual Interdev so far, and I am used to be able to select from a desktop bunch of .asp files, drag and drop them into a Project Explorer window and have it show there as a tree of files. Is there ...
|
| Remote Debugging question ? | 17 Nov 2004 01:05 GMT | 3 |
Hey gurus, I have a question about remote debugging in .Net. I have a Windows XP Machine with Visual Studio .Net 2003, where I have a web service application, everything works fine but now I have to deploy this on
|
| New Web Page in IIS 6 | 17 Nov 2004 00:53 GMT | 1 |
I used vb.net to create a web service which runs in iis6. It works fine. When I create a new web site in addition to my web service, I have difficulties. I can no longer access the web service. As soon as I delete the newly created web page my service again operates properly ...
|
| Stress Testing with web service on ACT ( Please Help!) | 17 Nov 2004 00:35 GMT | 1 |
I've a web service which takes a big string as input parameter, converts it to a text file and forwards it through FTP over to another server. Now I'm trying to stress test the web service through Microsoft's
|
| Virtual directories and Web Services | 16 Nov 2004 22:16 GMT | 1 |
Could anyone help with the following? I have an web application that has a regular ASP.Net interface and a Web service interface. Bot the the ASP.NET and Web Serivce do very little before passing control into a common Class Library (C#).
|
| Timeout when calling a webservice from C# | 16 Nov 2004 21:46 GMT | 3 |
I get a timeout when calling a webservice from C#. Works fine in browser. I am not doing anything out of the box. The same works on other machines but not on mine. I tried writing HelloWorld service and calling it and I get the same error.
|
| aspnet_wp process recycles itself | 16 Nov 2004 21:41 GMT | 1 |
We have a webservice in c# which makes use of XML and COM objects. The MemoryLimit in processModel in machine.config is set to the default of 60. A new process "a.exe" is started from within the webservice using System.Diagonostics.Process.Start(). The aspnet_wp process recycles ...
|
| Web Service return value | 16 Nov 2004 21:19 GMT | 1 |
How can I get a more explanatory error message back from the web service instead of just getting an E_FAIL error message. It would be helpful to know where & what failed when trying to call the web service. Thanks
|
| Any way to control generated webservice WSDL? | 16 Nov 2004 21:18 GMT | 1 |
another question related to Schema and WSDL... I'd like to have a bit more control over the WSDL that is generated for my .asmx. In particular, I'd like to override the generated WSDL with a handmade one that I want to provide.
|
| What datatype can be used to pass a set of data to a Webservices. | 16 Nov 2004 21:12 GMT | 1 |
How do I pass a dataset to a webservices? I need to submit a shoppingcart from a pocket PC to a webservice. What is the right datatype? II have tried dataset as a datatype, but I can't get it to compile.
|
| using Windows authentication within intranet | 16 Nov 2004 20:47 GMT | 2 |
I would like to set up a web service to use Windows authentication. I understand how to do this in a situation where the client passes a NetworkCredential instance, and have the web server authenticate for me using Windows authentication.
|
| Best Way to Retrieve XML From Remote Class? | 16 Nov 2004 19:47 GMT | 1 |
What's the best way to retrive xml from a remote class? Here's my situation. All the servers are running Win2003. There's a web server on Public. There's a sql server on Campus. The only access we have to Campus is through Secure.
|
| How can I make classes available to the client? | 16 Nov 2004 19:28 GMT | 7 |
I read in a book that if we want a class in a web service to be available on the client, we should precede it with the "WebService" attribute. I created a simple web service as follows
|
| receiving ??? chars instead of "special" chars | 16 Nov 2004 19:01 GMT | 3 |
Hello i have a strange problem i made a online catalogue and must submit orders to a remote server I need to connect to a remote webservice on unix platform , i must say that this was easier as i thought , i just set a reference to the wsdl in my
|
| Thinking about the WSE DIME ? URGENT ! | 16 Nov 2004 15:47 GMT | 2 |
I want to create a webservice which will be used for uploading the file to the server hosting the Web service. I want to use WSE DIME Attachments.. I have seen some sample on that , but
|