iis-7.5

visual studio 2010 unable to Publish to local web site. access denied

。_饼干妹妹 提交于 2019-12-18 14:53:49
问题 I just reinstalled IIS7.5 after a lot of ugly messing around. I admittedly had no idea what I was doing. I finally was able to renamed my windows\system32\inetsrv folder so that when I reinstalled IIS, I would get the default settings. I took a wild guess at running this and it got my site running: aspnet_regiis.exe -i Now I just can't Publish from Visual studio to any site under wwwroot. for example, I get the error: Unable to create the Web site location 'c:\inetpub\wwwroot\WebApplication5'

ASP.NET MVC 4 on IIS 7.5, returns 404. Something to do with extensionless route mapping

懵懂的女人 提交于 2019-12-18 14:34:54
问题 I have deployed an MVC 4 web-site to a Windows 2008 R2 server with IIS 7.5. .NET 4.5 is installed on the server. The site works fine locally. All routing works fine. However, when I put it on the server, nothing works. I have confirmed that the DNS/binding is working by putting a static text file in the site and this works. Here's a few things I've tried: The default route / returns 403.13 - indicating directory browsing is disabled (correct). This should surely map to /home/index? Any route

ASP.NET MVC 4 on IIS 7.5, returns 404. Something to do with extensionless route mapping

五迷三道 提交于 2019-12-18 14:34:30
问题 I have deployed an MVC 4 web-site to a Windows 2008 R2 server with IIS 7.5. .NET 4.5 is installed on the server. The site works fine locally. All routing works fine. However, when I put it on the server, nothing works. I have confirmed that the DNS/binding is working by putting a static text file in the site and this works. Here's a few things I've tried: The default route / returns 403.13 - indicating directory browsing is disabled (correct). This should surely map to /home/index? Any route

Connection_Abandoned_By_ReqQueue Problems

断了今生、忘了曾经 提交于 2019-12-18 14:14:22
问题 I have this strange problem. I have 3 sites using the exact same code. All are on the same dedicated server and all have their own app pool. It's Windows 2008 R2 server. One of the sites keeps having the Connection_Abandoned_By_ReqQueue problem every few hours. Again, same code on all 3 sites, but only one is running into that. App pool has default settings. I read that I should use Microsoft's Debug Diagnostics app and I installed it on my dev machine to play with it first and none of the

Remove NEGOTIATE from WindowsAuthentication in IIS

一笑奈何 提交于 2019-12-18 13:31:48
问题 I have a site running in IIS 7.5 that is accessed using a DNS alias different from the actual server name. In IE 8, integrated authentication is failing, but in Firefox and Chrome everything works fine. (IE presents a credential challenge a few times, then displays a 401.1 error page.) I have figured out that this is due to IE using Kerberos (aka "Negotiate") over NTLM, and Kerberos requires registering a Service Principal Name (using SETSPN) so that the mismatch between the DNS name and the

Deploying a .Net 4.5 website to an IIS 7.5 server

半城伤御伤魂 提交于 2019-12-18 12:29:26
问题 We are using Teamcity to do continuous integration builds for our website and have just upgraded our website to .Net 4.5RC. The application builds and runs in IIS express on my box and builds on our build server that I have installed .NEt 4.5RC on. But when we deploy it to the server that has had .Net 4.5RC installed on it we get the following error. The application pool that you are trying to use has the 'managedRuntimeVersion' property set to 'v4.0'. This application requires 'v4.5'. What

Coldfusion Error and IIS7.5 Error Pages

女生的网名这么多〃 提交于 2019-12-18 11:57:43
问题 In order to allows ColdFusion showing its errors instead of just server error (code 500), I have added to web.config according to some findings in this site. The problem looks resolved but... When I visit a non-existed directory in the IIS, it returned a "blank" page without any status code. If I set it from passthrough back to auto, the IIS takes the error page again and no more ColdFusion errors showed. Anyone has a solution? I did some research and "suspect" that the JWildcardhandler maybe

Coldfusion Error and IIS7.5 Error Pages

独自空忆成欢 提交于 2019-12-18 11:57:16
问题 In order to allows ColdFusion showing its errors instead of just server error (code 500), I have added to web.config according to some findings in this site. The problem looks resolved but... When I visit a non-existed directory in the IIS, it returned a "blank" page without any status code. If I set it from passthrough back to auto, the IIS takes the error page again and no more ColdFusion errors showed. Anyone has a solution? I did some research and "suspect" that the JWildcardhandler maybe

What is the relationship between Application Pools and worker process threads?

回眸只為那壹抹淺笑 提交于 2019-12-18 11:12:52
问题 I'm troubleshooting restarts in an ASP.NET application. The application is restarting about 20 times a day. We strongly suspect one part of the application because the restarts began when this particular feature when into production. I've added some logging to those pages using the log4net library, but I'm having trouble interpreting the logs. When an ASP.NET application is running in an Application Pool, does only a single instance of that application run, or will multiple instances of that

After hosting Angular2 app on IIS direct url is not working

陌路散爱 提交于 2019-12-18 10:46:24
问题 We have developed Angular2 App. It is working fine while we are running under angular-cli with 'ng serve'. Once we host the app to IIS 7.5, we can browse to root of the app without much of the problem and we can navigate to whatever other views from app navigation created. But issue starts when user try to load url which is targeting specific route or component. so if we go to http://serverurl ... it loads index.html and then clicking on navigation link on index.html it takes user to http:/