How can I use ASP.NET to check if cookies are enabled without having a web page?
问题 I am working on a desktop application that automates numerous websites and processes the returned data. This application will be run on a server and the user will connect with remote desktop. The automation breaks when the server doesn't have cookies enabled, and instead of having the application stop working, I would like to check the server settings and tell the user why it isn't working. To do this, I decided to create an ASP.NET Web Service. I figured that the web service could store the