Questions tagged [windows-server-2012]

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2.

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2. Windows Server 2012 is the first version of Windows Server to have no support for Itanium-based computers since Windows NT 4.0.

Microsoft has indicated that Windows Server 2012 does not support IA-32 or IA-64 processors. Upgrades from Windows Server 2008 and Windows Server 2008 R2 are supported, though upgrades from prior releases are not supported.

1747 questions
0
votes
1 answer

what "Create a new DNS record for the server FQDN" means?

I'm trying to setup DirectAccess in Windows server 2012 R2, I'm following the step-by-step of this page http://blogs.technet.com/b/canitpro/archive/2014/01/06/step-by-step-enabling-directaccess-in-windows-server-2012.aspx In the step 2, how is this…
Cesar Romeroo
  • 183
  • 1
  • 1
  • 12
0
votes
1 answer

URL forwarding within a web config file for Windows Server 2012 IIS 8.5

I am trying to forward a specific URL on my website to another website and I can't figure out how to set the proper values in the web.config file for my IIS server. For example I would like to forward www.example.com/ballot to ballot.example.com So…
0
votes
1 answer

What to put in -v using Aspnet_Compiler

I have an in-place website in .NET running on Windows Server 2012. I would like to try pre-compiling it to speed up the first page response. The site is running on a second virtual website in IIS. Calling the site on the local machine it runs at…
u07ch
  • 13,324
  • 5
  • 42
  • 48
0
votes
1 answer

Snip up new VM using snap of existing VM

I have existing VM which is having all the required setting. I want to snip up a new VM with similar settings. Can i take snap of the existing VM to snip the new similar VM ? If yes, how can i do it , Any link or steps will help. Using : Microsoft…
usr021986
  • 3,421
  • 14
  • 53
  • 64
0
votes
1 answer

Does SCOM agents enqueue data if there is no network connection?

I wanted to ask does SCOM agents enqueue data like alerts if there is no network connection? Does it use MSMQ for it? What if MSMQ is dead? Thank you
0
votes
0 answers

WAMP wrong Physical Path

I have first installed my WAMP Server on my personnal PC. It worked fine. Then I pluged that PC in a network of a company (25 PC in total). I had acces to all there network. And I managed to make it work and accessible to everyone in the company but…
Booba__2012
  • 143
  • 1
  • 3
  • 14
0
votes
1 answer

DNS Forwarder only working with nslookup, browser does not open external url

We configured a Domain Controller (Windows Server 2012), we're using DNS Forwarder to resolve external DNS request as google, yahoo, etc, but we are having a very strange problem to browse external url. Background: Domain Controller is located at…
0
votes
1 answer

FTP Access stopped working on Windows Server 2012

In the process of adding a new FTP user on my dedicated 1and1 server, I somehow blew out the access for myself (FTP ONLY) on that very server. I'm getting, in IIS manager, that port 21 is already being used. I have NO FTP site under the "sites"…
Peter The Angular Dude
  • 1,112
  • 5
  • 26
  • 53
0
votes
0 answers

Silent Install Windows Software Development Kit (SDK) for Windows 8

I am writing my first Powershell script to automate the installation of Windows Software Development Kit (SDK) for Windows 8. I plan to install it on a Hyper-V VM running on Windows Server 2012. I have the .exe file (sdksetup.exe) necessary for the…
0
votes
0 answers

session variable lost after response.redirect from facebook

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

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
1 answer

Connecting Old ASP site to Access (.mdb) on server 2012

I feel that the title pretty much speaks for itself. I keep getting a server 500 error when i try to access a page on my site that is using the Access DB. I created an ODBC (32 bit) Data Source using the driver Driver do Microsoft Access (*.mdb).…
scapegoat17
  • 5,509
  • 14
  • 55
  • 90
0
votes
5 answers

How can I tell if a Batch variable is text or a number?

This is a really simple thing that I'm having a horrible time figuring out. I have a script. It breaks the date down into separate vars, like this: for /f "tokens=1,2,3,4 delims=/ " %%a in ( 'DATE /T' ) do set DD=%%a&set MM=%%b&set YYYY=%%c for /f…
Martin T.
  • 445
  • 1
  • 7
  • 18
0
votes
1 answer

Windows - Apache & OpenSSL. Get rating F

I´m trying to configure OpenSSL go get a rating of "A" or "A+", but only getting "F". My httpd-ssl.conf looks like this: # # This is the Apache server configuration file providing SSL support. # It contains the configuration directives to instruct…
Hampeee
  • 11
  • 2
0
votes
0 answers

InstallShield 2008 setup will run on Windows Server 2012

I have InstallShield 2008 project which is for website and database installer currently it is working fine on Windows Server 2003 I would like to run same setup into Windows Server 2012 will it run?