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

How to remove shortcut from start screen?

Basically in an effort to configure and customise the start screen for our Windows 8/2012 users I have resorted to creating shortcuts and copying the layout to each user. With powershell I am able to create my links and shortcuts by running the…
0
votes
0 answers

Report Services login

I have a problem in which I cannot log into http://*/ReportServer/ReportExecution2005.asmx or http://*/ReportServer/ReportService2005.asmx from an application. I can put the URL in a browser and log in and then run the application and it will do…
korrowan
  • 563
  • 2
  • 15
  • 37
0
votes
2 answers

transfer projects from vss 2005 to tfs 2013

I installed TFS 2013 on my Windows server 2012 and I would like to transfer my projects from vss to tfs. I downloaded the vss to tfs tool from [microsoft tool][1], but I was unable to install it because of compability mode, error message: "Windows…
Inahmias
  • 26
  • 3
0
votes
1 answer

Why can't I make remote server (Windows Server 2012) show localized validation messages in my MVC (.NET 4.5) application?

I have an MVC application that uses .NET 4.5. I debug it locally and then I publish it to a remote server. The local copy has validation messages in polish, but the remote one has them in english. I've added
jahu
  • 5,427
  • 3
  • 37
  • 64
0
votes
2 answers

pssession function not working

I have a particular use case that requires a lot of my powershell scripts to change the user context they run under. I have code that works reliably, but am trying to put it in to a function instead of repeating it in each script. Individually, the…
0
votes
1 answer

Better solution to reloading the page inside a method in C#

Is there an easier or a more efficient way to reload a page that a control(which holds the method) is on then this code? this.Page.Response.Redirect(this.Request.Url.AbsoluteUri); Need to reload a session variable on another page for a balance that…
user1566783
  • 399
  • 1
  • 4
  • 18
0
votes
0 answers

How to log/visualize data transfers on Azure / Windows Server?

We have made a nice framework for hosting many websites, which are database driven. The amount of sites is causing about 95,000 pageviews a month across several hundred sites and Azure is telling us that our data out is ~205gb of Data. If we…
Piotr Kula
  • 9,597
  • 8
  • 59
  • 85
0
votes
0 answers

How To Increase TCP Connections in Windows 2012 Server

1) We have installed our Java application in Windows 2012 Server. After running for some time application started showing Connection Time out. We have set TCP Parameters MaxUserPort = 65534 and TcpTimedWaitDelay = 30. We are facing the same issue,…
Venu
  • 1
  • 1
  • 1
0
votes
1 answer

Django and Windows Server

I have developed a django application that I now need to deploy on Windows Server (which may also be hosting various other web application I don't know about). The application I've developed will only be used internally. Please excuse the naive…
0
votes
1 answer

Cannot convert 'System.Object[]' to the type 'Microsoft.SharePoint.PowerShell.SPSolutionPipeBind'

Getting this error when i try to deploy a .wsp to a SharePoint 2013 portal. Someone have any idea? Get-SPSolution : Cannot convert 'System.Object[]' to the type 'Microsoft.SharePoint.PowerShell.SPSolutionPipeBind' required by parameter 'Identity'.…
Theepan Karthigesan
  • 583
  • 2
  • 6
  • 10
0
votes
1 answer

How to turning Debug Mode On, Windows server 2012?

I'm trying to Install YetiShare script, but every time I face this message: "SQL execution error! Please Turn debug mode On and check carefully a syntax of your SQL dump file." FYI, my OS: win server 2012 with IIS manager & php v 5.5 & Workbench…
Samir Junaid
  • 113
  • 1
  • 3
  • 17
0
votes
1 answer

What php does my windows server run? Tomcat and/or Apache and how are they related?

I have a Windows Server 2012 VPS at Strato. I've installed a domain and set PHP 5.2.17 to be executed as FastCGI in Plesk. I uploaded code that used to work on another Windows server. Now I run into some problems and the solutions I find on the…
0
votes
1 answer

IIS - How to downgrade self signed SSL certificate to 1024 bits?

Firstly, thank you for the taking the time out to read this post. I'm running a demo development web server which is hosting my ASP.net Web API in IIS8. My API is setup to work only via SSL, but I need the self signed SSL key to be 1024 bits rather…
RobHurd
  • 2,041
  • 7
  • 26
  • 34
0
votes
1 answer

SQL Syntax select something from a table and insert the result into a new table if it doesn't exist

I am pretty new to SQL syntax and I have the following Scenario on Windows Server using MSSQL 2012: 2 tables, lets call them table1 and table2 I now want to select a user by email from dbo.table1 and take out his UserID , later I need to insert…
RayofCommand
  • 4,054
  • 17
  • 56
  • 92
0
votes
1 answer

Convert from web Server.MapPath to Module .exe on server

I'm requesting assistance in using code that's worked for me on a .NET web application and now trying to run it as a Module .exe on the server. I know why it's not working, I just don't know the syntax to get it working correctly. Previously, I had…
trevoray
  • 317
  • 1
  • 11
  • 28
1 2 3
99
100