Questions tagged [windows-2003-webserver]
52 questions
1
vote
1 answer
host different frameworks IIS
I have windows server 2003 with IIS6 installed. I installed both framework 2 and 4 on the IIS. The applications that using Framework2 are running perfectly , when I try to host framework4 application I get this error:
The resource cannot be…

Ahmed Elshorbagy
- 350
- 1
- 5
- 16
1
vote
1 answer
Is Tomcat 5.5.x version compatible with windows 2012 server OS?
We are working on Tomcat 5.5.20 on windows 2003 R2x64 bit Server OS.
Now we are going to upgrade our Windows OS from 2003 to 2012. I would like to know whether tomcat 5.5.x version is compatible with windows 2012 server OS. If yes, then which…

Sachin Jain
- 21
- 1
- 5
1
vote
1 answer
installing a web api on a server from Visual Studio 2012
I am new to the web development world and I developed , finally, a web api using visual studio 2012 from my local PC and it works perfectly fine.
now I need to deploy it on a server and I have no clue from were to start. Can someone guide me (or at…

user1415780
- 1,153
- 5
- 16
- 33
1
vote
1 answer
Send binary data as parameter to a method in Web Service?
In server side (C#.NET,Windows 2003) I have a web service with a method and in client side (Visual C++ v6, WinINet, POST) I want to call that method and pass binary data as a parameter to it.
when I send Binary data an error rise and when I send…

saied javadi
- 11
- 4
1
vote
2 answers
In IIS, what is the rational for shutting down the worker processes after 20 minutes of idle time?
In IIS, the default is to shut down the worker process after 20 minutes of inactivity? What is the rational behind it? It seems like people go to lunch, then come back forcing a reload of everything.
Specifically in regards to a .NET 4, ASP.NET…

AngryHacker
- 59,598
- 102
- 325
- 594
1
vote
3 answers
The specified module 'WebAdministration' was not loaded (Windows 2003, IIS 6)
I am trying to run some IIS admin scripts on machine with -
OS - Windows 2003(with SP2)
IIS - V6.0
Powershell - V2
However when I run following commands, I get the error -
- Import-Module WebAdministration
**Error**:
Import-Module : The…

inutan
- 10,558
- 27
- 84
- 126
1
vote
1 answer
Using Powershell on W2K3 to get group policy
Trying to create a script to get the group policy. Originally I thought this was going to be simple, after discovering several group policy cmdlets, however I've noticed that all the group policy cmdlets are for W2K8 and up.
I've been searching…

Valrok
- 1,514
- 7
- 30
- 49
0
votes
1 answer
PHP - LDAP authentication against Windows 2003 Active Directory (User ID different from First Name and Last Name)
Need your help with authenticating an active directory user ID against LDAP. My problem is unique. Let me explain here. Before posting this question, I've googled it and also searched in this forum and did not get any matching posts.
Here is the…

Vinay Sathyanarayana
- 440
- 12
- 21
0
votes
1 answer
Non-bootable Win 2003 Server--need to find ODBC settings
I inherited a problem. I have a Windows 2003 machine that will not boot. I really just need to view the ODBC setttings from this drive (i.e. win 2003 boot drive). I was able to mount and access the drive from Win 7.
My plan was to:
1. Launch…

mad moe
- 322
- 3
- 14
0
votes
1 answer
Log4net writing to C: instead of APPDATA on Windows 2003
I have a .NET web application that should log stuff to the APPDATA environment variable with log4net. On my XP dev computer it works just fine, but when deployed to a Windows 2003 server the logs are written to C:\ instead. I've tried using both…

Tetaxa
- 4,375
- 1
- 19
- 25
0
votes
1 answer
Task scheduler vs ssh connection in windows2003
Environment & Task: I have configured the ssh password less authentication(by exchanging public key) between user1 of machine1(2003) and user2 of machine2(HP-UX) machine after words I am using that ssh connection in the perl script to execute the…

user398026
- 93
- 1
- 9
0
votes
1 answer
Not able to install python 3.6 on windows server 2003 which is pre-requisite for aws cliv1
having issue in installing python 3.6 or higher version on windows 2003 .

Gandhar khaladkar
- 134
- 14
0
votes
0 answers
Copy files from Jenkins server (Linux) to Windows 2003 Share location
I am trying to connect to a Windows 2003 server from Jenkins box (Linux).
Adding a Jenkins slave is kind of difficult as I am struggling to install Java version to work with the agent. I am also not able to get the exact steps to install ssh server…

rhp30
- 11
- 5
0
votes
1 answer
HOW TO FIX: Service Unavailable in IIS 6 windows XP?
I'm trying to fix the issue Service Unavailable in IIS 6 with Windows XP x64
The defaults applications are not working too and my application neather.
So when i browse my application, the message displaed in the browser is "Service Unavailable"
I…

David Lerma Developer
- 133
- 1
- 3
- 12
0
votes
1 answer
Missing .DLL files Anaconda 4.1.1 32-bit
I've installed Anaconda 4.1.1 32-bit on our Windows 2003 Server.
When I try to run a program through the command prompt it gives me the following error message:
..\python.exe is not a valid Win32 application
After searching around for a bit, I…

ThatRiddimGuy
- 381
- 2
- 6
- 19