Questions tagged [iis-8]

Internet Information Services (IIS) Version 8 is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows, and shipped with WIndows 8 and Windows Server 2012.

Internet Information Services (IIS8) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. IIS8 is available with Windows 8 and Windows Server 2012.

Some IIS Links:

2029 questions
0
votes
1 answer

SSRS report drop down boxes and calendar controls are not populating after configuring X-Content-Type-Options: nosniff response header in IIS

Recently we have added X-Content-Type-Options: nosniff header to IIS as a part of security fixes. then we started facing issue with SSRS reports are rending properly in IE11. we debugged with F12 options and identified the server is blocking SSRS…
Balu
  • 513
  • 1
  • 5
  • 9
0
votes
1 answer

IIS 8.5 Batch Update Folder Paths

We currently have a web farm of three servers and the application code is held on a fileshare on a separate device. We are running a project to migrate the applications to a separate storage device which will ultimately have a different root UNC…
aaroncatlin
  • 3,203
  • 1
  • 16
  • 27
0
votes
1 answer

IIS rewrite URL from .htaccess: match all files and folders starting with . and deny access

I am new to IIS and trying to translate into it the following Apache rule: # prevent httpd from serving dotfiles (.htaccess, .svn, .git, etc.) # - except let's encrypt challenge RedirectMatch 403…
VPDD
  • 131
  • 4
  • 7
0
votes
1 answer

IIS redirect users to another server

I have two IIS instances running on different servers with identical code base. The application that runs on these servers reads from a same SQL database. I was wondering if sending users from one server to another possible?
nPcomp
  • 8,637
  • 2
  • 54
  • 49
0
votes
1 answer

Why might IIS change to a response redirect URL to another value?

I'm facing with an odd situation and I think IIS is the cause, however since I'm not an expert in it so it is a guessing at this point. I asked our network admin and he did not agree. In part of my C# code I'm redirecting the user to a new URL: …
amit kohan
  • 1,612
  • 2
  • 25
  • 47
0
votes
0 answers

dotnet core 1.1.0 and net461 now gets System.IO.FileSystem System.TypeLoadException

I have been betting my head on the wall on this. I keep getting this error on the server Unhandled Exception: System.TypeLoadException: Could not load type 'System.IO.Di rectory' from assembly 'System.IO.FileSystem, Version=4.0.2.0,…
Quantum
  • 1,456
  • 3
  • 26
  • 54
0
votes
1 answer

Why do I get a 404 when sending an ajax request on the server but not locally?

As part of a data grid, I want the user to be able to upload a file. I accomplish this via a jquery ajax call to the server. Here's my ajax call: var formData = new FormData(); formData.append("file", Data.File); //Data.File is a File object from…
greenjaed
  • 589
  • 8
  • 20
0
votes
1 answer

siganlr in IIS site with multiple applications

first timer here... I am in a bit of a pickle and I hope someone can help. I have a webapp running in IIS8 lets say its url is myapp.com/ now this url will take me to the login.aspx, once the user has logged in to the app there are a couple of…
0
votes
0 answers

HTTP Error 403.14 - Forbidden(iWin Server 2012 R2 / IIS 8.5 / MVC4 / .Net 4.5)

I created a MVC 4 Application in VS2010 and and hosted in my computer(iis7) working fine ..but when i host published code in Win Server 2012 R2 / IIS 8.5 / MVC4 / .Net 4.5 dedicated server i got “HTTP Error 403.14 – Forbidden The Web server is…
0
votes
1 answer

Web.config IIS rewrite rule to ignore specific file

I have a site txt map sitemaphttp.txt on my site. I redirect all my traffic to HTTPS. I still want Google to be able to read this sitemap, so it won't read it from https://example.com/sitemaphttp.txt but from http://example.com/sitemaphttp.txt. …
Liron Harel
  • 10,819
  • 26
  • 118
  • 217
0
votes
1 answer

Fixing 301 redirect rules to not be seen as not found IIS8.5 ASP.NET

I am getting 404 when trying to access domain like https://www.example.com I get 404. I have the following rewrite rules:
Liron Harel
  • 10,819
  • 26
  • 118
  • 217
0
votes
1 answer

IIS rewrite to local apps - fails with 404

I want to use IIS8 to route traffic from ports 80/443 to two applications running on the same server - one sitting on port 8080 (node.js app, running as a separate service), another on port 8090 (a .NET application, running on the same IIS, handling…
Lech Migdal
  • 3,828
  • 5
  • 36
  • 63
0
votes
2 answers

IIS 8.0 Website on F5 with SSL - unable to log out of website

we have an odd situation where a user logs into the site (Asp.Net), and upon logging out, it only directs us to the main page "https://newsite/default.aspx" however if we replace default with login, we are immediately logged back in. This happens…
Whunter
  • 1
  • 2
0
votes
1 answer

Web config encryption using DataProtectionConfigurationProvider is not working on Production

I have used DataProtectionConfigurationProvider to encrypt the connection strings of web config, which is working fine in local. But when I uploaded the code to production, the web config is not getting encrypted. I have used following…
0
votes
2 answers

IIS7.5+ : Is it the correct way to describe Application Initialization feature?

Recently we want to cater the slow loading problem of IIS for first request, after I did some research, I've found that IIS7.5+ has a feature named "Application Initialization" which maybe what I need. However I have to understand the mechanism…
shole
  • 4,046
  • 2
  • 29
  • 69
1 2 3
99
100