iis - Published asp.net website not accessible in other system in same network -
iis - Published asp.net website not accessible in other system in same network -
i have developed asp.net website , published in server.whereas works in server if give browser iis manager, , in server ( published scheme ) works perfect.but need access same published application in other systems ( connected in same network ). how possible..??
note: 1. used iis 7.
when tried connect scheme same networ getting error follows
the socket connection 172.31.7.243 failed. errorcode: 10060.a connection effort failed because connected party did not respond after period of time, or established connection failed because connected host has failed respond 172.31.7.243:90
if accessing application on hosted server replace localhost ipaddress of hosted server access on network
[localhost]/myprojectname
then this:
[ipaddress_of_hostedserver]/myprojectname
asp.net iis iis-7 website iis-manager
Comments
Post a Comment