Error : No error, it's just that local web application can not be accessed from another computer.
Solution : go to control panel -> windows firewall -> add port :
Name : HTTP
Port Number : 80
Type : TCP
e.g.
Accessing web from local : http://localhost/webName/Default.aspx
When accessing from another computer, just use the ip address of the computer where the web is located, i.e. http://ip_address/webName/Default.aspx.
Friday, April 24, 2009
Home »
ASP.Net Debugging Problems
» Can't access local web aplication from another computer
Can't access local web aplication from another computer
Related Posts:
You may be intersted in
Related Posts
Updating Table Containing Xml Column via LinkedServer
If you are trying to update a table containing XML column via Linked Server in SQL Server, and you are not able to, you are not alone. There...
0 comments:
Post a Comment