Questions tagged [iis-8]

42 questions
19
votes
5 answers

How to restore IIS settings and Default Web Site?

On Windows 8.1 with IIS8. How to restore IIS settings and Default Web Site? I've a machine that all the application pools and web sites have been deleted from its IIS. I've tried to remove and reinstall the IIS, but even after reinstall the Default…
MichaelS
  • 930
13
votes
2 answers

IIS 8.5: Failed Request Tracing missing from IIS Manager

In Windows Server 2012 R2, I've installed the IIS "Tracing" module. However when I start IIS Manager, I don't see the Failed Request Tracing option anywhere, in any pane or properties window of any object. What do I need to do to convince IIS that I…
Brian Lacy
  • 3,391
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
4
votes
1 answer

IIS ApplicationInitialization doesn't call initializationPage on one of the servers

I setup applicationinitialization for our web app by following up https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-8/iis-80-application-initialization the below is my changes in web.config
Reza
  • 743
3
votes
0 answers

Install IIS 8.0 or later on windows 7

Are there any methos to install IIS 8.0 on windows 7? As I searched, IIS is available with OS only and not as a independent package to install. Only Express version of IIS is available to download and install. But if there is any method to install…
VSB
  • 305
3
votes
1 answer

Install Windows web deploy on server core

How can I install Web deploy for IIS on a server core version of Windows server. All examples Iv seen involve downloading a tool from Microsoft but Server core has a minimal GUI. Is there anyway to install this through powershell?
2
votes
1 answer

SSHFS mount marked all files as hidden

I ran chown -R me:me /opt/web/ftp-mounts/ which affected files on sshfs ftp mounts. The remote server hosts IIS based websites. I might have messed up the file permissions on the remote host. Now when I request static files on my production…
loa_in_
  • 119
2
votes
0 answers

Open up for remote website request on IIS 8

I have a IIS 8 on a windows server 8 that currently has its firewall shutdown. I am trying to open up for other computers to access the website that this IIS is running. I can access it locally. I can ping the server remotely but when I try to…
evilfish
  • 121
2
votes
2 answers

Static IP isn't accessible outside of the home network

I have Windows 2012 server with HTTP server enabled through the firewall. I mapped my static IP to my local IIS using the router's port forwarding. Everything worked fine for awhile. All of a sudden I found that my static IP only gets resolved in…
Dmitry
  • 23
2
votes
1 answer

CORS issue with one machine

I have a VM where I have installed my Angular 6 based UI and Node + Express(I have enable CORS using app.use(cors());) based REST API. Both are hosted on IIS 8.5 in the VM on AWS. I have 2 laptops when from one of them I am able to access to it…
2
votes
0 answers

IIS 8 SSL Different IP with same ports. Website cannot be started

We're running into an issue in IIS where we have 1 site started (http), with a binding of * on 10.xx.x.28:8082 (http). We have a second site, but this one is https with a different IP, binding is * on 10.xx.x.35:8082 (https). When we try to start…
2
votes
0 answers

IIS Application Pool Identity User not created or available until website starts

I'm trying to add an Application Pool Identity user to folder permissions in Windows Server 2012 Standard, Build 9200. This is IIS 8.0. When I try to add the user IIS APPPOOL\ExampleAppPoolIdentity Windows reports that the Name is not found. All…
Rots
  • 191
  • 1
  • 5
2
votes
0 answers

IIS FTP Site : Username with special chars

Using IIS 10, i want to connect to my FTP Site : My Windows 10 is called gaia (this is the hostname). I've created two users wich is called john, and clément (the second on have a special char (diacritics)). I've added the two users to the Explorer…
Picsonald
  • 121
1
vote
0 answers

Setting up php to send email through IIS

I have a wordpress site on my Windows 2012 R2 IIS server. I have installed SMTP. These are the setting I've done in php.ini: [mail function] ; For Win32 only. ; http://php.net/smtp SMTP = localhost ; http://php.net/smtp-port smtp_port = 25 ; For…
ErocM
  • 173
  • 1
  • 5
  • 16
1
vote
2 answers

Why is Port Forwarding HTTP from a Public IP Failing on Windows 8.1 Update (IIS 8.5)?

I have three Windows hosts on the same private LAN, each hosting an IIS default website. One host is running Windows 7 Pro, while the other two are running Windows 8.1 Update Version 6.3 (Build 9600). Other computers on the local subnet can open…
Eric
  • 411
  • 1
  • 3
  • 7
1
2 3