Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
4
votes
1 answer

Configure Web Deploy Publishing - Unable to grant user

I have an IIS7 Web Site configured with a physical path pointing to a UNC Share. This works fine. However, when trying to configure Web Deploy for this site (Right Click on site -> Deploy -> Configure Web Deploy Publishing) I get: One or more errors…
chut319
  • 41
  • 1
4
votes
1 answer

Can't find IIS Rewrite Rule in Config XML

I created a new URL rewrite rule through the IIS manager GUI. But when I browse to the site config XML file, I don't see any rewrite rules even though I have confirmed the rewrite is working. I had expected that the rewrite GUI would generate the…
alexp
  • 205
  • 3
  • 5
4
votes
3 answers

IIS refuses connection to localhost and 127.0.0.1

I am unable to connect to localhost and http:// 127.0.0.1 on one of my machines. However http://machinename works. This results in the Windows Token Application being not able to issue tokens, because it can't connect. This is showing up in the…
Marco
  • 158
  • 1
  • 1
  • 9
4
votes
4 answers

How to redirect or rewrite IIS site with port in URL to URL without port?

I'm not 100% sure if this is the right part of StackOverflow to post this but to me it made the most sense. Sorry if its not! Currently I have a site in IIS configured on HTTPS with port 7500. I can access this site by using the URL:…
user2573690
  • 151
  • 1
  • 1
  • 3
4
votes
1 answer

IIS with multiple roots

Can IIS7 be setup to have many roots? Say I have a local server on our LAN called jupiter. Staff can view their sites via a folder structure such as http://jupiter.example.com/staff/karen. While this works ok, what they cannot do is use relative…
mtullock
  • 43
  • 2
4
votes
3 answers

IIS 7 Backup Strategy

I did notice this post but am looking for more specifics. I have 2 servers running Windows 2008 Server Web Edition and am running websites on both of them. I would like to be able to mirror IIS settings onto each box from the other so that, in…
Mario
  • 321
  • 1
  • 5
  • 12
4
votes
2 answers

When Should I Stop/Start an IIS Application Pool?

I was told that every time I refresh our web site, either individual pages or the entire site, I should first stop the application pool, update my website file or files, then start the application pool. My web site files consists, of HTML, JS, ASPX,…
Frank DiJohn
  • 45
  • 1
  • 4
4
votes
1 answer

IIS 7 File Not found 404 error on IIS Home Page

I have setup new machine with IIS 7. When I tried from http://localhost it shows IIS home page . When I tried the same with from remote machine http://machinename, I get 404 page not found error. When I pinged IIS machine, it was successful and…
Amzath
  • 165
  • 1
  • 1
  • 5
4
votes
1 answer

IIS Change PHP.ini location

I am a novice with IIS on Windows Server 2008 My question is basically how to change the path of PHP.ini, due to phpinfo(); my PHP configuration is loaded from C:\windows when I have my mapped module linked to: C:\PHP5.4 So How would I go about…
Daryl Gill
  • 167
  • 1
  • 2
  • 12
4
votes
2 answers

The trust relationship between the primary domain and the trusted domain failed

Scenario: We have an application server (IIS 7.0, Windows 2008 R2) and a seperate database server (SQL 2008) for both our test and production environments (so 4 servers total). Our application server is hosting our custom ASP.Net 4.0 applications.…
Gage
  • 141
  • 1
  • 1
  • 5
4
votes
1 answer

Two application pools or root virtual directories under one site

This might sound like a very dumb question, so let me first say what I want to achieve and then proceed to my question on how I'd envision something like this working. I am trying to achieve completely seamless deploys of our web application to IIS…
Ruslan
  • 243
  • 1
  • 6
4
votes
1 answer

What is this user name for and how did it get created?

When I created a website named Portal on my IIS 7.5 on the website permissions->security I got this user. What is its purpose? From what I have read the ApplicationPool runs under NetworkService permissions, but I noticed if I gave Portal user full…
sprocket12
  • 223
  • 2
  • 5
4
votes
5 answers

How do I serve Ruby on Rails applications on Windows Server 2008?

I have spent the last several hours attempting to get Ruby on Rails running on a Windows server with no luck. At first I tried configuring a test application through IIS7's FastCGI support, but the documentation for this is not very good. I've been…
Adam Lassek
  • 492
  • 1
  • 9
  • 18
4
votes
3 answers

Is there a downside to enforcing 128bit SSL for a website

On Windows Server 2008 R2 I can enforce 128bit SSL for a website by executing: appcmd set config "Default Web Site" -section:access -sslFlags:Ssl,Ssl128 -commit:apphost Is there a downside to that? Are there any reasons not to do this, or good…
marapet
  • 330
  • 2
  • 10
4
votes
1 answer

How do I import certificate (.CER) in IIS

I have created certificates based on this tutorial: http://ondrej.wordpress.com/2010/01/24/iis-7-and-client-certificates/ Then I have imported "MyPersonalCA.cer" on IIS host server based on this…
no9
  • 303
  • 3
  • 5
  • 13