iis-7.5

Add Standalone ASP.Net Application Into Existing ASP.Net Website

一个人想着一个人 提交于 2019-12-11 02:37:57
问题 I have a weird question for everyone. I am currently working on a project for a company that has an existing ASP.Net website that they have lost all source code for. I need to add some functionality to the site but they are not willing to pay for a site redesign right now. Can I deploy my web application to a subdirectory of their website and have it function properly? I have to do this because I need to take advantage of the SSL certificate they have attached to the existing website

WCF On HTTPS Generates “The provided URI scheme 'https' is invalid; expected 'http'.”

断了今生、忘了曾经 提交于 2019-12-11 02:21:57
问题 I have been googling everywhere I can possibly find (including here on Stackoverflow) to figure out an error I've got trying to deploy a WCF service to IIS 7.5 on Windows 7 x64 that runs only over SSL with basic HTTP authentication. I've got a site in IIS which has a binding to port 50443 for HTTPS with a self-signed cert. (I can't use the standard port 443, as we plan on deploying this to IIS on a server which is already running Tomcat which is listening on 80 and 443.) This is the web

msxml3.dll error '80072f0c' A certificate is required to complete client authentication

感情迁移 提交于 2019-12-11 01:58:54
问题 I've installed the paypal api certificate and given private key access to the proper identities using winhttpcertcfg. I've exhausted all of the "known fixes" found on various forums and continue to get this error. I'm running the lastest msxml versions. Using the paypal code example I get the error msxml3.dll error '80072f0c' A certificate is required to complete client authentication The error is constant whether using 3.0, 4.0 or 6.0 versions of MSXML2.ServerXMLHTTP, and I receive the same

Web API 2 hosted in IIS 7.5 and Windows server 2008 R2 giving 403.14

♀尐吖头ヾ 提交于 2019-12-11 01:40:14
问题 There are many other questions similar to this in SO, i am still posting here because none of them are working out for my environment. The exact error i am getting is, HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory. Enabling Directory browsing in IIS doesn't help at all. Also tried adding adding all verbs in ExtensionLessUrlHandler-Integrated-4.0 in IIS Handler mappings. And also tried removing module WebDAVModule and WebDAV handler in

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" />

issue with Telerik_Web_UI_WebResource_axd

你离开我真会死。 提交于 2019-12-11 01:08:21
问题 When I run my website, I get the following error message Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'Telerik_Web_UI_WebResource_axd' Here are the contents of web.config... <httpHandlers> <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/> </httpHandlers> <system.webServer> <modules runAllManagedModulesForAllRequests="true"/> <validation validateIntegratedModeConfiguration="false"/> <handlers>

IIS 7.5 – a breaking change in extensionless URIs handling after Windows Server 2008 R2 SP1 is applied?

别来无恙 提交于 2019-12-11 00:57:05
问题 We are experiencing a problem with an application we recently migrated from IIS 6 .net 2.0 to IIS 7.5 .net 4.0 (ASP.Net Web Forms) The code performs custom rewriting in the global.asax Application_BeginRequest event and uses the HttpContext.Current.RewritePath() method to do the re-writing. When a bad request (a page which does not exist) with an extension comes in like /kentest/test.blah things are handled properly - IIS properly passes in the custom error page which we re-direct to. When a

Rewrite URLs on an HTTPS page to HTTP

天涯浪子 提交于 2019-12-10 23:28:57
问题 Using the 'bindings' feature of IIS7, I added an SSL certificate at the root of my website to 'https' (port 443). Then, I required an SSL connection for a specific directory, '/secure-directory/'. I can now redirect to this directory by explicitly linking to the https address: https://www.mysite.com/secure-directory/. The problem is that /secure-directory/ is the only directory I want to use SSL, and it contains navigation links which are now maintaining the https prefix, so my 'Home' link

NHibernate + IIS7.5 throws “A session factory has already been configured with the key of nhibernate.current_session”

自闭症网瘾萝莉.ら 提交于 2019-12-10 23:17:32
问题 Using S#arp Architecture 2.3 RC , I am trying to publish two websites which use -mostly- the same codebase. The first of the applications I publish runs correctly, however, upon deploying and trying to run the second application, I get the following exception: Access to the path 'C:\Windows\TEMP\nhibernate.current_session--851346262.bin' is denied. When I refresh the window, I then get this exception: A session factory has already been configured with the key of nhibernate.current_session I

ERROR_USER_UNAUTHORIZED when deploy to IIS 7.5 when using IIS manager user

别说谁变了你拦得住时间么 提交于 2019-12-10 22:57:27
问题 I'm trying to deploy from a teamcity server to my iis server but I get unauthorized when I use an IIS Manager user set up in IIS. If I use a Windows account it works just fine. Am I missing something? I thought it was enough to create an IIS Manager User in ISS, or do I have to add that user to the domain or server I'm trying to deploy to? In the Management Service Delegation I have added two rules, it could probably be combined into one. The first rule is for contentPath and iisApp and the