| Thread | Last Post | Replies |
|
| Posting ASP .Net web form to another asp page | 26 Nov 2003 20:08 GMT | 4 |
I need help in posting asp .net application web form to another asp based web app. I have seen many examples using HttpWebRequest class but the problem is I do not want the request back but want to post the data to another form so that
|
| virtual directories and IIS | 26 Nov 2003 04:53 GMT | 1 |
I created a new directory on my hard drive C:\test. I mapped a virtual directory called MyWeb to this directory. Now when I try to create an ASP.NET project (WebService1) in http://localhost/MyWeb/WebService1 I get the error message:
|
| VS.net Walkthroughs / Data access in Distributed App? | 25 Nov 2003 14:57 GMT | 1 |
I've been following a solution in the VS.net walkthroughs, and have come up on a wall. I have a solution with three projects in it. One is a web service, with perameterized SQL Adapters, Another is a asp.net web app, and the other is
|
| WebService Performance... | 25 Nov 2003 12:39 GMT | 2 |
Hi @all, I've got some problems with my WebService... The WebService runs more than 30 seconds an the site is frequently visited ( nearly 1200 times a minute )
|
| webservice encoding - help! | 25 Nov 2003 10:26 GMT | 3 |
I'm hoping someone can help as I'm pulling what little hair I have left from my bald bonce! 8-) I have a web service that returns a string depending upon the request - however the encoding of the xml document produced is always UTF-8. Due to
|
| access xml web service | 24 Nov 2003 19:00 GMT | 1 |
I have a C# window app trying to access a xml web service but i get the following error: Client found response content type
|
| Can't invoke DCOM call from ASP.NET | 24 Nov 2003 15:02 GMT | 2 |
I want to wrap a legacy COM dll within an ASP.NET app. The dll incorporates a DCOM call to a remote server and will return data, which the ASP.NET application will pass through. Changing either the dll or the server interface it speaks to will be difficult.
|
| Web Services vs SQl Server Replication (repost) | 24 Nov 2003 10:26 GMT | 3 |
Reposted as I didn't use my Microsoft-provided posting address ... I'm interested on any opinions people have. If I have a .net rich-client app that operates in a disconnected
|
| Retrieving clients ip adress on the server | 21 Nov 2003 18:47 GMT | 5 |
I have looked a lot but not found how to do this: I have a Web Services server and from this I want to see what IP adress the Client (that connects to the SOAP server) has. I want to do two things:
|
| SoapHeader | 21 Nov 2003 18:21 GMT | 1 |
All the sample code that I can find on SoapHeader is at least one level down within a root node. However, the eBay is using the flat structure. Here is the sample, <SOAP-ENV:Header>
|
| Reverse Engineering WSDL | 21 Nov 2003 15:09 GMT | 3 |
Is anybody aware of any tool that generates C# code (server stubs, not client) based on a given WSDL. Thank you,
|
| calling a web service on a standalone with no localhost running... | 21 Nov 2003 14:35 GMT | 2 |
is it possible to include a web service dll with your application and call its' methods without having an internet or localhost connection? I realize the whole point of web services is the connect thru a server (remotely or locally), but say you've created a big web service dll
|
| Error doing a new webservice project | 20 Nov 2003 19:58 GMT | 2 |
Any idea what I would need to look at configuring when I get. "The Web server reported the following error when attepting to create or open the Web project located ath the following URL: 'http://localhost/WebServices/WebService1'. 'HTTP/1.1 500 Internal Server
|
| my first asp.NET project | 20 Nov 2003 15:00 GMT | 2 |
im traying to develope my first asp.NET site in the visual studio.NET 2003, after executing the project , it display the fellowing error message : Erreur d'analyse Description : Une erreur s'est produite au cours de l'analyse d'une
|
| dynamic url from a component | 20 Nov 2003 13:50 GMT | 2 |
i've searched this newsgroup as well as the aspnet newsgroup without an answer to this question. i call a web service from a component. i specify dynamic url, but there isn't an app.config or web.config file for the component. so
|