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

iFrame Injection

Recently one of my sites have been hit with an iframe injection: It happens at random times and gets inserted in random include files etc. We have…
0
votes
1 answer

FormsAuthentication Fails To Authenticate After Changing Domain

I'm having an interesting problem with FormsAuthentication on a client project I'm trying to assist with. Here's the problem: The domain of web app was changed from .companyA.com to .companyB.com and I set up an IIS redirect to send anyone…
0
votes
1 answer

CoCreateInstance failed error 80040154 in Win 2003

I got error "Failed to create an instance of ITaskService: 80040154" when i call the function CoCreateInstance with CLSID_TaskSchedule and IID_ITaskService. I am using ITaskService interface for creating the scheduled task.Same appln works fine in…
0
votes
1 answer

System Error 67 When Mounting a SharePoint Library

I have a library created and I am trying to mount that library on one of our servers running Windows Server 2003. I am able to mount the site on my own machine which is running XP, but when I try to mount it on the server it throws System Error 67.…
Bigby
  • 193
  • 2
  • 4
  • 12
0
votes
1 answer

Configuring windows virtual SMTP server

I have a windows 2003 server which is running the IIS(6.0) virtual SMTP server. I have written a event sink for this server to parse and pop incoming e-mails. I'm trying to get the server to accept incoming domains with a wild card. So…
AlexLordThorsen
  • 8,057
  • 5
  • 48
  • 103
0
votes
1 answer

Windows 2003 Service and Timer issues causing Tick not to be called?

Having a few problems with Timers within a service on Win2k3... Basically, creating a service that every X minutes/seconds, checks for a certain process and whether it is running. I figured the easiest way to get this done was via a Timer. Have…
Daniel May
  • 8,156
  • 1
  • 33
  • 43
0
votes
2 answers

Word Ifilter installed on Windows 2k3 Server?

Does anyone know if the iFilters for MS Word are installed by default on a vanilla Win 2k3 server?
Jared
  • 7,165
  • 6
  • 49
  • 52
0
votes
1 answer

MSI uninstall does not remove win32 DLL on Windows Server 2003 R2

I have built a C# MSI installer that copies a C++ win32 dll in systems directory. It installs fine on windows 7, windows server 2008 R2 and windows server 2003 R2. However, uninstall depicts different behaviour - on windows 7: uninstall removed the…
0
votes
1 answer

How to prevent illegal file and folder name creation in Windows Server 2003 or Windows Server 2008

Preventing illegal file and Folder name creation on a Windows 2003/2008 file server is the goal. We know from articles like How do I check if a given string is a legal / valid file name under Windows? that for some reason the file system allows…
Joel Thibeault
0
votes
1 answer

ADPlus 'some selected processes are not running', except they are. What am I doing wrong?

Trying to run ADPlus on a WindowsServiceHost.exe that is currently running on a production Windows 2003 server, however, when I try to run the AD, it tells me the process isn't running. Why? My command: %filepath%\ADPlus -hang -pn…
Brett H
  • 37
  • 1
  • 8
0
votes
1 answer

Add user to DefaultAppPool that isn't within IIS_WPG Group

My issue is two-fold: Need a user account to write to inetpub/wwwroot that isn't in the IIS_WPG Group Change the DefaultAppPool account to specified user account in #1 We cannot have anonymous HTTP writing to Server A from Server B from the…
justacoder
  • 2,684
  • 6
  • 47
  • 78
0
votes
1 answer

How do you install an SSL certificate on IIS 6 and 7?

Is there a tool or programmatic way to install an SSL certificate to the default website in IIS 6 and 7? Ideally I am looking for something that can be done via unmanaged code or .NET managed code.
Aaron Fischer
  • 20,853
  • 18
  • 75
  • 116
0
votes
2 answers

Why does Internet Explorer 6 for Windows Server 2003 not work the same as Internet Explorer 6 for Windows XP?

I am developing a simple webpage in Windows Server 2003. I am testing the webpage with multiple versions of Internet Explorer: Internet Explorer 4, 5, 6, 7, and 8. The problem is that only Internet Explorer 7 and Internet Explorer 8 are displaying…
venkatachalam
  • 102,353
  • 31
  • 72
  • 77
0
votes
1 answer

Best Way to Trigger an Event When a Specific Error is Thrown in Windows 2003 Server?

I have a Windows 2003 Server that uses IIS to host a legacy ASP.NET web service that connects to a database on a remote Oracle database server that I have no control over. The problem is that the database server goes down every week or two, but…
0
votes
1 answer

ASP.NET Web API on IIS 6: HTTP Status Code 500 Internal Server Error

Since i don't have any more details despite custom errors off and debug on, i don't have much more to say. Here are some points of interest: Regular ASP.NET MVC /controller/action URLs work on iis 6 I've added wildcard isapi filter to iis 6…
Luis Ferrao
  • 1,463
  • 2
  • 15
  • 30