Questions tagged [windows-server-2008-r2]

Windows Server 2008 R2 is a server operating system produced by Microsoft.

Windows Server 2008 R2 is a server operating system produced by Microsoft. It was released to manufacturing (RTM) on July 22, 2009 and launched on October 22, 2009. It is built on Windows NT 6.1, the same kernel used with the client-oriented Windows 7.

It is the first 64-bit-only operating system released from Microsoft. Version enhancements include new functionality for Active Directory, new virtualization and management features, version 7.5 of Microsoft IIS Web Server and support for up to 256 logical processors.

There are seven editions:

  1. Foundation
  2. Standard
  3. Enterprise
  4. Datacenter
  5. Web
  6. HPC Server
  7. Itanium and Windows Storage Server 2008 R2 (Essentials Edition).

More Information On Windows Server 2008 R2

Reference

1824 questions
0
votes
1 answer

Print labels via a redirected printer

My task is to print labels via a thermal printer. To this purpose a string of tspl(programming language that the printer understands) commands is generated and sent to the printer. The latter is done in C# with the following method taken from the…
zurab
  • 113
  • 1
  • 6
0
votes
1 answer

Windows directory with no permissions

I accidentally removed all permissions from a directory on a Windows 2008 server. I can see the directory when listing contents of its parent both through Windows Explorer and DOS, but I can't do anything else. No matter what I try, the system…
0
votes
0 answers

I am wondering whether we should not install SQL Server 2014 on a domain controller

I am a system administrator for a small firm. Now we consider to rollout Windows Server 2008 R2 for the firm. We plan to implement Active Directory. We would also like to upgrade RDMS, from SQL server 2000 to SQL Server 2014. We can afford to buy…
0
votes
1 answer

Get the server's cpu utilization

I've searched around and got this code that apparently works for everyone: Set objWMIService2 = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2") Set colItems = objWMIService2.ExecQuery("SELECT * FROM…
Fehu
  • 381
  • 1
  • 3
  • 18
0
votes
0 answers

Deploy MVC5 on IIS 7.5 windows 2008 R2 SP1 routing not work

I've deployed my mvc5 web application and it runs on IIS 7.5 but the routing for beautiful url returns a 404. In my solution I have 2 areas that work well but the main routing doesn't work well. The first routing works well but the second routing…
nvtthang
  • 604
  • 2
  • 10
  • 27
0
votes
1 answer

SocketException is thrown when i call my web application from distance client

I'm working on a project that follows the asp.net mvc architecture. I create a static class " Constante.cs " in which I defined all the attributes and methods that will be called later in different files of my application. Constante.cs using…
Zied CHAARI
  • 269
  • 4
  • 14
0
votes
1 answer

How can I test if Tomcat has SSL support enabled?

I have a problem: I'm configuring a Tomcat server to serve a webservice through HTTPS, and it isn't working. If I go to the 38080 port, the service is working perfectly, but if I go to the 8443 port (using the https prefix), the browser shows me an…
mHouses
  • 875
  • 1
  • 16
  • 36
0
votes
1 answer

Monitor shared file access using PowerShell

Background Using Windows' MMC's Shared Folders functionality I'm able to view any Open Files being accessed via shared folders. This gives me a static view; I'd like to write a script (ideally PowerShell) to monitor this share and log the…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
0
votes
1 answer

Publishing issues for Silverlight enabled wcf service on iis7 and windows server 2008

I have a silverlight application with wcf service self hosted in it.When I publish the the application with service on iis7 on windows server 2008,I cant see any data from service in my application(Service is not getting called).While debugging…
0
votes
2 answers

Total Memory shown in Task Manager less than Hyper-v Manager Assigned Memory

I am running VMs on 2008 R2 and just tried to add memory to one. So I turned the machine off, increased the memory (static) and turned started it. The "Assigned Memory says "40970 MB" but Windows Task Manager at the VM says "32768" in the total…
0
votes
1 answer

Why does the SQL connection get blocked randomly?

SQL Server 2008 R2 runs on Windows Server 2008 R2 in a domain and using the same domain accounts (Windows authentication) to allow the connection between the client PCs and the SQL Server, created and ODBC source(System DSN named Renta_Equipos)…
0
votes
0 answers

Connect database from asp.net mvc hosted in a virtual machine

I'm trying to host an app made in asp.net mvc 4. I've installed a virtual machine (Windows Server 2008) and then I've installed IIS server configured for that. I've got to deploy the app but logically I have a problem. My app uses SQL Server as…
0
votes
1 answer

How to allow a specific ip to access my blocked ports

Yo guys, I have googled it alot and didn't find an useful answer, so i decided to ask the experts here, How can i allow only a specific IP to access my server blocked ports while others can't? Note : I'm using windows 2k8 R2. Also im using the…
Youssef
  • 50
  • 2
  • 9
0
votes
1 answer

Windows Server 2008 R2 backup does not start as scheduled with no error messages

I have been trying to configure regular automated backups to a shared network drive using the Windows Server Backup console. When I backup manually, it works, however it does not run on its own as scheduled. I have made sure to enable run backup…
0
votes
0 answers

Omit VHDs when exporting VM from Hyper-V

I have to export a VM from Hyper-V that has two VHDs attached to it, however I only want to include the VHD that has the operating system in the export. When I select export from Hyper-V manager, it seems to export either all or nothing. Is there…