4
FTP Server upload and filesystem questionsview story

http://serverfault.com – I'm a photographer who mainly does event photography. A while ago I bought myself a Nikon WT-4 wireless transmitter, a small device which connects via USB to my Nikon D700 DSLR, and then establishes a WiFi connection to an existing WLAN. (HowTos)

3
Site on IIS 7.5 accessible via SSL on server, but not from local networkview story

http://serverfault.com – I have a site set up on IIS 7.5. I added the following binding... type: https Host Name: [Blank] Port: 443 IP Address: 192.168.1.6 Binding Information: [Blank] I can access the site via https://192.168.1.6 from the server itself. When I try to access the site from another machine (193.168.1.4) on the same sub-net via https://192.168.1.6 I get no response. (HowTos)

14
IIS 7 - Provisioning portalview story

http://serverfault.com – I am wanting to setup our production IIS environments with a provisioning portal to ensure that deployment staff always setup sites in a uniform configuration, and that they don't actually have remote access to the servers directly. What is the best 'simple' provisioning tool for such a purpose? Do people write their own using something like Powershell remoting? I don't want to install a tool l (HowTos)

3
IIS is not honoring the trailing slash in a redirectview story

http://serverfault.com – I've configured a redirect to point from anything in the root directory to /racktables/. (HowTos)

4
Running IIS 7.5 on 64-bit, but which config file to edit?view story

http://serverfault.com – We just migrated our old Windows 2003 server to Windows 2008 64-bit, so we are trying to get used to the newer IIS. We have a lot of changes to make concerning things like MIME types, etc and figured that these changes would go a lot quicker if we were to just edit a config file rather than using the IIS manager. However, we have found two paths for config files: %WinDir%\System32\Inetsrv\Confi (HowTos)

14
Python, IIS scripts, and user accountsview story

http://serverfault.com – This isn't a question on my specific problem, as I've got that more or less solved, but about IIS/Python and user accounts in general. I have python scripts that I'm running with IIS 7.5 (Mercurial using the hgweb.wsgi script). (HowTos)

5
IIS7.5 website (mostly) inaccessible from the outside worldview story

http://serverfault.com – On the network firewall, I opened up port 80 and forwarded it to the Windows Server 2008 R2 running IIS 7.5. Port 80 is open in the Windows firewall. On the LAN, the website is accessible without any trouble. (HowTos)

3
What is the simplest way to allow anonymous file upload under iis 7.0?view story

http://serverfault.com – I have created a separate upload website (no web pages, just a place where HTTP POST can be used) and its associated directory. I set the dir's permissions to allow r/w for network services. I can download files from the dir just fine. When I try a upload a file I get a 404 error. These files are small 1K or less text files. (HowTos)

5
Event 36888 : The following fatal alert was generated: 10. The internal error state is 1203view story

http://serverfault.com – I search on the Internet, but i am unable to find, Why this error is coming? It has flooded my Event Viewer, after interval of 1 minutes, this Error pops-up. (HowTos)

3
IIS 7.5, ISAPI and Tomcat 6.0.32 = 404 errorview story

http://serverfault.com – I have been working on a setup that includes Windows 2008, IIS 7.5 with isapi (for redirect) and Tomcat 6.0.32. The issue I have is when I go to the URL that should display the tomcat service I get a 404 error. So I should mention that this is a clone of another VM in a VMware environment. The original machine already had this setup working and it still works. (HowTos)