Access ASP.NET applcation in LAN
-
Hi, I had a problem. I can access my ASP.NET application through localhost and also through my IP in my system. But I am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system. Is there anything to set in my IIS? Pls help me regarding this. Waiting for ur response.
murali krishna
-
Hi, I had a problem. I can access my ASP.NET application through localhost and also through my IP in my system. But I am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system. Is there anything to set in my IIS? Pls help me regarding this. Waiting for ur response.
murali krishna
avvaru.murali wrote:
Is there anything to set in my IIS?
I don't think so. If you have deployed your application in IIS and It is accessible from you system by
http://yourip/yoursite
then Its fine.avvaru.murali wrote:
am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system.
I think there may be some problem with your LAN. What problem are you getting while access that url. Did you ping that IP? Is it accessible?
cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net
-
Hi, I had a problem. I can access my ASP.NET application through localhost and also through my IP in my system. But I am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system. Is there anything to set in my IIS? Pls help me regarding this. Waiting for ur response.
murali krishna
avvaru.murali wrote:
But I am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system. Is there anything to set in my IIS? Pls help me regarding this.
What is the OS of your machine? If it is XP, by default the firewall in XP restricts the ports (80) accessed from outside. Add an exception in the Firewall or turn off the firewall and try.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot