We Talk Coding

Webservers connection in C#?

how to make a connection to web server using c#

Public Comments

  1. What do you mean by connecting to server via c#? You set up a website on your web server and put some files in the website physicall address( *.aspx , *.html ,...) Then you can put code for your aspx or ascx files in c#. for example test.aspx is page and the code-behind is example.aspx.cs in the latter file you can code in c# and then you can see your code result while browsing the test.aspx page in web browser.
Powered by Yahoo! Answers