CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #4
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Communication between Windows C# app and Linux web server?

    Well if you use an IIS browser on the same machine, you can definitely get a jump on development. If you plan is to use a Linux based web server, you are better off using the web server you plan on implementing your website to check for browser and protocol compatibilities. Additionally, you will learn more about your solution if you have to think about the firewall, encryption and networking from the start. Additionally you will learn the tricks associated with whatever platform you intend to roll out on which will come in handy.
    Last edited by ahoodin; October 23rd, 2012 at 12:55 PM. Reason: fix grammer
    ahoodin
    To keep the plot moving, that's why.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured