Search Results

6
votes

Apache and IIS side by side (both listening to port 80) on windows2003

It's impossible for both servers to listen on the same port at the same IP address: since a single socket can only be opened by a single process, only the first server configured for a certain IP/p …
1
vote

enabling/disabling asp.net web service extension via script

Adding Web Service Extension Files Using Iisex …
5
votes

Downloading Docx from IE - Setting MIME Types in IIS

Yes, it's just an IIS setting: by default, it will only serve files for which the extension matches a defined MIME type. …
1
vote

ASP.Net tab in IIS missing.

If you've had (or have...) VMware Server installed on this particular machine, the following steps will most likely fix the issue with minimal pain: Stop the IISAdmin service (and its …
1
vote

Best way to clone IIS settings to new server?

The Microsoft Web Deployment Tool should allow you to do pretty much what you want. From the linked web …