V VMI Aug 10, 2005 #1 How can I configure IIS so that I can run my ASP.Net pages? I've been looking on the net but haven't found anything. Thanks.
How can I configure IIS so that I can run my ASP.Net pages? I've been looking on the net but haven't found anything. Thanks.
C Curt_C [MVP] Aug 10, 2005 #2 VMI said: How can I configure IIS so that I can run my ASP.Net pages? I've been looking on the net but haven't found anything. Thanks. Click to expand... Mostly its just a matter of installing the framework redis
VMI said: How can I configure IIS so that I can run my ASP.Net pages? I've been looking on the net but haven't found anything. Thanks. Click to expand... Mostly its just a matter of installing the framework redis
V VMI Aug 10, 2005 #3 I see the page if I use http://localhost/ZMLookup/ZMLookup.aspx but I need other computers to also be able to access it. I have Studio .Net installed. Thanks.
I see the page if I use http://localhost/ZMLookup/ZMLookup.aspx but I need other computers to also be able to access it. I have Studio .Net installed. Thanks.
C Curt_C [MVP] Aug 10, 2005 #4 VMI said: I see the page if I use http://localhost/ZMLookup/ZMLookup.aspx but I need other computers to also be able to access it. Click to expand... so if others point to http://yourIP/ZMLookup/ZMLookup.aspx or to http://yourMachingName/ZMLookup/ZMLookup.aspx do they get to it? If not it's not an IIS issue, it's a firewall issue I have Studio .Net installed. Click to expand... irrelevant at this point
VMI said: I see the page if I use http://localhost/ZMLookup/ZMLookup.aspx but I need other computers to also be able to access it. Click to expand... so if others point to http://yourIP/ZMLookup/ZMLookup.aspx or to http://yourMachingName/ZMLookup/ZMLookup.aspx do they get to it? If not it's not an IIS issue, it's a firewall issue I have Studio .Net installed. Click to expand... irrelevant at this point
V VMI Aug 10, 2005 #5 Thanks. The Windows Firewall was the issue. How can I keep the firewall but enable other users to access the page? I enabled port 80 in the exceptions and apparently it works. Is this correct? I always thought that I could access the page with \\myMachineName\ZMLookup\ZMLookup.aspx either from my machine (development PC) or any other PC. Thanks.
Thanks. The Windows Firewall was the issue. How can I keep the firewall but enable other users to access the page? I enabled port 80 in the exceptions and apparently it works. Is this correct? I always thought that I could access the page with \\myMachineName\ZMLookup\ZMLookup.aspx either from my machine (development PC) or any other PC. Thanks.
C Curt_C [MVP] Aug 10, 2005 #6 How can I keep the firewall but enable other users to access the page? I enabled port 80 in the exceptions and apparently it works. Is this correct? yup I always thought that I could access the page with \\myMachineName\ZMLookup\ZMLookup.aspx either from my machine (development PC) or any other PC. Click to expand... no, that wouldn't use IIS, it would use Windows Explorer...the slashes are the wrong way.
How can I keep the firewall but enable other users to access the page? I enabled port 80 in the exceptions and apparently it works. Is this correct? yup I always thought that I could access the page with \\myMachineName\ZMLookup\ZMLookup.aspx either from my machine (development PC) or any other PC. Click to expand... no, that wouldn't use IIS, it would use Windows Explorer...the slashes are the wrong way.