iis-7.5

Is it possible to connect do remote desktop with windows azure websites?

房东的猫 提交于 2019-12-23 04:35:16
问题 I have been doing this with webrole. But as I understand windows azure websites: multiple sites hosted in a single webrole. Q.1. Is it possible to connect to webrole? Q.2. Is it possible to atleast connect to Azure IIS management console? 回答1: No, with Windows Azure Web Sites it is a managed solution. You can edit web.config and use the management portal, but there is no more direct ways to access the underlying compute resource. 回答2: Adding to Jeff's answer, while you can't remote debug your

Connection leaks in Classic ASP using Server.CreateObject(“ADODB.Connection”)

五迷三道 提交于 2019-12-23 02:48:17
问题 I'm looking at an existing classic asp application. The setup is as follows: db.asp: opens a connection using Server.CreateObject("ADODB.Connection") and then calls conn.open func.asp: has helper methods to execute queries using the conn object from db.asp index.asp: builds queries and makes calls to methods in func.asp both index.asp and func.asp include db.asp. index.asp includes func.asp No where is conn.close called. Will the connections automatically be closed or recovered when the

IIS redirect mangling URL parameter value occasionally

China☆狼群 提交于 2019-12-23 01:01:42
问题 We have a multi-tenant application with a Web server in the following environment: Windows 2008 R2 Datacenter IIS 7.5 ASP.NET 4.5 All traffic forced into HTTPS Forms authentication We have some convenience redirects in place in the site's Web.config file. For one of the redirects, the URL parameter value is being mangled occassionally (< 1%) on the request immediately following the 301 redirect . The rule is intended to redirect URLs such as https://www.myapp.com/some_client_id/notifications

Urls /lpt1 and /com1 cause IIS to render its own screen of death

浪尽此生 提交于 2019-12-22 13:01:51
问题 When running a recent SkipFish scan - we found that IIS (7.5) returns the following if you call /lptX or /comX (where X is a number 1-9). Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you ...[and so on]... This is dispite the fact that we have custom [pretty] errors at the site-level and at the web server config level. Try it on your IIS box now if you have one - http://localhost/lpt1 should do it. I'm guessing this is a legacy thing from

Urls /lpt1 and /com1 cause IIS to render its own screen of death

淺唱寂寞╮ 提交于 2019-12-22 13:00:32
问题 When running a recent SkipFish scan - we found that IIS (7.5) returns the following if you call /lptX or /comX (where X is a number 1-9). Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you ...[and so on]... This is dispite the fact that we have custom [pretty] errors at the site-level and at the web server config level. Try it on your IIS box now if you have one - http://localhost/lpt1 should do it. I'm guessing this is a legacy thing from

MVC3 Multiple Areas Different Authentication Methods

一世执手 提交于 2019-12-22 11:46:24
问题 I have the following structure for my web application: In my root web config, not in the Areas/Admin/Web.Config I have the following: <location path="Areas/Admin"> <system.web> <authentication mode="Windows"></authentication> <authorization> <deny users="*"/> </authorization> </system.web> </location> I have my own authentication working on the main root of the web site no problems by using the [Authorize] tag. Now for the Areas/Admin I'd like to use Windows Authentication. In IIS (Server

BonCode Connector, IIS 7.5 & Tomcat 8, Intermittent Generic Connector Error

自闭症网瘾萝莉.ら 提交于 2019-12-22 11:35:53
问题 I have a JSP web-app hosted on IIS 7.5 & Tomcat 8.0.30 via BonCode AJP13 v1.0.26 on Win 2008 R2 64 bit. On the production environment, some users are getting an intermittent BonCode error: Generic Connector Error: Please check... Has anyone got a known working configuration for BonCode 1.0.26, IIS 7.5 & Tomcat 8? Details The users affected seem to be roaming laptops and home-workers that connect via a VPN ie desktops seem unaffected. There is no authentication on Tomcat / JSP web-app. A

log4net RollingFileAppender and IIS 7.5

為{幸葍}努か 提交于 2019-12-22 11:22:46
问题 I'm trying to use log4net with a RollingFileAppender on IIS 7.5 / Server 2008 R2. However, the configuration from my old IIS 6 / Server 2003 box doesn't appear to work anymore, I simply don't see any log files being created, here's what I've got setup: In Web.config (inside <configSections> ) <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/> In the same file (inside <configuration> ) <log4net> <appender name="ConsoleAppender" type="log4net.Appender

log4net RollingFileAppender and IIS 7.5

你离开我真会死。 提交于 2019-12-22 11:21:23
问题 I'm trying to use log4net with a RollingFileAppender on IIS 7.5 / Server 2008 R2. However, the configuration from my old IIS 6 / Server 2003 box doesn't appear to work anymore, I simply don't see any log files being created, here's what I've got setup: In Web.config (inside <configSections> ) <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/> In the same file (inside <configuration> ) <log4net> <appender name="ConsoleAppender" type="log4net.Appender

404 Handler Hanging on ColdFusion 10, works perfect on ColdFusion 8

寵の児 提交于 2019-12-22 10:33:54
问题 I'm having an odd intermittent issue with the 404 handler pages on our ColdFusion 10 server. Here's the backstory: We have been running 2 load-balanced ColdFusion 8 servers for ages without issue. We have upgraded one of these two servers to ColdFusion 10 in order to soft-launch our ColdFusion 10 upgrade. I've installed Update 8 on the CF10 server, and have removed and re-added the connectors. Both servers are running Windows 2008 R2. I've read several forum posts stating issues with people