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
0 answers

Attempted to read and write Protected memory

We recently moved our application from Windows server 2003 to Windows server 2012. Application has two components-- one is MVC and other one is simple ASP.NET with aspx pages. Application is working fine but sometimes we receive-- Attempted to read…
0
votes
0 answers

Run ASP.Net MVC application in IIS 7 that built target framework as .Net 4.5.2

I have an ASP.Net MVC application that sets Target Framework as .Net Framework 4.5.2 I have to deploy this application to 2 servers that one is Microsoft Windows server 2008 R2 Enterprise (This one has IIS 7) and other one is Microsoft Windows…
NoughT
  • 675
  • 4
  • 20
  • 39
0
votes
0 answers

I enable mssql in IIS, but I can't connect sql server. How to fix it

I can not connect Sql Server 2012 with mssql extension. Please help me to fix it. I Got this message in error log. PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\PHP\v5.2.17\ext\php_mssql.dll' - The specified…
0
votes
1 answer

How can I read from a network path on my server using asp.net mvc application

I have setup a network path on the web server running the .net MVC application to another server that is being used for storage of files that are uploaded. In order to allow for uploading files to the network path through the application I amended…
Rob
  • 199
  • 21
0
votes
1 answer

IIS 8.5 URL Rewrite non-www to www not working

I upgrade my IIS to IIS 8.5 and in IIS 8.5 global asax begin request not firing(I asked here: Global.asax Application_BeginRequest not firing After reinstall Server ) In global asax begin request I check if URL is non www.If it is non www I just…
user1688401
  • 1,851
  • 8
  • 47
  • 83
0
votes
0 answers

Global.asax Application_BeginRequest not firing After reinstall Server

In windows server 2012 R I formatter server and reinstall server 2012 R with IIS 8.5xx version I copy same file but my website does not work Global.asax Application_BeginRequest method not firing my application pool is integrated v4.0 I changed it…
user1688401
  • 1,851
  • 8
  • 47
  • 83
0
votes
1 answer

Return 410 Error Based on Part of Query String in ASP.NET MVC

Looking for a method we can use in our ASP.NET MVC-5 IIS-8 site to return a 410 error response (gone) based on a list of phrases contained in the querystrings. Why? We're receiving a few hundred daily junk hits from reputable bots (e.g., Google,…
mark d
  • 126
  • 2
  • 7
0
votes
2 answers

IIS8 RewriteModule / URLRewrite Extremely Slow

I'm running a website with IIS8 on Windows Server 2012. I'm trying to determine what's causing high CPU usage by IIS (frequently 50% or more CPU usage by IIS). Server receives about 40 total requests per second throughout the day, but probably only…
Michael Runyon
  • 1,209
  • 1
  • 13
  • 13
0
votes
1 answer

Best practice for maintaining lists of redirect urls with IIS 8?

Some website changes caused redirect lists with 400+ URLs. What is the best way to maintain these? Adding them one by one is not a good option. Adding them to the the web-config causes the file to grow to the point of the system being unable to read…
aaandre
  • 2,502
  • 5
  • 33
  • 46
0
votes
2 answers

Windows Authentication in IIS 8.5 - Intermittent 404 Error

I'm migrating ASP.NET WebForm 2.0 website from Windows Server 2003 (IIS 6) to Windows Server 2012R2 (IIS 8.5). The website uses Windows Authentication for internal users. In IIS 6, Windows Authentication works perfectly. In IIS 8.5, sometimes…
Tuyen Nguyen
  • 4,389
  • 7
  • 51
  • 77
0
votes
1 answer

Error installing PHP using Web Platform Installer on Windows 10/IIS 10

I am trying to install PHP 7.1.1 on Windows 10, IIS 10, using Web Platform Installer 5.0. I am getting an error: PHP 7.1.1 (x64) The product did not install successfully Windows Cache Extention and PHP manager for IIS fail too, but I believe it…
Hooman Bahreini
  • 14,480
  • 11
  • 70
  • 137
0
votes
1 answer

Update .net core web app on iis

I am developing a web app (web service) using Visual Studio 2015 net core v1 und hosting it on an Windows Server 2012 R2 with iis. It is running well, but the changes I make are not being used. In visual studio I save the changes and go to the…
tatatoto
  • 138
  • 1
  • 12
0
votes
0 answers

ColdFusion 2016 Administration page doesn't load on cloned machine

I recently configured and hardened an installation of ColdFusion 2016 + IIS 8 in preparation for a upgrade from CF9. I was able to load all of our web, configure our data sources, and get everything pointed in the right direction. I was able to test…
henonChesser
  • 167
  • 1
  • 14
0
votes
1 answer

Possible to exclude subfolder from https rewrite?

I have a webiste that runs https. Now some programmers need a subfoder that has no https. This is what i have in my web.config right now:
Jan
  • 95
  • 1
  • 6
0
votes
0 answers

Forbidden When accessing from internet but works fine from local network

I have mixed ASP.NET Web Forms, MVC and WebApi application with AspNet.Identity deployed to an IIS8 on Windows 2012 R2 server. And when I'm accessing this app from local netrowk it work fine. On the other hand, when I or anybody else accessing…
Oleg Oshkoderov
  • 500
  • 1
  • 4
  • 17