iis-7.5

Bug in the dynamic language runtime in combination with IIS 7.5

不想你离开。 提交于 2019-12-22 09:40:18
问题 I apologize for this question length, but I think you'll all find it worth it. Before I begin, let me say that I was really trying to produce an isolated console application, but sadly that proved impossible. The bug does not happen in a console app. It doesn't happen in a self-contained ASP.NET app. It only happens when run within IIS 7.5 on Windows 7. The error seems related to the dynamic language runtime as it involves the combination of a __TransparentProxy (via WCF) and a dynamic

Can We deploy Microsoft bot Application in IIS for hosting without Azure?

痞子三分冷 提交于 2019-12-22 09:32:48
问题 Is it possible to deploy Microsoft bot Application in IIS without Azure. We have created a sample bot Application and running fine with the Emulator in local environment. We would like to move the application to the Production and don't have Azure account and details. Can we deploy bot application in the IIS in Windows server 2012 R2 as how we deploy Webservices or WCF Services ? Is it Possible without to host in IIS without Azure ? 回答1: Of course it is possible. You just need to deploy your

Configuring ASP.NET MVC app's IIS 7.5 Application Pool identity as login on SQL Server 2008 R2

限于喜欢 提交于 2019-12-22 08:28:28
问题 I am trying to use IIS 7.5 Application Pool identity as login on SQL Server 2008 R2 so that my ASP.NET web app can connect to the database... Using this approach worked fine on my local dev machine (IIS 7.5 and SQL Server 2008 R2 on same machine). However, when I try to set up the same on production (IIS and SQL servers are separate) I am unable to add "IIS APPPOOL\MyAppAppPool" login to SQL Server 2008 R2. Notice that in either case you cannot use "Browse..." when creating a login in SQL

Host WCF service with net.tcp binding through IIS Manager 7.5

半城伤御伤魂 提交于 2019-12-22 07:05:10
问题 I am fairly new to hosting web applications and web services. Though I was successful in hosting a web application, I am running into road block after road block when trying to host a WCF service with net.tcp binding. My scenario is as follows, I have a hosted web application that needs to communicate with a hosted WCF service with net.tcp binding through IIS 7.5. As stated the web application is hosted fine and I can browse the web site. However, the web application makes services calls to

Enabling html PUT method on IIS 7.5

帅比萌擦擦* 提交于 2019-12-22 07:00:06
问题 I'm doing a iCal Service to allow sync between Calendar instances and runs fantastic on localhost (under VS2010 Web Server) But now That I hosted on a Windows 2008 R2 (IIS 7.5.7600) I couldn't create not even update an event :-o Thunderbird always said So I rush into Fiddler and found out the problem a 405 error That says PUT is not allowed :( How can I enabled this method? Application Pool? WebSite definition? IIS Settings? 回答1: We just need to remove the WebDav Service Control Panel >

Programmatically assigning IIS Application Pool Identity “users” to Groups

旧时模样 提交于 2019-12-22 05:45:09
问题 The Problem: When new IIS Application Pools are created and set to use the Application Pool Identity for permissions, I am unsure how to add those identities to User Groups such as Administrator or Performance Counter Users. The Background: I'm currently writing a C#.NET library which uses Microsoft.Web.Administration in order to do the following: Detect if IIS 7.x is installed, and if so, what components. Install or upgrade IIS 7.x to a provided list of required components. Create/manage one

.Net Web API No HTTP resource was found that matches the request URI

匆匆过客 提交于 2019-12-22 05:43:08
问题 I am working on .Net Web API which is working fine in debug as well as on localhost IIS but when i publish this to server it starts giving following error :- "Message": "No HTTP resource was found that matches the request URI On server, we have application folder under default site for this API, but it's working fine in application folder under local IIS's default site so that should not be the problem. Now i tried setting proper verb in handler as specified in following url but didn't work:

iisnode - IIS7.5: 405 Method not allowed when performing PUT request

五迷三道 提交于 2019-12-22 05:07:40
问题 I started to do some experimentation with iisnode and expressjs to create a REST like API with node. So on the server.js I created something like app.put("/test", function(req, res){ ... }); However, when I execute the PUT request I get a 405 Method not allowed from the IIS 7.5 installation. Any idea on how to solve this? BTW, I googled already and tried to add the PUT verbs here and there in the different Handler Mappings with no success... 回答1: I now finally found the solution to this

Application_Start vs serviceAutoStartProviders

允我心安 提交于 2019-12-22 04:50:14
问题 I am using IIS7.5 to force my web app to load automatically ( startMode="AlwaysRunning" ), and I now want to preload my cache data. I am a bit confused though because two approaches seem identical: use Application_Start in global.asax use serviceAutoStartProviders in IIS config files They seem rather redundant and doing the same thing. If they are, I guess I would rather use Application_Start than create code dependencies in IIS configuration files. Any advice? 回答1: The Application_Start in

IIS_IUSRS group is not found in Windows 7 laptop

删除回忆录丶 提交于 2019-12-22 04:43:31
问题 I have 500 error when debug an asp.net application on my Windows 7 laptop. It looks like a permission problem. Therefore I want to give the permission to the corresponding folder. I tried to add IIS_IUSRS to the group. But I can't add it because it doesn't exist. See the image below please. EDIT: I checked the user groups. It is there 回答1: IIS_USRS is local group added with IIS 7 release. It isn't available on active directory so while searching it location should be selected as local machine