i am using web service asmx, whenever a new request comes, all objects will be null,
i want to keep some objects after each request, so how to do it?
i am using web service asmx, whenever a new request comes, all objects will
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no way to do this with ASMX web services. You would need to use WCF.
You should be using WCF in any case, as ASMX is a legacy technology.