windows-server-2008-r2 Questions

2

Solved

I have an SSIS package--two data flow tasks, 8 components each, reading from two flat files, nothing spectacular. If I run it in BIDS, it takes reliably about 60 seconds. I have a sandbox DB server...

2

I need your expertise in fixing a problem I have been facing from a week. This has already turned into a 'royal pain in the lower back side' category and time is running out fast. Problem I have...
Rhaetian asked 5/6, 2013 at 7:43

1

I am having a really strange issue with SHAppBarMessage, have been trying out different things for few hours now but i am not getting it. I am trying to get the TaskBar Position. It works fine on W...
Bernardobernarr asked 30/11, 2013 at 9:42

3

Solved

I had a user contact me saying that her computer clock is 8 or 9 minutes faster than her cell phone clock. That concerned me because cell phone clocks are always synced. I looked at my computer's c...
Exhibitionist asked 20/3, 2012 at 12:26

1

Solved

I have created an alert in Performance Monitor (Windows Server 2008 R2) that should be triggered whenever \Processor(_Total)\% Processor Time is Above 10 (a small value just to guarantee that the c...

2

Solved

I have following result while running below powershell command, PS C:\> Get-Process svchost Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName ------- ------ ----- ----- ----- ------ -- --...

1

I'm running this code, compiled on 64 bits vc++ 2005, on Windows Server 2008 R2 with 32GB. There is an access violation inside the for loop. #include <iostream> using namespace std; int ma...
Self asked 30/7, 2013 at 16:40

2

Solved

I am receiving a Server Error on an ASP Classic site running on IIS 7.5. I have "Send Errors To Browser" set to True, however I still receive the following error screen:
Matthaeus asked 12/6, 2011 at 21:29

1

We created a website that relies heavily on Javascript and has quite a lot of DOM-elements. In all browsers, even IE7 and IE8, this works fine. The user experience is a bit faster and more respon...

1

Solved

I am trying to get a working script to check for expiring SSL certificates in IIS. There are many similar entries with simply getting the list of expiring installed certificates but I need some ext...
Currajong asked 24/4, 2013 at 1:5

2

Solved

I currently have a windows 2008 webserver running iis 7.5. I've successfully build PyISAPIe 1.1.0 for Python 2.7.4. Django is deployed and it works, fast. But as I know PyISAPIe is somehow old fash...
Aleksandr asked 9/4, 2013 at 8:27

1

I have created a pair of C# based console apps based on this SignalR Console app example. This works brilliantly on my local PC, and I have now copied the server app (plus all files from the bin/R...
Etienne asked 14/11, 2012 at 14:21

1

Solved

I've written an asp.net MVC 3 web application ('ADReporter') on my local machine that uses Powershell to retrieve some data. If I run this application locally, everything works fine. Now I'm trying...

1

Solved

How to limit traffic for the whole server with IIS7? There is a limit feature for a site, but it works only for a separate site: Also there is Bitrate Throtting plugin for IIS, but as I know it...
Thermotaxis asked 19/12, 2012 at 8:38

5

Solved

I have seen code samples similar to the following numerous times in my search for an answer: using System; using System.Text; using System.Management; namespace ConsoleApplication1 { class Progr...
Pirogue asked 5/12, 2012 at 21:0

1

Solved

I am working on doing a check for Firewalls. The following code quite easily checks the status of the default Windows Firewall: INetFwMgr manager = GetFireWallManager(); bool isFirewallEnabled =...
Would asked 28/11, 2012 at 22:3

3

Solved

I've been given the job of installing PHP5.4 on this machine. One of the manual installation steps is to configure the IUSR account to have specific permissions. The problem is, I see the IIS_IUSRS...
Ashy asked 5/4, 2012 at 17:25

3

Solved

I have a certificate that has to be imported into Certificates/Trusted Root Certification Authorities and has a corresponding private key. To actually access the key from code you need to set priv...

3

I'm trying to deploy my ASP.NET MVC 3 web application using VS2010 Publish feature. I'm using Web Deploy as Publish method, but I'm getting this error: Error 1 Web deployment task failed.(Remot...

3

This is the code that creates the performance counter: var ftpPerfCounter = new PerformanceCounter("FTP Service", "Current Connections", "_Total"); This is where the exception happens: int cnt ...

1

Solved

I've been given access to a server and told SP1 was installed on it, but I think maybe it wasn't. How can I check if Service Pack 1 is installed on Windows Server 2008 R2? What I've tried: ...
Makedamakefast asked 7/8, 2012 at 19:47

1

Solved

What happens when an application pool is recycled in IIS 7? Does IIS abruptly stops everything on that website and there is user impact or does it does it transparently and the user never notices a...
Inimitable asked 17/6, 2012 at 19:3

2

Getting an error: Server is unwilling to perform while changing unicodePwd in AD through PHP. However, I'm able to search, add, remove and modify any attributes of the users. Using Administra...
Provoke asked 26/5, 2012 at 1:59

6

Solved

I'm trying to take a SQL Server 2008 R2 Expression db and restore it on my local SQL Server 2008 standard, however it gives me the error: The media family on device 'C:\jtoth\Backups\ucampus.bak' ...
Latinist asked 21/10, 2010 at 17:38

3

Solved

I have a Windows Server 2008 (64-bit) box that I am doing development on. I've installed Visual Studio 2010 and System.Data.SQLite (from sqlite.phxsoftware.com). My problem is that the former is no...

© 2022 - 2024 — McMap. All rights reserved.