windows-server-2008

IIS ASP.Net Website - ManagedPipelineHandler Error ( An operation was attempted on a nonexistent network connection)

无人久伴 提交于 2019-11-30 13:11:45
I am experiencing a strange issue. I have an ASP.Net web application that uses Forms Authentication. If I open the log-in page and there is a couple of minutes of inactivity, the log-in attempt times out or IE / FireFox display "Cannot display this page". If there is no pause or lack of activity, there is no issue and the website run as expected. I enabled tracing in IIS. The area that appears to be hanging is NOTIFY_MODULE_START Module Name:ManagedPipelineHandler. After 132141 ms, I get the following error The I/O operation has been aborted because of either a thread exit or an application

The FastCGI process exited unexpectedly

爱⌒轻易说出口 提交于 2019-11-30 11:51:22
问题 I am trying to run PHP via FastCGI on a Windows 2008 server. I followed this installation doc http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis7/ and have checked I completed the steps correclty numerous times. However when I try to execute a php page i am presented with the following error: HTTP Error 500.0 - Internal Server Error C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly 回答1: You might be using C:/[your-php-directory]/php.exe in Handler

Batch-file for mysqldump to backup each database into a separate file

[亡魂溺海] 提交于 2019-11-30 11:30:09
问题 Trying to create a batch (cmd) file for backing up each database into a separate file. Databases are created/deleted often, so batch file needs to grab current db names everytime it runs and backup each one of them. Here is how I want it to be: mysql -e "show databases" -u root --password=1234 mysqldump %dbname% -u root --password=1234 > S:\Backup\MySQL\%dbname%.sql Is it possible to do in a batch file? Please help. Thanks. 回答1: This can be run directly in cmd (I wrapped the line but it

Windows 2008 server task scheduler does not run .bat batch job [closed]

那年仲夏 提交于 2019-11-30 11:23:04
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I have a batch file on a Windows 2008 server that, when invoked from command line works fine. However, when I set a scheduled task to run this job, it does not work properly. The task scheduler does show that that the task is getting run at regular intervals, it does not show any error. But, the batch file does

Run multiple sites from one IP in IIS

倖福魔咒の 提交于 2019-11-30 11:07:56
问题 I have a box with Windows Server 2008 and IIS 7, and I'm using an ASP.NET app. I am trying to run multiple sites from one IP, but I can't access the sites from the outside. I can only access the Default website from outside but when I want to access the second one it does not work. The second one should run on the http://ip:81 and the default one is on 80. They both run fine locally on the box and I have added a rule on the firewall to allow all inbound. 回答1: host headers are your friend This

IIS 7.5 web application first request after app-pool recycle very slow

半腔热情 提交于 2019-11-30 11:07:48
问题 We have our website running on two machines with iis 7.5 One works fine. The other one how ever takes a really long time to process the first request after an app-pool recycle. It can take upwards of 60secs which is unacceptible since its going to be used as our production server. I've checked the app-pool settings on the both servers and they are the same, and the webapp version on both servers is the same. I've run the task manager and resource monitor, add see a connection to the machine

A process crashed in windows .. Crash dump location

心已入冬 提交于 2019-11-30 10:58:31
问题 A windows process got crashed for some reason. I need to analyse the crash dump. In Windows 2003 PC health helped us to find the crash dump file. How to get the crash dump file location in Windows 2008? 回答1: I have observed on Windows 2008 the Windows Error Reporting crash dumps get staged in the folder: C:\Users\All Users\Microsoft\Windows\WER\ReportQueue Which, starting with Windows Vista, is an alias for: C:\ProgramData\Microsoft\Windows\WER\ReportQueue 回答2: Maybe useful (Powershell) http:

Using Microsoft.Ink in ASP.NET on Windows Server 2008

こ雲淡風輕ζ 提交于 2019-11-30 09:37:25
问题 I'm developing an ASP.NET web application. The site generates PDF files which contain images of handwritten content (signatures etc.). The bitmap images are created by some methods of the Microsoft.Ink library, converting MS Ink data (generated on a Tablet PC and transferred to the site.). Now, it works like charm on my Vista development machine, but not on the production server, a Windows Server 2008 64bit machine. There is some unmanaged code for Microsoft.Ink besides the .NET assemblies I

'+' symbol problem in URL in IIS 7.x

霸气de小男生 提交于 2019-11-30 08:40:53
We are sending an HTML encoded string in the Query string. It was working fine on IIS 6 (windows 2003). We have recently moved the website to Windows 2008 (IIS 7.x). Since the move any Query String that contains "+" sign i.e., "%2b" gives error on the server "404 - File or directory not found." Any help? Best regards. StefanE Here is an answer! https://serverfault.com/questions/76013/iis6-vs-iis7-and-iis7-5-handling-urls-with-plus-sign-in-base-not-querystri The reason why you are facing this error is that IIS7 has introduced new URL filtering rules for security reasons. So '+' sign is blocked

Import-Module : The specified module 'activedirectory' was not loaded because no valid module file was found in any module directory

别等时光非礼了梦想. 提交于 2019-11-30 07:50:40
问题 I am having trouble doing an import-module ActiveDirectory on a Server 2008 SP2 (64 bit). NET Framework 3.5 SP1 is installed I download the Windows6.0-KB968934-x86.msu (for ADWS) This file did not install saying that "The update does not apply to my system" Doing some research (http://anti-american.rssing.com/chan-2091246/all_p15.html) I installed hotfix in KB article 969166 and the above update installed. After a reboot, I noticed that in services, Active Directory Web Services is running I