Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ajay Choudhary #1
how to throw SoapException from HttpApplication
Hi,
When I throw a SoapException from HttpApplication [Application_BeginRequest
method] the client which is a Soap Client is saying that it expected
text\xml but got text\html.
How can I achieve that?
Thanks,
Ajay
Ajay Choudhary Guest
-
Throw a SoapException or Return a string?
Our web service uses ComInterop to interact with a FoxPro COM dll. The COM dll assigns 0 - 20 "Error Codes" to a public property at the end of it's... -
Does a SOAPException throw exit a function call?
If I throw a SOAP exception such as Throw SoapException("An error occurred", SoapException.ClientFaultCode) from a webservice method then do I... -
HttpApplication.User.Identity.Name has old login id
I'm using HttpApplication.User.Identity.Name to get the login id for the current user and then using that login id to read custom security... -
HttpApplication Init, Application_Start and Application_End don't fire
I have an odd problem... We have a small development team (three coders) working on the same project (a C# web application). Each coder has a... -
httpapplication in ASP.NET modules problem
Hi all, I have an ASP.NET application, and in that, I have a helper module for doing common tasks. One of the things I'd like to do is basically...



Reply With Quote

