| Thread | Last Post | Replies |
|
| need to find out why the code breaks at line #285 please Help | 31 Jan 2004 19:45 GMT | 1 |
Error Message Response object error 'ASP 0156 : 80004005' Header Error /includes/utilities.asp, line 285
|
| how keep an array in memory | 30 Jan 2004 19:10 GMT | 2 |
I have written a webservice with VB.net and it runs fine. The problem is the performance. I am calculating with an array 1000 x 1000 x 5 elements and it take time to load it into the memory each time i send a request.
|
| Visual Studio .NET walkthrough help | 30 Jan 2004 17:07 GMT | 1 |
Im following the walkthroughs in the VS.NET 2003 walkthrough booklet. Im getting an error when wokring on the webservices one. Chapter 2 page 29, my application compiles but when clicking the LoadData button i get the following message. Ne suggestions? (using vs.net 2003 pro, sql ...
|
| Where does the Locale come from for Web Services? | 30 Jan 2004 10:43 GMT | 2 |
I am having problems with a small app I wrote where my web services insist in using US dates while my front end uses European format... The app was running fine but then my machine was reinstalled (re-formatted) with Win2K Server and the US locale by default.
|
| Web Service - SOPA Protocol | 30 Jan 2004 08:01 GMT | 1 |
H I have created a Web Service using C# But when i view this WSDL of this Web Service, it looks like thi <?xml version="1.0" encoding="utf-8" ?>
|
| How-to find IP address of a web service consumer? | 30 Jan 2004 07:59 GMT | 1 |
We can find IP address from the regular web user via the Request.ServerVariables collection. How do we do the same for a web service? Thank you.
|
| ASP.NET, DataList, and WebServices | 30 Jan 2004 07:54 GMT | 8 |
Anyway I am having a problem with Web Service and DataList in ASP.NET. so the best way to explain it would be with the MSPetShop 3.0 Application. I submitted an order using the Forms on http://localhost/MSPetShop. then I created my own ASp.NET Project and I have a form on which I ...
|
| shifting a webservice from one m/c to another | 30 Jan 2004 07:51 GMT | 3 |
I have created a webservice. I used this webservice in a ASP.NET Web Application project, by adding a webreference http://myMachine/service1.asmx. Now I shifted all code to my live server, which is having just framework installed on it.Now I want to change
|
| underlying connection was closed | 30 Jan 2004 07:12 GMT | 4 |
Can anyone help me with the error msg below? It seems to occur then the page hasn't been loaded for a while; when I refresh the page in the browser window, it works fine. Is this a caching problem and is it a problem in the web service provider or my app? Google and MS kb don't ...
|
| Output XML from a .net webservice | 29 Jan 2004 12:39 GMT | 2 |
I want to write a .net webservice which returns the data as a xml. I get this xml from a dataset by calling GetXml method.This web service will be used by clients who donot use .net or microsoft platforms. This size of the xml string could be quite big.I would like
|
| Web service Asynchronous call fails | 29 Jan 2004 03:31 GMT | 4 |
Hi I created a webservice with a simple we method to increment a number passed from the client(a console app) . Then i call this web service method asynchronus mode from the client. I create a callback function and call EndXXX(XXX denotes the function name) in the callback ...
|
| Web Service Concurrency | 28 Jan 2004 22:14 GMT | 3 |
When calling a method of a web service, will multiple calls from different clients execute concurrently automagically, or do you need to explicitly code threads into the web service? For example, for a web service that simply waits for 30 seconds and then
|
| Accessing the server's registry in an ASP.Net Web Service... | 28 Jan 2004 21:22 GMT | 2 |
[ the article ] I've found this article on how to get ASP.Net to read/write from the server's registry, but it got heavily critted as being something that you should not do...
|
| getting started | 28 Jan 2004 16:15 GMT | 3 |
i want to implement MS content management 2002 server. can you give me some tips on how to get started? eg. which book and website to start off reading on ASP.NET ?
|
| Web Service and Impersonation | 28 Jan 2004 07:03 GMT | 3 |
Hopefully someone can help me (or at least explain what is going on to me.) Before .Net, I would develop and application that had a web GUI, some COM components, and some SQL Server tables. Then I would deploy the ASP files and set up the web site to allow anonymous access and ...
|