Questions tagged [windows-server-2003]

Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft, introduced on 24 April 2003.

Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft, introduced on 24 April 2003. An updated version, Windows Server 2003 R2, was released to manufacturing on 6 December 2005. Its successor, Windows Server 2008, was released on 4 February 2008.

According to Microsoft, Windows Server 2003 is more scalable and delivers better performance than its predecessor, Windows 2000.

On 13 July 2010, Windows Server 2003's mainstream support expired and the extended support phase began. During the extended support Phase, Microsoft continues to provide security updates; however, free technical support, warranty claims, and design changes are no longer being offered. Extended support is expected to last until 14 July 2015.

1223 questions
3
votes
2 answers

MS charts not working on server

I have started using MS charts in ASP.NET 3.5 with code behind in C# I worked with the charts which worked fine with localhost; but problem startd when i started working on the server i get an error in web config Parser Error Message: Could not…
user175084
  • 4,550
  • 28
  • 114
  • 169
3
votes
1 answer

ASP.NET WebForms 4.0 Site with IE11 does not load ScriptResource for PageRequestManager on Windows Server 2003

I am having a problem with IE11 and ASP.NET Web Forms (.NET 4.0) that runs on Windows Server 2003. On IE11, the following script tag does not appear in the source HTML:
3
votes
0 answers

Intermittend Request Timeout and slow performance observed in .Net 2.0 application suddenly

I have a strange problem occurring in one of my applications. The application is .Net 2.0 and hosted on IIS 6.0 on a windows 2003 server. This application has been running fine for the last 2.5 years. But suddenly since Aug 15th, we are facing…
Vijay
  • 31
  • 4
3
votes
3 answers

system() not working in php using windows server 2003

i have to extract the cabfile(.cab) on the server. i am Finding such script which extract cab file but i didn't get it yet. So now i am try to extract using cabarc.exe. But i face the problem that when i run command throuw commandline its work fine…
jazzy
  • 31
  • 1
3
votes
1 answer

Update Full Name in Active Directory

I've been thrust into the deep end with Active Directory (I'm a web developer, go fig) I have a user that I've changed first/last name on but the Full Name hasn't changed which is causing issues with sharing off a BCM database. How do I refresh it…
digital
  • 2,079
  • 3
  • 25
  • 35
3
votes
1 answer

advanced asp.net improve performance

asked for help on my application , that's run on windows server 2003 and iis 6.0 ,this applications gross now , users now about 60,000 per day. and that what i did to make it faster a.SQL server 2005 : all query i convert it to…
3
votes
2 answers

Getting a 404 when trying to use the taffy RESTful API framework on ColdFusion 8/Windows Server 2003/IIS6

I have been tasked with creating an API for our ColdFusion 8 based CMS system. After doing some research I decided that a RESTful API would be the best bet for three reasons: Its down right simple to use Fairly easy to implement Excellent long term…
3
votes
1 answer

TFS 2008 - 2012 upgrade can't install SharePoint extensions

I am testing an upgrade from TFS 2008 to TFS 2012. Currently I'm using SharePoint 2007 on a separate server, running Windows Server 2003 Enterprise x64 Edition w/ SP2. I do NOT want to upgrade SharePoint as part of the TFS upgrade. My…
hmqcnoesy
  • 4,165
  • 3
  • 31
  • 47
3
votes
1 answer

Can Subversion be configured for Windows Authentication without Apache

I've setup Subversion following Jeff Atwood's article at Coding Horror: Setting up Subversion on Windows. I followed the steps exactly and I have SVNSERVE now running as a service on a Windows 2003 server in our LAN. I've also installed TortoiseSVN…
John Adams
  • 4,773
  • 25
  • 91
  • 131
3
votes
1 answer

Access windows server 2003 share folder from windows server 2008

I am creating a windows service application to run on a Windows Server 2008. Another windows server 2003 server running on a different live IP exists. Both these servers are from the same providers, and belong to the same network. A shared folder…
3
votes
3 answers

Significant Performance Decrease when moving from Windows Server 2003 to 2008 (IIS 6 to IIS 7)

Our ASP.Net 2.0 web app was running happily along on Windows Server 2003. We were starting to see some of the limits of the environment approaching, such as memory and CPU usage spikes, and as we're getting ready to scale we decided it was time for…
Larry Dallas
3
votes
1 answer

sqlsrv hangs in windows with php 5.4

I know this was asked alot of times but all the answers are outdated. As of PHP 5.3, as we all know mssql is not supported, so went on installing Microsoft's sqlsrv driver for this, as it seems to be the only option out there (I'm open to…
eric.itzhak
  • 15,752
  • 26
  • 89
  • 142
3
votes
1 answer

No MediaTypeFormatter is available on Windows 2003 Server

I have a pretty straight forward ApiController which works fine on Win7 but on Windows 2003 Server I get an error. The get request (from either the browser or…
CharlieK
  • 56
  • 5
3
votes
1 answer

Using a custom PHP.INI for a single site. Windows 2003, 64bit, IIS7.5, PHP 5.3.6

I have a single PHP script on a single site that requires me to set the upload size maximum fairly high. I would prefer not to do this globally. According to the PHP docs, I can not set the values for some variable such as post_max_size ,…
Ralph M. Rivera
  • 769
  • 3
  • 12
  • 25
3
votes
2 answers

Text to Speech in ASP.NET - Access is denied... what to do?

On my personal website, i would like to make it "pronounce" something I solved the "concept" problem, as in here, and on my desktop it works smoothly when launched from visual web developer. Creates a file, and then an embedded player in the page…
Magnetic_dud
  • 1,506
  • 2
  • 22
  • 36