Web site hosting on local network
-
Hi all, i have a web application developed in vb.net 2005.... now i want the clients on LAN to use it....i'm unable to do so please tell me how do i do that. Thanks and Regards..
-
Hi all, i have a web application developed in vb.net 2005.... now i want the clients on LAN to use it....i'm unable to do so please tell me how do i do that. Thanks and Regards..
when you run you web aaplicationthern address will look like this http://localhost/ApplicationName/login.aspx so let the client replace the localhost with your ip address like this http://ip address/ApplicationName/login.aspx Tamimi - Code
-
when you run you web aaplicationthern address will look like this http://localhost/ApplicationName/login.aspx so let the client replace the localhost with your ip address like this http://ip address/ApplicationName/login.aspx Tamimi - Code
Hi Tamimi, Thanx for your help....but sorry it did not work instead it gives some error...the error is.... Source Error: Line 11: debugging ASP.NET files. Line 12: --> Line 13: Line 14: Line 15:
-
Hi Tamimi, Thanx for your help....but sorry it did not work instead it gives some error...the error is.... Source Error: Line 11: debugging ASP.NET files. Line 12: --> Line 13: Line 14: Line 15:
i don't know its work for me with VS 2003 sorry !! Tamimi - Code
-
Hi Tamimi, Thanx for your help....but sorry it did not work instead it gives some error...the error is.... Source Error: Line 11: debugging ASP.NET files. Line 12: --> Line 13: Line 14: Line 15:
-
i don't know its work for me with VS 2003 sorry !! Tamimi - Code
-