windows-server-2003 Questions
18
Solved
I need to write robust code in .NET to enable a windows service (server 2003) to restart itself. What is the best way to so this? Is there some .NET API to do it?
Johnajohnath asked 21/10, 2008 at 0:12
3
Solved
Can anybody tell me what is maximum size of a windows NT log message? I know that it is possible to reset the maximum log size of event log from 32 MB. I am interested about the memory a single mes...
Skater asked 16/11, 2012 at 14:12
34
Solved
Is there a built-in way to measure execution time of a command on the Windows command line?
Ardeb asked 23/3, 2009 at 14:13
7
I have hosted my WebApp on server 1 and my database on server 2
But I'm getting following error
Communication with the underlying transaction manager has failed.
I googled and found a post which ...
Cherish asked 16/9, 2014 at 7:2
4
Solved
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 ...
Tarragon asked 17/2, 2010 at 20:28
27
Solved
I am trying to deploy my website on windows server 2003.
Am i missing something or what is wrong from the following error message, how can I correct it? Thank
I am having the error message:
A ...
Grimy asked 10/11, 2011 at 6:36
8
Solved
With a new Oracle Installation when I go to Configuration Management Tools > Microsoft ODBC Administrator > System DSN > Add > [new installation] it does not have the TNSNAMES.ora conne...
Irrationality asked 11/7, 2012 at 16:50
6
Solved
Before I start, I know using iisreset is considered bad practice, but this shouldn't happen anyway..
What we have:
Several machines with IIS6 on Windows Server 2003 R2 (both 64 and 32 bits)
Seve...
Winterwinterbottom asked 29/10, 2008 at 12:25
9
Solved
I'm trying to run the following command in Windows Server 2003 but sed creates a pile of files that I can't delete from the command line inside the current directory.
for /R %f in (*.*) do "C:\Pro...
Manwell asked 1/12, 2009 at 2:7
7
Solved
Getting this error on an intranet application we have running in our development environment, and I'm not sure where to go/look for a solution. The application used to work fine, however it is run ...
Akilahakili asked 20/11, 2013 at 21:39
3
Solved
I am simply trying to run NANT with resgen, but I can't seem to find what I need to download to have it available in 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\resgen.exe' on my serve...
Endor asked 14/3, 2011 at 17:32
3
PS H:\> Invoke-Command -computername SERVERNAME { Get-ChildItem -path E:\dfsroots\datastore2\public} | Where-Object {{ $_.e
xtension-match "xls" -or $_.extension-match "xlk" } -and { $_.creation...
Wohlen asked 10/7, 2014 at 17:36
19
Solved
I'm looking for a good way to automatically 'svn add' all unversioned files in a working copy to my SVN repository.
I have a live server that can create a few files that should be under source co...
Phenolphthalein asked 1/7, 2009 at 23:46
7
Solved
How can I start my program automatically if it crashes on windows 2003 server? Sometimes my program just crashes, is there a way in windows or settings that I can set?
Rosinski asked 18/2, 2012 at 19:5
3
Solved
I've got an MVC app that normally works fine, but on a particular server, it's returning a 401.0 "The authenticated user does not have access to a resource needed to process the request" error.
No...
Wilding asked 21/8, 2014 at 15:44
7
Solved
I'm getting this error on just one server running Windows Server 2003:
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send.
Here's my code.....
Ochs asked 27/4, 2015 at 2:28
6
Solved
I created a Windows 2003 R2 Virtual Machine running on VirtualBox and I installed Oracle (10201_database_win32).
I assigned a static IP on the Virtual Ethernet too.
Everything worked great right ...
Scribner asked 16/7, 2010 at 18:34
10
Solved
I have a Windows 2003 R2 server. I have to run a .NET MVC3 website.
I already installed all the Runtimes (1,2 and 4), i have installed all the MVCs frameworks (3 and 4) but this error doesn't go aw...
Catlaina asked 21/3, 2013 at 14:54
10
Running PHP Version 5.2.5 on Windows Server 2003 with IIS.
Have virtually an identical server where we were able to install ImageMagick with no issues. It's running exactly the same version of php...
Dickey asked 18/5, 2010 at 14:59
7
Solved
I'm deploying an ASP.NET application to Windows Server 2003 under IIS
IIS is serving html pages fine but I get a page not found when I try and serve IIS pages
Kehr asked 17/6, 2009 at 16:22
2
I have got some wireshark captures, and it shows that it is UDP. But in theory it says that it uses both TCP and UDP. So I m confused. And what is the difference b/w LDAP and CLDAP? Are they both U...
Enteritis asked 6/5, 2011 at 15:57
4
How to remove index.php in codeigniter on Windows Server and IIS?
I found this when i search for answer
How to rewrite the index.php of Codeigniter on Windows Azure
but when i try my CI still...
Deadandalive asked 22/8, 2014 at 3:28
6
I am trying to install PHP 5 on a Windows Server 2003 environment with IIS 6
After installing PHP, and making the necessary changes in IIS, I get the following error
%1 is not a valid Win32 appli...
Dhole asked 17/7, 2013 at 6:4
8
I have a server and a workstation on the same corporate domain. My user is a local administrator on both machines. I have Installed the VS2010 version of MSVSMON and set it to run as a service on t...
Sekyere asked 23/9, 2010 at 16:17
2
Solved
I have a system with 4 Physical Processor sockets. Running Windows 2003, I would like to programmatically find the number of sockets using C++. Is this possible and if so, how?
Heraldic asked 18/6, 2012 at 12:3
1 Next >
© 2022 - 2024 — McMap. All rights reserved.