create server

lstnr = new Server(); lstnr.url = "http://" + ipbox.Text; 

ip sometimes changes. have to customize it on the client. Is it possible to set the server to a text address like mysite.ru in Denver?

  • Yes, localhost . - LLENN pm
  • @LLENN read the question - axmed2004 5:53 pm
  • I have little experience in C #, but most likely except how to use IIS - in any way. PS: use the configuration file, instead of ipbox . - XelaNimed

0