IIS (Internet Information Services - formerly called Internet Information Server) is a web server created by Microsoft for their operating systems for servers. Its first version was introduced with Windows NT Server version 4, and went through several updates. Currently, the most current version is ...
1
vote
1answer
86 views
Chrome and Firefox can reach localhost; Internet Explorer 9 can't. Why?
The title is pretty self explanatory. I have a Windows 7 environment with IIS7 installed. I'm sure this is the result of me mucking around with settings at some point. Trying to avoid a fresh ...
0
votes
0answers
12 views
IIS setting up a web site from network location
Is there information available on how to set up a web site from a network location? I have a Mac shared directory that I access on my Windows Vista pc. I have an IIS webserver on that PC and want to ...
0
votes
0answers
23 views
Ignoring HTTP 1.0 requests in IIS [migrated]
Is there a way to ignore HTTP 1.0 requests in IIS (7.0)? I don't see any reason to accept requests that are not HTTP 1.1.
1
vote
1answer
84 views
configuration of email server
I have an email script in asp that worked fine, but now i move to my own windows server 2008 and cant seem to put it to work, it always gives this error
CDO.Message.1 error '80040213'
The transport ...
0
votes
0answers
18 views
“Page cannot be displayed” error when running multiple websites on IIS
I need to run two websites on IIS. I have exactly followed the steps to create multiple websites given by Microsoft and I set up two websites.
Just one of the website runs; the other website shows a
...
0
votes
0answers
14 views
What rights to grant so that a user can stop and start IIS stuff, but not be a Local Admin?
I have a few users that I want to be able to stop and start IIS websites and application pools.
But I don't want them to be able to make new ones or to have local admin rights on the box.
Is there a ...
-1
votes
1answer
99 views
WS2003 + IIS = Untrusted Certificate
I have configured a Windows 2003 server to allow SSL access from the Internet, particularly to enable so called Outlook Web Access, that is browse Exchange Server data from the Internet.
Following ...
1
vote
1answer
115 views
Windows SBS Server 2011 High Memory Useage
Have a Windows SBS Server I've encountered which I have suspicions it's been compromised in some way.
Symptoms:
11.8gb of 12gb total RAM at all times, even after restricting the Exchange store to ...
0
votes
0answers
26 views
Setting up web site on IIS from network location
I have files located on a network drive that I'd like to make into a site on the IIS 7 server. The IIS server complains that it cannot find the web.config. That file is in my c:\inetpub\wwwroot. It ...
0
votes
1answer
34 views
IIS Server on XP Machine with tweaked registry and services
I have been trying for some time now to setup a webapp on my XP machine at home.
Prior to doing this, I had tweaked the registry settings, fiddled with disabling and enabling servies, without ...
0
votes
1answer
52 views
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.
1
vote
0answers
10 views
stopping and starting apppools on Server 2008 remotely
I am running IIS on Server 2008 and I need to stop and start specific apppools from a remote location by using a continuous build solution. Appcmd does not seem to support calls to a specific machine.
...
0
votes
1answer
53 views
How can I change the default directory IIS uses to a folder on my desktop?
I am hosting my own website on IIS 7 / Win Server 2008 R2. Everything is working fine, but I want to change the root directory from C:\inetpub\wwwroot to C:\Users\Me\Desktop\MyWebsite
I changed this ...
0
votes
0answers
17 views
IIS permissions
I have a configured IIS, but when accessing site I got an error message:
Access to the path D:\www\tickets.com\bin\TicketsSite.DLL is denied
As it recommended in error hint, I set privilegies ...
0
votes
2answers
202 views
User Receives a “Error Code: 403 Forbidden” but no one else does. What can I suggest that they do to fix it?
I have a ClickOnce application that is published to an IIS web server and the install page and installation process has been working perfectly for years.
One of my new users has recently tried to go ...
0
votes
2answers
116 views
Unknown webserver listening on port 80
I was trying to install Apache, and I noticed it was forced to port 8080 because IIS was already using port 80. So I disabled the IIS service, and now there's some other server that's still using the ...
0
votes
0answers
78 views
Deploying ASP.NET with SQL Server Express on Windows authentication
I am deploying an ASP.NET application that has a SQL Server Express database (running on Windows authentication) on the same machine where it is deployed. But I am unable to connect to database when ...
1
vote
1answer
67 views
Cannot access my ASP pages on LAN
I can access my asp pages on my PC using "localhost". But, I cannot access the files over the LAN using the ip-address.
It's the same case on my pc. When I enter the ip-address (of my PC) I do not ...
0
votes
1answer
162 views
Unable to install IIS - Application Development Features - ASP.NET
If I install IIS with Application Development Features - ASP.NET (or installing IIS first and adding ASP.NET later on). It's giving me the dreaded error:
An error has occurred. Not all of the ...
0
votes
1answer
206 views
IIS Server - HTTP Error 401.3 - Unauthorized
I just installed IIS server for testing and I can't get it to work, it shows 40.3 Error.
HTTP Error 401.3 - Unauthorized You do not have permission to view
this directory or page because of the ...
1
vote
1answer
182 views
IIS cannot access folder for website hosting
I've installed IIS on my Windows 7 to test ASP.NET websites, however it seems that it cannot host it since it has no access to the folder I am assigning it to. I've tried different folders but no ...
1
vote
0answers
225 views
How to fix broken IIS on Windows 7
how can I fix broken IIS on Windows 7 ?
Deinstalling it via "Windows Features" doesn't help. Apparently it doesn't uninstall IIS completely so on my subsequent attempts to install it installer hangs ...
0
votes
0answers
14 views
Connecting to multiple client's local SQL servers from Cloud based IIS
I am developing a web app that is not doing anything fancy. The parent company wants to use a cloud based IIS service to support the web app and then submit the information to the client's local SQL ...
1
vote
0answers
42 views
How to set up IIS on Windows 7 for security?
I have a Windows 7 Ultimate PC I use as a server. I have IIS running and would like to expose it to the internet for personal use.
I have no idea where to start doing that without letting the world ...
0
votes
0answers
79 views
Expose a website hosted on a server with a dynamicip through a subdomain
This is what I'm trying to do:
Got a Windows Server 2008 R2 instance at home (dynamic ip), and want to expose one or more of its websites (IIS 7.5). Here's what I think I should be doing, and I'm not ...
1
vote
0answers
106 views
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 ...
0
votes
1answer
45 views
How to auto configure IIS for small business [closed]
We are 3 guys with 4 PCs. Even though we are software developers, we simply don't have time to set up a server. IIS is scary ;-) and all our attempts to configure it have failed. I guess that we just ...
1
vote
0answers
162 views
Setting Up No-IP to talk to my site
I'm doing my head in here, was hoping someone could help me.
I'm trying to setup my web server at home. It has a static ip of 192.168.1.8. I've setup IIS on Windows 7 and am hosting my site on port ...
0
votes
0answers
16 views
Why has my IIS changed and my sites stopped working on my local machine?
I've bought a new computer to my home and used the HomeGroup to connect to my older machine and Share some folders between the computers. That's all the changes I've made. Now on my old computer the ...
1
vote
0answers
179 views
Create a virtual directory without IIS
My projectgroup is working on a project that has an upload dir. We ofcourse exclude the upload dir from our SVN. This means that we don't share these files. We do share the DB since it's stored on the ...
2
votes
1answer
123 views
Change the time FTP is displaying
I own an IIS 7-based FTP with a Unix directory listing on Windows Server 2008 R2.
When I connect to the FTP server and use the dir command I get:
-rwxrwxrwx 1 owner group 60000 Dec 14 ...
1
vote
2answers
379 views
Windows XP PRO SP3. Setup ASP.NET dev. environment
I have Windows XP PRO SP3 And Visual Studio 2010.
By default I have IIS 5.1. And there is no option to upgrade it.
I want to start developing ASP.NET.
Could any one give a good reference how to ...
0
votes
0answers
100 views
Configuring WebDav and IIS to work properly together
I've tried configuring IIS + WebDav to be able to open an office document and have it synced with the server version.
However a problem has arised, the first time I open a webdav located file it's ...
0
votes
0answers
65 views
Why would IIS 5.1 (Windows XP) not produce the correct MIME type for css files?
I'm doing some HTML pages which include a style sheet and some server side includes. Now, I want to set up a laptop so I can work on it; the machine has Windows XP and IIS 5.1. I have set up a ...
1
vote
1answer
87 views
My localhost won't work publicly
I have IIS7 installed on Windows 7 and http://localhost/ works fine. I want it to work publicly so I took the following steps:
went into IIS and enabled directory browsing
also enabled ...
0
votes
1answer
109 views
Set default subdirectory page in IIS 6
I'd like to set the default page of a directory under /inetpub/wwwroot to something other than 'index.html'. Using Apache and .htaccess I'd use the 'DirectoryIndex' statement. How can I do this in ...
0
votes
1answer
177 views
How can I remove UNC password from a file
Hi we have an mp4 file on our web server in a virtual directory
When we try to access the file we get prompted for a username/password.
When I tried to change the path of the virtual directory I got ...
0
votes
1answer
137 views
Hosted WMV file asking for a password to play
We have a simple WMV file on our IIS server and when browsing to it we get a security pop up requesting authentication to play the file.
Everyone has read & execute but the file still requires ...
0
votes
0answers
100 views
Compare two windows server 2008 R2 boxes (COM registration 32/64bits issue within IIS)
I've got an issue where the same msi installed on a server 2008R2 box A instantiates correctly a COM dll, and not on the (seemingly) same box B.
The installed application is a web application, hosted ...
2
votes
1answer
195 views
Allow IIS7.5 to serve up a file larger then 2 GB
I have a website running on IIS7.5 on a Windows 2008 R2 server. I'm attempting to download a file from the site that is 3GB. But the download just stops at 2GB. No error in the log.
What I have done:
...
0
votes
1answer
381 views
ASP Classic on IIS7 (Windows7 Ulitmate) is not working?
My IIS working OK and it show .asp files but ASP code not working...
When I direct error to browser from IIS, I get following message on my page
An error occurred on the server when processing the ...
0
votes
0answers
55 views
What do multiple headers in a MSFTPSVC file mean?
Most files on the system have one header like so:
#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2011-10-11 00:02:47
#Fields: time c-ip cs-method cs-uri-stem sc-status ...
1
vote
0answers
189 views
IIS 6 FTP Junctions “volume label syntax is incorrect”
I have created a junction in Windows to give isolated folder access to several users. However, I receive the following error when trying to list the files whilst connected via MS IIS 6.0 FTP server:
...
0
votes
2answers
45 views
Sign SSL certs with a master SSL cert
We have just been granted a wildcard SSL certificate for a sub-domain that we manage (e.g. *.service.test.com).
Rather than use this certificate on all of our IIS servers, I have been asked to use ...
1
vote
0answers
33 views
IIS vs httpZip (or other product) Compression
We're currently comparing httpZip compression software. Has anyone used this and can offer a comparison between that product and IIS? Is there a big savings for httpZip over IIS? If you aren't ...
0
votes
1answer
168 views
Font rendering fails when code runs under IIS 7.0
I have a legacy ASP website with COM object running under IIS 7.0 on Windows Server 2008. This generally works great but I ran into a rather strange issue lately for which I'm unable to find a ...
1
vote
0answers
204 views
Fresh install of IIS, HTTP Error 401.3 - Unauthorized?
I just installed IIS on my Windows 7 box and am having some authentication problems.
The error I get when I try to direct my browser to 127.0.0.1 is:
Server Error in Application "DEFAULT WEB ...
2
votes
1answer
152 views
No response from IIS if my IP is local
The problem is simple: If I set the webserver's IP address as my desktop's default gateway in TCP/IP settings, I cannot open any locally hosted site at our webserver on my PC. I can open any other ...
0
votes
1answer
139 views
How to setup differend default document for two sites IIS 7
I Have two domains,
domain-one.com is ok it will point to index.asp
domain-two.com should point on index2.asp
The system is huge, that is reason why we are using existing asp scripts, we have ...
2
votes
1answer
158 views
IIS URL Rewrite 2 installed but cant find it
My company had their website built in asp.net and for SEO purposes we want to change the URLS and asked the company who built the site if we could do it ourselves. They said use IIS URL Rewrite 2.
...