IIS7 deployment problem
-
I have deployed my asp.net application local to my machine and when I open IIS7 and select to brows my application it works fine and the url appears like http://localhost/myapplication but when I replace localhost with my machine name (i.e. http://mymachine/myapplication) it bombs I guessed it is an IIS configuration issue but failed to fix it
foreach(Minute m in MyLife) myExperience++;
-
I have deployed my asp.net application local to my machine and when I open IIS7 and select to brows my application it works fine and the url appears like http://localhost/myapplication but when I replace localhost with my machine name (i.e. http://mymachine/myapplication) it bombs I guessed it is an IIS configuration issue but failed to fix it
foreach(Minute m in MyLife) myExperience++;
Mohammed Gouda wrote:
I guessed it is an IIS configuration issue but failed to fix it
It might be helpful for for us if you give us the error message. Did you also try with IPAdress instead of localhost?
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Mohammed Gouda wrote:
I guessed it is an IIS configuration issue but failed to fix it
It might be helpful for for us if you give us the error message. Did you also try with IPAdress instead of localhost?
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
Thanks Manas for your help I found the problem I had to disable firewall
foreach(Minute m in MyLife) myExperience++;
-
Thanks Manas for your help I found the problem I had to disable firewall
foreach(Minute m in MyLife) myExperience++;
Mohammed Gouda wrote:
I had to disable firewall
:thumbsup:
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.