How to treat asmx pages with NSIS?
Hello, I have this problem: in my installation I must send some user data to a server. I obtain this using the InetLoad /POST method. The http server is realized with a .NET WebServices, and when I have sent to the server the informations, the Server must answer me an Acknoledgement or a negation to forward the installation despite the data I have sent. I think the server sends me its answer with a ASMX page. How can I intercept this return page to extract suddendly my information? Does anybody explain me another manner to receive the answer in this cases?
Many thanks to all for the patience. Lorenzo.