I have hosted asp.net mvc3 simplest application on my machine. I specified my IP in config and if i try to enter in address bar "myIP/applicationName" everything works, but it fails from other machine. What can be a problem?

link|improve this question
feedback

migrated from stackoverflow.com Sep 15 '11 at 6:02

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

It sounds like your Windows firewall might be blocking port 80 ;)

link|improve this answer
1  
It was very stupid of me :) Thanks – Vladimir Nani Sep 10 '11 at 6:37
feedback

Your Answer

 
or
required, but never shown