Questions tagged [iis-7.5]

55 questions
18
votes
3 answers

What, exactly, is "Default Website"?

Between IIS 6 and IIS 7.5 (and versions prior to 6 as well, I am sure), there's Default Website under Sites. I've never really questioned what, exactly, Default Website means. It seems that the convention here is to place all your websites under…
14
votes
2 answers

Allowing Remote Connection in IIS on Windows 7

I'm trying to give access to a website in IIS on my Win 7 machine to another person on my network. He's unable to access it. I was wondering if perhaps it was because IIS isn't configured to allow remote connections (I seem to remember having to do…
9
votes
1 answer

IIS 7.5 Windows Authentication Not Working in Chrome

On a new installation of IIS 7.5 I have setup Windows Authentication on my Intranet. The providers I have used are 'NTLM' and negotiate in that order. This works fine in IE and Firefox but in chrome I get the following This web page is not…
7
votes
1 answer

IIS blocks certain keywords in DokuWiki

When I try to use DokuWiki to create some pages with SQL examples, if the SQL statement has stuff like select drop table and some other certain keywords, trying to save the page returns a connection reset error and doesn't save the page. The only…
7
votes
2 answers

Upgrading IIS7 to IIS8

We have planned to upgrade our IIS to version 8, however I'm facing a problem in upgrading IIS7. Here is a snap of my IIS, which seems to be acting weird. 1) It is showing 3 different version numbers, version 7 version 6.1 version…
Praveen
  • 173
6
votes
4 answers

Username in the address for an FTP site

I have set up a number of an FTP sites using IIS7.5. The sites use hostnames to differentiate between them. One drawback of using hostnames is that you have to pass the address of the ftp site into the username e.g. Ftp Address:…
4
votes
2 answers

Require only specific client certificates in IIS

I am implementing a solution that requires client certificates. I'm using IIS 7.5 and ASP.Net 4 WCF services. I've set the SSL Settings to Require SSL and require client certificates. Looks good so far. Because I'm new to the use of client…
Jeremy
  • 398
4
votes
3 answers

What time format does IIS record its logs? Where do I find the setting?

Does IIS log entries in its logs in GMT or UTC time? Where can I find the setting? The server I am running is a Windows 2008 R2.
3
votes
2 answers

Why can't I connect to my IIS server, running on my PC, via public static IP?

I know this topic is quite old, but, nevertheless, I am doing this in a first time and I have some troubles with it. I try to open public access to my sites, hosted on IIS 7.5 web server on my Windows 7 operation system. What have I already done: 1.…
Dmytro
  • 243
3
votes
3 answers

Stream video from a computer to a tablet

I would like to watch presentations and college videos I have on my computer, from my tablet. There are almost a hundred of GB in videos, so I would like to watch them in streaming from my computer. My wife has also tons of videos so I have decided…
3
votes
0 answers

Why IIS aborting requests?

For some users of an application, IIS is aborting the request to the server, including me. I type in the URL, and it just stops, doesn't even process. FireBug reports the request was aborted. But I see successful logins to the application by other…
2
votes
2 answers

Cannot connect to my website from local network connection but can with an external network connection

I am hosting a website on my local network for our local Fire Explorers Program. The website is located here. I am hosting the site using Drupal 7 and IIS 7.5 running on Windows Server 2008 R2. The problem I am having is that ever since upgrading…
2
votes
2 answers

IIS 7 returns 404 for all requests

I have a default website and 2 applications underneath it. One is a WCF service on "http,net.tcp". The other is an asp.net site. When I browse to the service, static files, the asp.net site or the default website I get a blank 404 response. The raw…
Kaido
  • 131
2
votes
1 answer

How to sort by file's modified date on IIS web server in Windows 7?

Apache has this built in since 1996 which is 17 years ago... for Microsoft's IIS Web server which is available on Windows 7, is there a way to make it be able to sort the file listing by file modification dates? For example, show the file listing…
nonopolarity
  • 9,886
2
votes
1 answer

Ubuntu Server with win2k8 Server VM to Host IIS Site Issue

I have a ubuntu server(host), and a windows 2008 r2 server(client) virtual machine on it. All my IIS based sites are located on the host machine, in a location which is shared with the client vm. I have a reverse-proxy setup to direct the sites to…
1
2 3 4