Questions tagged [iis8]
IIS – formerly called Internet Information Server – is a web server application and set of feature extension modules created by Microsoft for use with Microsoft Windows.
19 questions
1
vote
0
answers
27
views
How to prevent Chrome from showing "🛈 Not secure" for my website in the URL bar? [duplicate]
I have uploaded my website in my IIS using static IP. whenever I access it from local or remote it was showing "not secure".
How do I resolve this issue?
1
vote
0
answers
383
views
IIS: Difference between Websites and App Pools when stopping/starting/deploying
I've used IIS here and there for various applications, mostly as a developer that doesn't have to interact with it much. I've never understood the complete distinction between an IIS "Website" and an ...
3
votes
1
answer
1k
views
PHP 7.3 doesn't show in Web Platform Installer (WPI) in IIS 8.5
I have 3 Windows servers, two of them are Windows Server 2012 R2 - IIS 8.5 and the other is Windows Server 2012 - IIS 8.0.
I wanted to update to PHP 7.3.x automatically through the Web Platform ...
5
votes
1
answer
18k
views
How can I configure multiple HTTPS sites on one IIS intranet server using a single IP address?
I have an IIS 8.5 server running on our intranet. We'll call it MYIISSERVER. It has only one IP address.
Under MYIISSERVER, I have several sites:
Site1 - currently to access this site we use the ...
1
vote
2
answers
11k
views
Images work directly in image folder with IIS but give 404 in subfolders of that directory
Hi I need some help with configuring our IIS (8.0) to allow images to be delivered from the image folder and all its subfolders.
Our web.config is located in the root. We then serve most files from ...
1
vote
0
answers
25
views
Can I configure IIS to use an ASPX page for all OPTIONS request
Is there a way I can configure IIS 8 to use an options.aspx page for all requests coming in with the method OPTIONS?
Also can a vbscripted aspx page set a response header?
1
vote
0
answers
1k
views
Newbie looking for some help, iis vs wamp [closed]
I have been banging my head against a wall for several days now, searches rarely uncover the issue I'm having or a solution to the problem. Which I'm sure is a combination of my ignorance and not ...
5
votes
1
answer
1k
views
What might be causing my site's pages to load more slowly in these IIS Rewrite Module rules?
I have the following IIS rewrite rules that work exactly as I wish on both my development and live servers within an Orchard CMS website, though when enabled, seriously slow the site's page loads. ...
2
votes
1
answer
1k
views
IIS URL rewrite rules not matching
I have this URL www.example.com/music/in/chicago
And none of the rewrite rules in placed in my rewriteRules.config below match the above URL....what am I missing?
<rules>
<clear />
<...
0
votes
1
answer
286
views
Response of nslookup
I have configured dns at IIS.
The webpage is served correctly, but i have a feeling i am doing something terribly wrong.
Here is the response from nslookup.
C:\Windows\system32>nslookup example....
0
votes
0
answers
31
views
URL Rewrite help
Is there any way to forward the following? If I do just the:
https://mywebsite.blah.com
it gives me this error:
You do not have permission to view this directory or page.
And while I know that ...
4
votes
1
answer
493
views
Can I only show the folder(s) a user has access to in Directory Browsing (IIS8)
I'm trying to make Directory browsing a bit more pleasant for a client,
The folder in question is hosted on a Windows 2012 server running IIS8, A website is set up on this, allowing access using ...
0
votes
0
answers
4k
views
ERR_CONNECTION_ABORTED when trying to access https site hosted by IIS 8.5 / 2012 R2 by IP Address in Google Chrome
Warning: This question is largely academic.
I have a website in IIS 8.5, with an HTTPS binding on port 8443. The relevant netsh lines are:
IP:port : 0.0.0.0:8443
Certificate ...
1
vote
1
answer
14k
views
How to deploy ASP.Net MVC 5 to IIS 8 running Windows Server 2012
I have developed serveral MVC 3, 4, 5 applications and have formerly deployed them via Visual Studio to a hosting provider. Never had a problem with that, everything have always worked. Now I have to ...
0
votes
1
answer
909
views
How do I host an asp.net dll application in a WP website?
We're migrating from an ASP.NET website to a WordPress website, hosted on IIS (don't ask). There's a few things we need to migrate over, and for the most part I can get away with a simple HTTP ...