P
PA
I need to log all incoming soap messages in a file.
I have follwing code in WriteInput routine of SoapExtension class
Dim Server As System.Web.HttpServerUtility
AppPath = Server.MapPath("App.ini")
When I run the application, I get following error:
Object reference not set to an instance of an object to server.MapPath line.
can anyone tell me how to access/Set Server and it's properties?
Or is there any other way to access a particular file?
Thanks in advance.
Pratibha
I have follwing code in WriteInput routine of SoapExtension class
Dim Server As System.Web.HttpServerUtility
AppPath = Server.MapPath("App.ini")
When I run the application, I get following error:
Object reference not set to an instance of an object to server.MapPath line.
can anyone tell me how to access/Set Server and it's properties?
Or is there any other way to access a particular file?
Thanks in advance.
Pratibha