iis-6

It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level

戏子无情 提交于 2019-12-11 17:11:33
问题 Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 36: ASP.NET to

IIS 6 Private Key certificate access

徘徊边缘 提交于 2019-12-11 14:38:05
问题 We have a Web asp.net application running in the framework 2.0 and hosted in an IIS 6 server, and the OS is windows server 2003. The web application is suing a client certificate to be authenticated by a web service. We have impersonalized the application pool with de user “Network Service”. The problem is when we have to access to the private key of the certificate that is stored in the machine key/my storage. The user Network Service cannot access the key. We have given privileges to the

Incorrect page loading in MVC

送分小仙女□ 提交于 2019-12-11 14:26:39
问题 We are currently hosting a asp.net mvc 2 website in IIS 6. In this application we override the 'Create Controler' method and configure a custom view engine. This engine specifies the location of the views depending on the url format. for example; if a user lands on www.asite.com/test/1.0/index.aspx the view engine tells mvc to look for index.aspx in the 'sitedirectory/test/1.0/views/pages/' directory; string versionDirectory = String.Format("~/{0}/{1}", offerCode, version.ToString("#0.0000"))

asp.net cache and recycle worker processes

大城市里の小女人 提交于 2019-12-11 13:57:45
问题 So I've noticed that HttpContext.Cache is cleared whenever the worker process is recycled. I have a callback that reinserts the cached item back into the cache whenever it expires. However, this does not seem to happen when the process is recycled. I have a call within my Application_Start that adds the appropriate items to the Cache but this does not seem to be called after the worker process is recycled. Is there a callback I can use to repopulate the cache on recycling or is it supposed to

HTTP Status 443 on Server.CreateObject in VBScript under Classic ASP IIS 6.0

岁酱吖の 提交于 2019-12-11 13:56:47
问题 This is old legacy code that has been running at least 5 years. The DLL happens to relate to Paypal's PayFlowPro merchant processing service, but I think this is a Windows scenario causing the issue. Suddenly, based on the code below, I'm seeing this error in the browser: > Error with new credit card processing software, please call Neal at xxx-xxx-xxxx > Error Ref102: client = Server.CreateObject returned Null > (Detailed error: Object doesn't support this property or method) > (Detailed

Multi-application Coldfusion 7 server and CFC paths

坚强是说给别人听的谎言 提交于 2019-12-11 13:29:55
问题 We have a Coldfusion server that hosts multiple applications, all in their own subfolder. Something like: /webrootfolder/applicationA /webrootfolder/applicationB Furthermore, on the development server, we have a copy of a given application per developer, each being a Subversion working copy: /webrootfolder/applicationA_dev1 /webrootfolder/applicationA_dev2 /webrootfolder/applicationA_dev3 Since we are running Coldfusion 7 (with major resistance to upgrading), I find myself stuck as I want to

Unable to access my website outside local network

血红的双手。 提交于 2019-12-11 13:17:47
问题 I'm hosting my website on IIS. I am able to access the website via localhost and the system's IP address, but I'm unable to access it outside of my local network. I am able to remotely control that machine using mstsc. I believe that the firewall is completely disabled. What could be the cause of this? 回答1: If your external IP address is different from your machines' intranet IP address, what you need is port forwarding configured in your router. I.e. external requests coming to ports 80

Dot symbol in url

不羁的心 提交于 2019-12-11 13:01:13
问题 When I test my Asp .NET MVC application locally, all seems good and I can open page like this localhost:6911/Home/User/c%40c.cc Then I tried to run it at server( www.test.com/Home/User/c%40c.cc ) and got The page cannot be found exception... I think it's that for dot symbol in my url, because when I had changed username of user from c@c.cc to cccc page opened successfully. Who know where is the problem? Maybe something needs to change in IIS? 来源: https://stackoverflow.com/questions/8163401

How to interpret this crash dump

喜欢而已 提交于 2019-12-11 11:37:57
问题 We've been encountering an issue with a particular website hosted in iis for which I've not managed to get much information from the event log. I'm a bit out of my league with these low level 'raw' diagnostic tools and I'm not if I'm barking up the wrong tree (in which case please tell me - e.g IIS is just broken) or whether I'm following the correct paths to try and locate the issue. A process serving application pool 'MyWebsite' suffered a fatal communication error with the Windows Process

Configuring SSL in IIS / ASP.NET

半腔热情 提交于 2019-12-11 11:36:03
问题 I'll try to be as brief as I can. I have the certificate already setup on my server. I just have a question about the.. proper way of configuring the ssl in my website. I need to secure at the root login.aspx and the admin and cart directories. So in IIS, you can right-click a file or directory in the site and go to Properties -> File/Directory Security tab -> Secure Communications section and click Edit -> check Require secure channel (SSL) . This causes the file or directory contents to be