• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

weird IIS problem

Martin

Lifer
I'm somewhat familiar with IIS, but I've never run across this problem.

Setup is standard: Net -> router -> computer with IIS


First, I every time I add a file and want to access it through the browser, I have to reset the security permissions to "public website", and cannot access the file otherwise.

Second (and more serious), I can't access my website through an external IP. If I type in localhost or the internal LAN IP (192.168.x.x) it works fine, but if I try to use my external IP, it doesn't work. Of course, I opened up the relevant ports on the router and tested that by switching utorrent's port and testing with an external port scanner. Its definitely not a port forwarding problem, but IIS not accepting external IP requests for some reason.

Any help on either of the two issues?

Edit:
Also, when I go to the website's properties in IIS, then go to Directory Security, the "IP Address and Domain Name restritions" button is disabled. After some searching, it seems that this is by design in XP Pro's IIS (5.1). Is there some other limitation in XP Pro's IIS where it can't serve content to external sites at all?
 
According to the IIS 5.1 help, the "IP Address and Domain Name Restrictions" is only available for Windows 2000 Server installations. IIS 5.1 will serve web pages to external requesters.

Article about 5.1

Note that IIS 5.1 isn't considered to be nearly as secure as IIS 6.
 
Back
Top