This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

connect a asp.net website through ethernet to LPC2378

I am an engineering student doing a project on controlling a lab throgh a remote user to LPC2378 microcontroller placed in lab. For the remote user to enter the details and recieve information i have designed a website in asp.net using Visual Basic language. Now i want to link the site to the LPC2378 through ethernet. Please could any one help me with this.

Parents
  • Surely, your website neither knows nor cares what target its clients are running on?

    Similarly, the client neither knows nor cares what host the server is running on - nor what tools were used to create the site.

    So, this should be just a question of implementing an HTTP client...?

Reply
  • Surely, your website neither knows nor cares what target its clients are running on?

    Similarly, the client neither knows nor cares what host the server is running on - nor what tools were used to create the site.

    So, this should be just a question of implementing an HTTP client...?

Children