I created i simple web service.. It runs well in my local Pc..
But when i copied it into my server it fails... it is about web config
custom errors i turned it off but it still doesnt work..(<customErrors
mode="Off" />) Can anyone help me ?
Description: An application error occurred on th...
more >>
I have a client/server application which uses webservices functions to upload
large byte arrays to the server and httpwebrequests to download the data
files. I would like to use http to also upload but am lost in how to
implement this.
basic information:
My Url looks like this
"http:...
more >>
Our customers have different names SLA’s / Service Level Agreements but use
the same webservice. How do I handle that some users can be allowed to wait
when the load is high while others can’t? One possible scenario could be to
redirect VIPs to a more powerful webfarm than the one the comm...
more >>
The tools of VS.NET 2003 when you add a "web reference" autogenerate the
proxy definition of my "Data Transfer Object" classes.
The problem is that the original "Public Property" are trasformed in "Public
fields" and i don't like this behaviour because I can't make databinding of
my Custom ty...
more >>
Hi Every Body,
I build an application using vb.net.
Now i m deploying on the client system.
I know that the deployment automatically check the .net framework on the =
client system at startup.
I include the .net framework in the deployment setup.
I want that if the framework is not installed...
more >>