windows-server-2003

Disable debug prompt on application crash

Question: I need to disable the console application's crash debug prompt. Background: We've got an application that syncs info with a third party that crashes due to connectivity problems with the 3rd party at certain times of the day. We don't have access to the source code to trap the error properly so I just need the application to ...

Migrate Windows Server 2003 to 2008 & Data Loss

I would like to know if I migrate from Windows Server 2003 to Windows Server 2008 (x64) do I have to reinstall all applications in new Operating System or I will be able to simply upgrade the OS without any data loss. ...

windows 2003 server login script to Sync Folder

in windows 2003 server we have built in option to SYNC my documents, desktop, application data ... folders from client computers to server. i am looking for some login script to to SYNC one special folder/Folders from Client computer to Server. Thanks ...

ASP.NET MVC - Website paths

I am using a 3rd party component which creates settings files based on hard-coded file paths i.e. they are compiled into the DLL e.g. %APPDATA%\Vendor\Settings.ini I have created a few console/service applications that use this and work very well. However, I am now trying to use a similar approach via my ASP.NET MVC web application and...

IIS6 freezes when running ASP.NET MVC site on Windows Server 2003

I have an ASP.NET MVC website deployed on IIS6 running on Windows Service 2003. Every day around 12:30 (and occasionally at other times), the w3wp.exe process goes up to 99% CPU, won't serve any pages, and will continue to remain stuck until I do an IISRESET. I work at a small place, and I admit that it's not the optimal server setup (...

How Do I Get The Resource DLL Code Samples In The Windows SDKs To Compile And Run?

I am currently trying to build a Resource DLL on on Windows Server 2003 and 2008. I am currently working with the Resource DLL code samples supplied with the Windows SDKs, and I can't get them to work. On Windows Server 2008 I succeeded compiling the Windows 7 SDK ClipBook Server sample, but couldn't get it to properly work in the clust...

iis: Integrated Windows authentication still pops up account info login

I have a website running on a Windows 2003 server on IIS 6, serving pages for a LAN where everybody is working with a domain account. On other machines this works fine, no-one has to login to the website, the dynamic scripts pick-up the account-name from the HTTP request. Only, when browsing from the server itself (via remote desktop e....

How do I control the screensaver (friendly/display) name shown in the drop down list? - Windows Server 2003 / Windows 2000

So I asked a question with the same title earlier and got an answer that works for the most part. My issue now is that the string table in the Win32 resource file is not working on Windows Server 2003 (maybe others too, limited O/S testing at this point). Testing results: Displays correctly: Windows XP Windows Vista Windows 7 Doesn...

how do I know if it is Windows server or unix ?

hi, how do I know on which platform is running my server: Unix or Windows server ? I have only access to ftp, is there any php code to know it ? thanks ...

my dotnet application doesn't run on windows server 2003

hi , I've written a server programm lets call it progie , this progie working just like a clock on my windows 7 (my ms VS is installed on windows 7) after compiling the progie and transfer it to windows server 2003 I tried to run the progie but no chance. here is the symptom : when i was trying to run the progie I was also monitoring ...

how to restore sharedaccess service on w2k3 server

Hello I accidently did this on a windows 2003 server sc delete sharedaccess How can i put it back ? Regards James ...

MSMQ on Win2008 R2 won’t receive messages from older clients

Hi all I'm battling a really weird problem here. I have a Windows 2008 R2 server with Message Queueing installed. On another machine, running Windows 2003 is a service that is set up to send messages to a public queue on the 2008 server. However, messages never show up on the server. I've written a small console app that just sends a "...

Performance Counter?

I would like to monitor the performance of the Memory (RAM) and Physical Disk, what are all the counters in Perfmon that I have to monitor? ...

Crystal reports .net visual studio 2008 bundled edition

I have a serious issue with crystal reports. when run in my development environment or debugged on my local machine it works fine. but when the application is published to a windows server 2003 it has the dreaded "The report you requested requires further information" Message I have had no luck trying to get rid of this message Anybo...

Debugging VS2008 project on VMWare Windows 2003 server

Howdy Folks, Has anybody had success opening/debugging a Visual Studio 2008 website while running on a Windows 2003 server? For whatever reason when i try to open the site through Visual Studio 2008 it just hangs and when checking the task manager i can see it's gobbling up copious amounts of RAM to the point that when it reaches 350,0...

Relative path not working when website is deployed

I have a website that has a relative path to a stylesheet that looks like this "/stylesheets/main.css". Now this works fine when I run the site in Visual Studio. But when I deploy the site to our Windows Server 2003 the path stops working. If I go back into code and change the path from "/stylesheets/main.css" to "stylesheets/main.css"...

How to connected red5 on windows server 2003 from client windows xp ???

Dear all , I installed red5 version 0.9 on windows server 2003 (with ip : 192.168.1.1)with http port is 5080 and rtmp port is 1935 . After installed , I called on server : localhost:5080/demos ,it's ok :) But have a problem , I called from client : http://192.168.1.1:5080 , it's failed . Please tell me how to configs windows server ...

HP LoadRunner - measurements to watch outbound active TCP ports

I am trying to find out if there are any relevant measurements that LoadRunner can track, when running a load test - where it can allow me to monitor the number of active outbound ports from a given windows 2003 box. i am seeing that there are various measurements specific to CLR and IIS - such as current connections, but i am looking ...

MaxUserPort setting not being used by windows 2003 server?

i am using MaxUserPort setting (with 65000 as its value) in the registry on one of my servers (windows 2003 server). this was done to enable the box to handle a certain load profile. the setting has been working fine, along with the TcpTimedWaitDelay setting set at 30. i have setup the same settings on another windows 2003 server box, ...

Web service connection to active directory issue

I'm developing a VB.Net web service application with a purpose of authenticating users credentials from Active Directory. I'm using VirtualBox and installed Windows 2003 standard server with AD role. I'm having problems connecting to the server. Any ideas? ...