Questions tagged [windows-server]

A family of server operating systems by Microsoft. This tag can also be used to denote a server with Windows, as opposed to Unix, installed.

Windows Server is a family of server operating systems developed by Microsoft.

This includes:

1228 questions
0
votes
1 answer

Monitoring Windows Servers through script

I need to monitor the CPU and the memory usage in windows servers when executing performance tests on them but I need them to be via script. In Unix systems, I have the scripts and, for example, to monitor the cpu, I use this line: cpuPerc=$(top -n…
0
votes
2 answers

slow response website windows server 2008 r2

website getting slow which is running windows server 2008 built using .net framework 4.0 . my question ,is it DNS problem because when i check dns.exe it is consume about 5.4GB. Are we under DDos attack?. If i run the website using VS 2012 inside…
Mohammed Ali
  • 696
  • 3
  • 9
  • 22
0
votes
1 answer

Can I install SQL Server and IIS on Windows 8.1 professional Edition

Can I install SQL Server and IIS on Windows 8.1 professional Edition, and run it as a web server? -- edited -- How about Microsoft Server Essentials 2012 R2?
rockXrock
  • 3,403
  • 1
  • 25
  • 18
0
votes
0 answers

Associate Windows Store App to Session

I have a Windows Desktop App(written in c#) that knows all Windows session information about all sessions and I have Windows Store App(written in c#) that needs to know itself Windows session information. How can i do that?
0
votes
1 answer

Could not load file or assembly 'jquerycalendar' or one of its dependencies. The system cannot find the file specified

I have hosted website on Windows sever and It is showing error : Could not load file or assembly 'jquerycalendar' or one of its dependencies. The system cannot find the file specified. It is working fine on local server but not on Hosting Server.…
Jeeten Parmar
  • 5,568
  • 15
  • 62
  • 111
0
votes
0 answers

Will future windows server OS support Asp Classic?

Can anybody tell me, will future versions of Windows server operating system support ASP Classic (3). As my company product uses ASP classic in product and we support our product in all upcoming Windows server systems. But I heard from someone that…
agarwal_achhnera
  • 2,582
  • 9
  • 55
  • 84
0
votes
2 answers

Use .dll in server instead of in deployed application

My application needs an Oracle .dll which I deploy into the bin folder of the application along with the rest, and it works fine. But what I want to do is to avoid deploying the library, so I need the server to know where to look for it. I added the…
Armaggedon
  • 399
  • 4
  • 14
0
votes
0 answers

WebBrowser Control trys to download HTML file

We made an little MFC tool with an embedded WebBrowser Control which loads an local html file with an frameset from the hard drive. One of our customers reported an error. The error thrown by the webbrowser control is "your current security settings…
0
votes
1 answer

active directory and open directory

I am working in a mixed environment of Mac OS and Windows machines, which the domain controller is Open Directory served by a Mac server. Actually, Mac and Windows both are installed on every machine and could be selected on boot time. As a longtime…
0
votes
2 answers

Styles not loading on Windows Server

I have a WPF application here with a lots of custom styles. With Windows 7 or 8(.1) the applications looks very good. But if the application is started on Windows Server (2008 - 2012) the application looks like some of the styles did not load or…
Florian
  • 1,827
  • 4
  • 30
  • 62
0
votes
1 answer

How to write spec file so rpm will move files from cwd when installing

I am distributing my RHEL6 rpm from a windows server. I have some information in a configuration file (such as the name and address of the server) that I bundle into a tgz with the rpm. I then have a specific place I want to put the configuration…
Coop
  • 189
  • 1
  • 15
0
votes
0 answers

I was using a linux terminal to select a bigint column from another windows sql server(by php mmsql)

I was using a linux terminal to select a bigint column from another windows sql server(by php mmsql), but the result turn to be a float number.. why.. the sql is: SELECT cAccountId FROM tAccountMaster WHERE cUserString = 'xxxx'; it should be…
Leonardo
  • 121
  • 1
  • 2
  • 9
0
votes
1 answer

Release website not recognising reference

My local website works fine. I have uploaded the website to the server. All of the DLLs are in the bin directory, but I still get the missing reference error as you can see in the following image: The 'missing' reference is not directly used by the…
rhughes
  • 9,257
  • 11
  • 59
  • 87
0
votes
1 answer

Applying permissions across many folders

I need to create a script that will apply permissions on many folders, with different permissions depending on the folder name. There is a root folder share, inside of which is a folder representing each client. Inside of each client folder is a…
user2988831
  • 13
  • 1
  • 1
  • 4
0
votes
1 answer

Load balancer setup on Amazon Web services

I have an application on an Windows server EC2 with an SQL server for our database. What I would like to do is an load balancer so the application won't fail due to overload. I have a couple of questions that Im not certain about it. I believe…
nimi
  • 917
  • 2
  • 14
  • 28