View Page
-
Dear All, I made Sample page using asp.net i browse it using this URL:http://localhost/test/WebForm1.aspx if other computer on my local network want to see this sample page how can he reach it ??? Regards, Charbel
-
Dear All, I made Sample page using asp.net i browse it using this URL:http://localhost/test/WebForm1.aspx if other computer on my local network want to see this sample page how can he reach it ??? Regards, Charbel
use http://10.1.1.10(give the computer id or the computer name where the page is stored)/test/WebForm1.aspx it will work Cheat to win
-
Dear All, I made Sample page using asp.net i browse it using this URL:http://localhost/test/WebForm1.aspx if other computer on my local network want to see this sample page how can he reach it ??? Regards, Charbel
Hi If you want to access the page from any other machine on yours machine you can access it by using following URL http://manish/test/WebForm1.aspx in above url type yours machine name in place of manish. :)
-
Dear All, I made Sample page using asp.net i browse it using this URL:http://localhost/test/WebForm1.aspx if other computer on my local network want to see this sample page how can he reach it ??? Regards, Charbel