mi gato es un perro
-
Ok, this is an IIS problem, I though the ASP.NET fourm would be the most approperate place to put it. Everything works fine on my IIS 5.1 on XP pro except when I ask my friends to view my pages.... I can view it by: localhost, computername, and by typing the url, but when my friends go to it they say it never shows up.... this is probably pretty vauge... but does anybody have any clue how to fix this? /\ |_ E X E GG
-
Ok, this is an IIS problem, I though the ASP.NET fourm would be the most approperate place to put it. Everything works fine on my IIS 5.1 on XP pro except when I ask my friends to view my pages.... I can view it by: localhost, computername, and by typing the url, but when my friends go to it they say it never shows up.... this is probably pretty vauge... but does anybody have any clue how to fix this? /\ |_ E X E GG
eggie5 wrote: Everything works fine on my IIS 5.1 on XP pro except when I ask my friends to view my pages.... I can view it by: localhost, computername, and by typing the url, but when my friends go to it they say it never shows up.... You will have to close VS.NET and your debugging session. This takes up 2 connections, which is the limit in XP SP1. God knows why they lowered it even more... I rated this article 2 by mistake. It deserves more. I wanted to get to the second page... - vjedlicka 3:33 25 Nov '02
-
Ok, this is an IIS problem, I though the ASP.NET fourm would be the most approperate place to put it. Everything works fine on my IIS 5.1 on XP pro except when I ask my friends to view my pages.... I can view it by: localhost, computername, and by typing the url, but when my friends go to it they say it never shows up.... this is probably pretty vauge... but does anybody have any clue how to fix this? /\ |_ E X E GG
Hello, the CPians around the world.;) eggie5 wrote: when my friends go to it they say it never shows up.... I'm wondering where do your friends live? :confused: If you want to publish your web site by your own computer, you need your own domain name for the others to view your home page. If you have your own local area network and your friends view your page at your local area network, you need still adding your machine name or the dummy domain name to your HOSTS file or create DNS in your LAN. Or, your friends type IP address of your machine assgined by your ISP. But, your machine does't have the static IP address, you need to tell your friends to your dynamic IP address. X| -Masaaki Onishi (eCoolSoft)- ASP.NET Web and Windows Application Development by C# and MFC. eCoolWebPanelBar(BETA) is availabe now. http://www.ecoolsoft.com
-
Ok, this is an IIS problem, I though the ASP.NET fourm would be the most approperate place to put it. Everything works fine on my IIS 5.1 on XP pro except when I ask my friends to view my pages.... I can view it by: localhost, computername, and by typing the url, but when my friends go to it they say it never shows up.... this is probably pretty vauge... but does anybody have any clue how to fix this? /\ |_ E X E GG
Another thought... (not saying the others are wrong) Do you have the XP firewall set up on your internet connection? If so, I think you have to disable it. Paul We all will feed the worms and trees
So don't be shy - Queens of the Stone Age, Mosquito Song -
Another thought... (not saying the others are wrong) Do you have the XP firewall set up on your internet connection? If so, I think you have to disable it. Paul We all will feed the worms and trees
So don't be shy - Queens of the Stone Age, Mosquito Song -
eggie5 wrote: Everything works fine on my IIS 5.1 on XP pro except when I ask my friends to view my pages.... I can view it by: localhost, computername, and by typing the url, but when my friends go to it they say it never shows up.... You will have to close VS.NET and your debugging session. This takes up 2 connections, which is the limit in XP SP1. God knows why they lowered it even more... I rated this article 2 by mistake. It deserves more. I wanted to get to the second page... - vjedlicka 3:33 25 Nov '02
-
Hello, the CPians around the world.;) eggie5 wrote: when my friends go to it they say it never shows up.... I'm wondering where do your friends live? :confused: If you want to publish your web site by your own computer, you need your own domain name for the others to view your home page. If you have your own local area network and your friends view your page at your local area network, you need still adding your machine name or the dummy domain name to your HOSTS file or create DNS in your LAN. Or, your friends type IP address of your machine assgined by your ISP. But, your machine does't have the static IP address, you need to tell your friends to your dynamic IP address. X| -Masaaki Onishi (eCoolSoft)- ASP.NET Web and Windows Application Development by C# and MFC. eCoolWebPanelBar(BETA) is availabe now. http://www.ecoolsoft.com
-
Ok, this is an IIS problem, I though the ASP.NET fourm would be the most approperate place to put it. Everything works fine on my IIS 5.1 on XP pro except when I ask my friends to view my pages.... I can view it by: localhost, computername, and by typing the url, but when my friends go to it they say it never shows up.... this is probably pretty vauge... but does anybody have any clue how to fix this? /\ |_ E X E GG
-
This raises another question.... How can I check if my site is working for outside ip addresses???? My friends arn't always online to ask.... /\ |_ E X E GG
eggie5 wrote: How can I check if my site is working for outside ip addresses???? In theory, if you use the domain you have assigned then it should go through the internet and back on itself. It only bypasses the internet if you use 127.0.0.1, localhost or the 192.168.x.x local network address. As for why XP would do that to you... because people keep whining that Windows isn't safe enough, so they put a firewall in a defaulted it to "on". The theory is that people wanting rid of it would be able to find out how (as you have done), while people who have no idea wouldn't even think to look. Paul We all will feed the worms and trees
So don't be shy - Queens of the Stone Age, Mosquito Song