iis-8

Application Tier Configuration Failed For TFS 2010 on Windows Server 2012 R2

本小妞迷上赌 提交于 2019-12-21 20:30:01
问题 I have installed TFS for Visual studio 2010 on Windows Server 2012R2. ISS is already configured with IIS 6 compatibility, Static content compression and Windows authentication. But the application tier configuration failed with the following errors Error [ Application Tier ] TF255120: Compatibility mode for Internet Information Services (IIS) 6.0 is not enabled. Team Foundation Server requires this on this operating system. Error [ Application Tier ] TF255456: You must configure Internet

NetworkService under IIS has empty AppData path

删除回忆录丶 提交于 2019-12-21 05:23:11
问题 Using IIS 8 on Windows 8, I've set up an application pool which runs with an identity of Network Service . In the code for a page, I make calls to: Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) Both calls return null. I've tried combinations <identity impersonate="true|false"/> as well as setting the Load User Profile setting to true|false in the application pool setting, but I always get a null

Web Api Requests Queueing up forever on IIS (in state: ExecuteRequestHandler)

放肆的年华 提交于 2019-12-21 05:09:12
问题 I'm currently experiencing some hangs on production environment, and after some investigation I'm seeing a lot of request queued up in the worker process of the Application Pool. The common thing is that every request that is queued for a long time is a web api request, I'm using both MVC and Web API in the app. The requests are being queued for about 3 hours , when the application pool is recycled they immediately start queueing up. They are all in ExecuteRequestHandler state Any ideas for

Chrome network Timing , how to improve Content Download

ぐ巨炮叔叔 提交于 2019-12-20 14:12:51
问题 I was checking for XHR calls timing in Chrome DevTools to improve slow requests but I found out that 99% of the response time is wasted on content download even though the content size is less than 5 KB and the application is running on localhost(Working on my local machine so no Network issues). But when replaying the call using Replay XHR menu, the Content download period drops dramatically from 2.13 s to 2.11 ms(as shown in the screen shots below). Data is not cached at browser level.

How to remotely stop/start an application pool in IIS 8

与世无争的帅哥 提交于 2019-12-20 10:26:16
问题 Caveat: using one line each! I had these commands for use in IIS 6, and they worked just fine. Start: (get-wmiobject -namespace 'root\MicrosoftIISv2' -computername 'REMOTE_SERVER' -class 'IIsApplicationPool' | where-object {$_.Name -eq 'W3SVC/AppPools/MY_FANCY_APPPOOL'}).InvokeMethod('Stop', $null)" -and- Stop: (get-wmiobject -namespace 'root\MicrosoftIISv2' -computername 'REMOTE_SERVER' -class 'IIsApplicationPool' | where-object {$_.Name -eq 'W3SVC/AppPools/MY_FANCY_APPPOOL'}).InvokeMethod(

applicationhost.config file path in IIS 7, 7.5, 8, 8.5 and IIS 10?

末鹿安然 提交于 2019-12-20 09:47:34
问题 Anyone please explain me the applicationhost.config file location in the different mentioned IIS versions. Please mention the exact locations in each iis version. Apt answers will be appreciated. 回答1: For the "big" IIS versions since IIS 7, the location is always the same: %windir%\System32\inetsrv\config\applicationHost.config For IIS Express there is one per user, the default location is: %USERPROFILE%\Documents\IISExpress\config\applicationhost.config again it's the same for all versions.

CORS issue IIS 8 Windows Server 2012

拟墨画扇 提交于 2019-12-20 04:50:28
问题 SCENARIO: I have two applications, one is "SPA web application" and the other one is "Web API 2.0" which is deployed on IIS 8.0 on Windows Server 2012. ERROR: Website is accessible and working fine on the same machine but not from outside, web page is loaded properly but on ajax call to the API generates the following error... Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at . This can be fixed by moving the resource to the same domain or enabling

SignalR 2.2 and ARR3.0 Load balancing

时光怂恿深爱的人放手 提交于 2019-12-20 02:35:47
问题 I am using signalr2.2 web application and hosted in IIS-8. Here I tried to implement load balancing for my application using ARR3.0. In my server farm I connected two servers and set the routing rule as 'weighted round robin'. Every server has a javascript client with HTML page. While I am accessing HTML page of any server the request has been routed as expected but I am having this error in my html page and signalr doesn't get connected WebSocket connection to 'ws://mydomain.com/signalr

SignalR 2.2 and ARR3.0 Load balancing

巧了我就是萌 提交于 2019-12-20 02:35:10
问题 I am using signalr2.2 web application and hosted in IIS-8. Here I tried to implement load balancing for my application using ARR3.0. In my server farm I connected two servers and set the routing rule as 'weighted round robin'. Every server has a javascript client with HTML page. While I am accessing HTML page of any server the request has been routed as expected but I am having this error in my html page and signalr doesn't get connected WebSocket connection to 'ws://mydomain.com/signalr

The specified password for user account 'root' is not valid, or failed to connect to database server

早过忘川 提交于 2019-12-20 02:08:40
问题 I am getting this error while installing WordPress using Windows platform installer 5.0 on a Windows Server 2012R2. Currently I have a php site with mySQL on that server which is running fine, PHP, MYSQL was already installed as part of setting up that site couple of months ago. MySQL .NET Connector was already installed, I have repair it(http://dancerscode.com/blog/the-annoying-mysql-web-platform-installer-bug/) using latest installer as well. Installed WebMatrix3 which was mentioned in same