iis-8

IIS - Missing Windows Authentication Feature [closed]

℡╲_俬逩灬. 提交于 2019-12-11 02:19:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . There's anyway to install/enable IIS Windows Authentication when it's missing in "Turn Windows Features On or Off" menu? I'm running an Win8 machine in a Local Workgroup. 回答1: I guess you need Pro or Enterprise edition 回答2: I ran into the same problem, so far tried these, you should also take a look at these

httpCompression not work inside web.config

走远了吗. 提交于 2019-12-11 01:11:34
问题 Is their anyway to make httpCompression work from inside web.config ? i try to add this in my web.config but it's does nothing : <httpCompression> <dynamicTypes> <clear /> <add mimeType="text/*" enabled="true" /> <add mimeType="application/json" enabled="true" /> <add mimeType="application/javascript" enabled="true" /> <add mimeType="*/*" enabled="false" /> </dynamicTypes> <staticTypes> <clear /> <add mimeType="text/*" enabled="true" /> <add mimeType="application/javascript" enabled="true" />

process.env.PORT is undefined

回眸只為那壹抹淺笑 提交于 2019-12-11 00:44:07
问题 I am trying to go to production on one of my node.js applications which runs ion windows server 2012. After a week of troubleshooting and reading everything I could get to online, the problem seems to be the "process.env.PORT" variable. The symptoms are as follows: The website works fine when: set PORT=3510 in console domain.com:3510/index.html in remote browser However, when I type: domain.com I get a 404 - File or directory not found. When I console.log the "process.env" object at startup

.svc files in Windows Server 2012 respond with “405 Method not Allowed”

☆樱花仙子☆ 提交于 2019-12-10 23:59:41
问题 When I copied my Websites using .svc-ASP.Net 4 Services from Windows Server 2008 to Windows Server 2012, I get a 405 Response for every .svc-Request being triggered by a Silverlight application. In Windows Server 2008 everything worked perfectly. I tried aspnet_regiis and the WCF Register (ServiceModelReg). The file .svc is also included into the Module Mappings in IIS 8. I also uninstalled ASP.NET 4.5+3.5 and reinstalled it and the WCF HTTP Hosting. All Websites are affected by this

What does “WebSocket upgrade request failed” exception mean in a context of Web sockets?

久未见 提交于 2019-12-10 21:27:48
问题 When trying to use WCF with NetHttpBinding on IIS 8 Express, the following WebSocketException is thrown on client side when the client attempts to connect: WebSocket upgrade request failed. Received response status code '200 (OK)', expected: '101 (SwitchingProtocols)'. Google Search is not helpful. What could be the cause of this error? 回答1: It means the HTTP server does not support WebSockets on that URL. During a WebSocket negotiation, a standard HTTP 1.1 GET request is sent to the server

405 - HTTP verb used to access this page is not allowed. [IIS 8.5] [Windows Server 2012 R2]

一世执手 提交于 2019-12-10 17:37:56
问题 I have got a new iis server and from a while i am finding solution for error : 405 - HTTP verb used to access this page is not allowed. The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access. I have seen below solutions: 1. <system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer> 2. IIS Settings http://www.somacon.com/p126.php Solution 1, causes Internal

IIS 8 & Plesk web.config to enable parent paths and error reporting

不打扰是莪最后的温柔 提交于 2019-12-10 15:08:24
问题 I'm moving a classic ASP site from shared hosting IIS 6 site to shared IIS 8 host that uses Plesk, so the only control of IIS is via a few settings in Plesk, or web.config. Plesk has settings to enable ASP support (which I have done) and ASP.NET support (tried enabled and disabled, but this is classic ASP so should not matter). I have been unable to get enableParentPaths to work. I also cannot get detailed errors displayed. My initial web.config probably has stuff only relevant to ASP.NET,

HTTP Slow Post and IIS settings to prevent

倖福魔咒の 提交于 2019-12-10 13:08:21
问题 So we got this report from a Security Company saying our MVC website running on IIS 8.0 was vulnerable to slow HTTP post DoS attack. The report stated we should Limit request attributes is through the <RequestLimits> element, specifically the maxAllowedContentLength, maxQueryString, and maxUrl attributes. Set <headerLimits> to configure the type and size of header your web server will accept. Tune the connectionTimeout, headerWaitTimeout, and minBytesPerSecond attributes of the <limits> and

unable to setup net.tcp bindings for wcf application running on IIS

倾然丶 夕夏残阳落幕 提交于 2019-12-10 11:46:32
问题 I am trying to set up NET.TCP bindings for a WCF application deployed on IIS . I have already added net.tcp to Enabled Protocols of application, but when I am trying to add net.tcp binding, its throwing the error shown below: I have also activated the Windows Communication Foundation Non-HTTP Activation . NET.TCP services are also running. Thanks in advance 回答1: You need to add net.tcp to the enabled protocols of your site. Go to IIS Manager, right-click on your website, go to 'Manage Web

IIS 8: Custom app pool ID: Value does not fall within the expected range

删除回忆录丶 提交于 2019-12-10 11:33:14
问题 I have a pair of IIS 8 machines, both with identical app hosts, both with precisely the same machine keys. On one of them, when I try to use a custom account for my application pool id, everything works hunky-dory. On the other, when I attempt to do this, I close the dialogue box to enter the password, leaving me at the advanced settings dialogue box. When I close that, I receive an error stating "Value does not fall within the expected range." I've tried everything I can possibly think of