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
2 answers

.NET Framework is getting crashed at irregular intervals

I have hosted(IIS 7) web application on Windows server 2008 r2. This web app worked fine for few days but today it stopped working and an error message displayed like shown below. I have opened the Event viewer and got the below shown error…
SaiKiran Mandhala
  • 365
  • 2
  • 14
  • 37
0
votes
1 answer

MVC5 website unable to find layout page

I have a MVC5 website running under IIS on a Windows 2008 R2 server. The website works fine for a few hours and then I start seeing error messages saying The layout page "~/Views/Shared/Master.cshtml" could not be found at the following…
user1625066
0
votes
2 answers

Powershell - Add (default display) object property values from pipe to string

Update 2: I ended up figuring this out while writing it. I figured I'd post it for anyone else muddling through. See sub-heading 'Resolution - Get only default properties', or the answer. Please feel free to respond with alternate (especially…
0
votes
1 answer

MVC custom error view issues when site is deployed

I'm seeing weird issues once a site is deployed. I have specified a custom error controller & view in the Global.asax.cs using the following: protected void Application_Error(object sender, EventArgs e) { var httpContext =…
0
votes
0 answers

cannot access tomcat using ip address

I am currently trying to run Tomcat 7.0.8 (using port 8080) with jre1.6 on Window Server 2008 R2 I can open localhost:8080 without any problem. However, I cannot access tomcat using IP address (i.e. [ipaddress]:8080/), neither from the computer…
Joe1203
  • 1
  • 1
  • 1
0
votes
1 answer

Set Owner of Directory and Sub Containers in C#

When setting the owner of a preexisting folder in Server 2008 R2, is there a way to make this propagate to all of the sub containers under the object? You can do this in the Properties diag, but I do not see a switch for this. I am looking for a way…
Jesse
  • 434
  • 2
  • 6
  • 16
0
votes
1 answer

UAC issue on Windows Server 2008 R2

I have a 20-year-old executable on 64-bit Windows 2008 R2 that needs to run when called from a batch file. I tried the settings under Compatibility | Privilege Level | Change settings for all users | Run this program as an administrator, but it does…
0
votes
1 answer

MSCOMCTL.OCX missing on Windows 2008 R2

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…
fiat
  • 15,501
  • 9
  • 81
  • 103
0
votes
1 answer

Sharepoint Search 2013 - is there any way to index a list of URLs stored in a database?

I have a database table with a list of URLs that I would like Sharepoint Search 2013 to index so they show up in search results - the URLs are a mixture of content types - web pages, Word documents, PDFs, etc. All the URLs are internal to my network…
0
votes
1 answer

When deploying mvc project with web reference in class library I see blank page

Hello I've got a mvc4 project with a web reference in a class library (Total two projects in my soluition). SO what I've done so far to publish this project to my Windoiws 2008 r2 SERVER: I give right - click only on my mvc web project -> Publish…
Tania Marinova
  • 1,788
  • 8
  • 39
  • 67
0
votes
0 answers

Session Goes Null After response.redirect from Facebook in Windows Server 2012

This below methods are working fine in Windows server 2008 R2 and my app is registered. but when i deploy it on live server 2012 R2. Then after response.redirect my session went empty. Please help me.. because i am finding solution form couple of…
0
votes
0 answers

ERROR [IM002] [Microsoft][ODBC Driver Manager] windows server 2008 r2

I am using Microsoft Odbc driver for Oracle in windows server 2008 r2 using C:\Windows\System32\odbcad32.exe but getting following error. ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified There…
Waqas Ali
  • 21
  • 6
0
votes
0 answers

Cannot publish my class library to WIndows Server 2008 R2

I want to publish on my Windows Server 2008 R2 my MVC 4 project! The problem is that my solution apart from the mvc projecty has also a class library project (in this class library prokject also has a web reference to web service). So what I have…
Tania Marinova
  • 1,788
  • 8
  • 39
  • 67
0
votes
2 answers

Start\stop scheduled task in windows server from asp.net page

Is it possible to start\stop already set windows scheduled task from ASP.NET code? I have few tasks scheduled in windows server 2008 r2. They run as per their scheduled time. But I need to run few tasks manually from ASP.NET web page whenever user…
Ami
  • 397
  • 2
  • 4
  • 19
0
votes
0 answers

Connection to Windows server using .Net

Can I use Renci.SshNet library to connect to Windows server 2008 r2 to perform start/stop of any script? If yes than how? And if not what is another way?
Ami
  • 397
  • 2
  • 4
  • 19