windows-server-2008-r2

How do I get a HTML5 Video to work using IE10

别等时光非礼了梦想. 提交于 2019-12-17 06:54:10
问题 I am hoping someone has an idea on what I can do to help me play HTML5 videos on my local intranet. My Web server= Windows Server 2008 R2 Standard 64bit IIS version= IIS7 Test User environment = Windows 7 Enterprise Video plays perfectly using 'Google Chrome' Video fails to play using 'IE10' My html code is as follows: <!DOCTYPE html> <html> <body> <video src="AccReadings.mp4" width="400" height="300" preload controls> </video> </body> </html> My test machine using IE10 does play HTML5Rocks

Windows Server 2008 R2: Cannot access event viewer, server manager, IIS7 CLSID:FX:{18ea3f92-d6aa-41d9-a205-2023400c8fbb}

笑着哭i 提交于 2019-12-14 03:28:50
问题 I am currently running Windows Server 2008 R2. When I try to run Event Viewer, I get "MMC cannot initialize the snap-in". When I try to run IIS7, I get "Please set registry key HKLM\Software\Microsoft.NETFramework\InstallRoot to point to the .NET Framework install location" And when I try to open server manager I get: MMC Could not create the snap-in. The snap-in might not have been installed correctly. Name: Server Manager CLSID:FX:{18ea3f92-d6aa-41d9-a205-2023400c8fbb} I've tried: running

Loading any MVC page fails with the error “An item with the same key has already been added.”

一世执手 提交于 2019-12-14 00:15:46
问题 I am having an intermittent issue that is appearing on one server only, and is causing all MVC pages to fail to load with the error "An item with the same key has already been added." Restarting the application pool fixes the issue, but until then, loading any mvc page throws the following exception: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/11/2012 08:09:24 Event time (UTC): 10/11/2012 08:09:24 Event ID: d76264aedc4241d4bce9247692510466 Event

SQLServer Error: 18546 - SQLState 28000

孤人 提交于 2019-12-13 18:36:09
问题 I have a 3-level application running. WebServer IIS7.5 and SQLServer 2008 R2 Express Database and OS WinServer 2008 WebEdition. When I try to connect via ODBC from a PC on the network have this error. Remote connections with MSSM (Microsoft SqlServer Managemet Studio) work properly. I want to use this ODBC to connect Hyperion to SQLServer Can you help me? 回答1: I resolve to enable TCP/IP service in SQL Server Configuration Manager. After this , if problem persist disable firewall on private

Make AMI from EC2 W2008 instance - why never get a password?

China☆狼群 提交于 2019-12-13 14:27:13
问题 What I'm trying to do I'm trying to clone a EC2 Windows 2008 instance via the Managment Console. The instance is based upon " Windows-Server2008-i386-Base-v104 (ami-92ba43fb) " but has a number of applications installed on it that I would like to preserve for new instances. What's Happening I've now created two different AMI's and on both occasions when I launch instances using the resulting AMI I'm unable to retrieve the password via the 'Connect' option of the EC2 Management Console (I keep

Detect Server Display Resolution

余生长醉 提交于 2019-12-13 05:35:38
问题 On windows server 2008 can I have a web service or something I can query from a C# application as to the display properties (resolution (height & width)). The C# application does not run on the server so I cannot just detect it from the application itself. Addition to help explain why: I will have a user named "display" and that will be logged on displaying a website (on the server) and I want to be able to check the display from the desktop application so the user knows what resolution to

Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005

最后都变了- 提交于 2019-12-13 04:15:56
问题 I have an ASP.NET website on IIS and it generates Excel files automatically, the problem is I keep getting this error: "Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005." I have tried almost everything on the net to solve this problem but I couldn't: I have changed the DCOM configurations of Excel for the user used for the website, created Desktop folder in System32 and SysWOW64 with full control for

activex can't create object by vbs but can by classic asp

我们两清 提交于 2019-12-13 03:43:20
问题 On my Windows Server 2008 R2 I installed a COM object and can create it from a classic ASP page. When I call it from a vbscript file, I get the "can't create" message. I have tried starting Powershell as administrator and using that to run the script. No luck. I have tried giving the "everyone" user full control over the COM DLL. No luck. Any ideas? 回答1: The only thing that makes sense to me is that the COM object is the same bit-ness as the class ASP and a different bit-ness than the script

MSCOMCTL.OCX missing on Windows 2008 R2

寵の児 提交于 2019-12-13 03:38:47
问题 Migrating a legacy Visual Basic application from Windows 2000 to Windows 2008 R2, I get the error Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is missing or invalid Installing VisualBasic6-KB896559-v1-ENU.exe didn't help 回答1: For some reason MSCOMCTL.OCX didn't get copied / registered to the correct folder when installing the downloaded runtime VisualBasic6-KB896559-v1-ENU.exe from the KB896559 at https://www.microsoft.com/en-US/download/details.aspx?id

How can i give permission to a folder in windows server IIS 7

强颜欢笑 提交于 2019-12-12 16:23:38
问题 I'm a PHP and windows Server newbie and I'm getting the following error when viewing a form that I created in PHP. Error in exception handler: The stream or file "C:\inetpub\wwwroot\wrp\app\storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied in C:\inetpub\wwwroot\wrp\vendor\monolog\monolog\src\Monolog\Handler\StreamHandler.php:84 I'm on a Windows 2008 Server R1 (64bit) running IIS 7 and PHP through Fast CGI. Except for this issue PHP is running fine on the