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

Azure VM WS2008R2 IIS Excel Download

We are facing a peculiar problem in our website which is hosted in a azure VM IIS in classic mode. IIS setting timeout is 40 mins.We have a page where user is able to configure and download excel report . when user clicks a button in a page in asp…
0
votes
1 answer

SQL Server 2008 R2 limit processors available

I have a SQL Server 2008 R2 running on a Windows Server 2008 R2. The processor have 8 cores and when I do a big query or update, all server freezes, because all of my 8 processors are taken for this. So I want the SQL Server to use only max 7 cores.…
Antonio
  • 482
  • 1
  • 5
  • 16
0
votes
1 answer

How to host a website in Amazon ec2 windows server 2008 r2

I have created a virtual server in amazon es2. My server is windows server 2008 r2. it already has iis installed. I have also hosted my a site. Problem is , I do not know what is my name server is? I have a domain suppose xyz.com. Now what the name…
0
votes
0 answers

Scheduled Task on Windows Server 2008 R2: batch keeps running

On Windows Server 2008 R2 I have a batch running every 5 minutes as a Scheduled Task. The batch code calls another batch: cmd.exe /c c:\bin\ftp_send.bat (this does a lot more than ftp). When this batch was invoked on Windows Server 2003, it ran and…
0
votes
1 answer

Tracking down HttpException: The file '/SimpleAuthWebService/SimpleAuth.asmx' does not exist

We have a website hosted on a Windows Server 2008 R2 EC2 instance and have had this error regularly in our error logs: HttpException: The file '/SimpleAuthWebService/SimpleAuth.asmx' does not exist. After some research I can see that in the IIS…
Ben
  • 890
  • 4
  • 10
0
votes
0 answers

Deploy ASP.NET project onto IIS 7 - Windows server 2008 R2

I have gone through a lot of posts that might address my problem in deploying an ASP.NET webforms application built using Visual Studio 2013. After creating a website in server 2008 R2 using IIS7, calling(browsing) the URL results in a download…
0
votes
0 answers

move_uploaded_file is not moving the temporary file over

I have Apache 2.4 installed on Windows and PHP running on the same server "Windows Server 2008 R2" without using IIS. I have a PHP script that should upload files on to the server. Here is my PHP code if (!empty($_FILES) && $actualToken ==…
Jaylen
  • 39,043
  • 40
  • 128
  • 221
0
votes
1 answer

How to access files (.pdf) from a share on an windows-server from internet

I have a "special question". We have a public web-portal (accessible public over the internet). The data (including images) are stored on an (internal) (MS)SQL-Server and the queried from the portal. The portal is running on an IIS (Visual Webgui ->…
FredyWenger
  • 2,236
  • 2
  • 32
  • 36
0
votes
2 answers

Session is not working in windows server 2008 r2

I am trying to create a session on MVC application string roleName="Raj" Session.Add("UserRole", roleName); But in server i found that it throwing error as Object reference not set to an instance of an object(I'm unable to create session in…
Vivekh
  • 4,141
  • 11
  • 57
  • 102
0
votes
2 answers

Google Compute Engine (GCE) Windows - Reset Password

Is there any way to reset the password on a GCE Windows instance (Server 2008 R2). I have an old password in a snapshot that I'm creating an instance from and I can't RDP into it. I can create a disk from the snapshot and attach that to another…
alan
  • 4,247
  • 7
  • 37
  • 49
0
votes
2 answers

Some pictures not shown after I sent my site on a linux server

I Has a Html site that is running fine hosted on windows server 2008 http://www.middleeastsoft.com/vista I sent this site to the Linux centos with nginx web server on it, but the weird thing is some pictures not load, when I look at get request of…
mesut
  • 2,099
  • 3
  • 23
  • 35
0
votes
2 answers

bypass service ID from App pool to determine actual username of user ASP.NET C#

I have a website that uses an app pool with a service ID to connect to a database. I want to be able to populate a textbox on the web page that shows their actual windows log in name and not the service ID that is associated with the app pool. I…
0
votes
1 answer

WAMP Server installed on Windows Server 2008 R2 not accessible throughout LAN

I've installed wampserver 2.5 on Windows Server 2008 R2 64 bit and made necessary changes in apache httpd.conf as bellow : AllowOverride None Options None Order allow,deny Allow from all Also,…
lnepal
  • 549
  • 8
  • 20
0
votes
0 answers

SQL Server Stored Procedure Select Into statement not completing

I'm having an issue with a stored procedure which SQL Server being executed as a scheduled task through Task Manager. I have a batch file containing the EXECUTE statement which is called by Task Scheduler. Platforms is SQL Server 2008 R2 on Windows…
0
votes
1 answer

How to deploy an ASP NET MVC 4 Web Application using Windows Server 2008 R2 and IIS 7.5?

Firstly, I am sorry for repeat a question but its solution: Solution It doesn't work for me. I read the articles in this solution but I can't deploy my ASP NET MVC 4 web application. I tried this: