Communication between two machine with aspx page
-
i am having lan connection there are two-ten machine avalable i want to access my application on different machine for this purpose how can i configure IIS,Please give me detail information about that as soon as thanks
prabhakar dwivedi
-
i am having lan connection there are two-ten machine avalable i want to access my application on different machine for this purpose how can i configure IIS,Please give me detail information about that as soon as thanks
prabhakar dwivedi
Hi, If you mean to publish your application then make a computer in ur LAN, the server. Publish your application there and then you can access this application accross ur LAN by using an IP address of that machine or the name of the machine like this --- http://192.168.1.1/WebAppName/ http://ServerName/WebAppName/ Hope i got your point !
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
Anant Y. Kulkarni