Programmatic access to logon and logon state

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 năm cách đây
I have a desktop application that I want to be able to access data on my nopCommerce website.

More specifically I want to be able to have my desktop application (C# or VB) log into my nopCommerce website then once authenticated access a custom page that I created.

I have tried the httpWebRequest to achieve this with no success.

Is this possible?  If so, any pointers would be most appreciated.

JB
14 năm cách đây
ASP.NET using a cookies to save a user session. So if you want to access a page via HttpWebRequest you should implement an authentication and then use the cookies. There another simple way to receive any data from your nopCommerce site by Desktop application - create a web service.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.