Все вопросы: [windows-server-2008]
245 вопросов
планирование моего приложения в Windows 2008
Я написал консольное приложение, которое создает резервную копию моей базы данных, а затем сжимает ее в файл rar. он отлично работает, кроме случаев, когда это запланировано в Windows 2008. после того, как Windows запускает мое приложение, он говорит, что он работает полностью. но он не сжимает ...
Развертывание веб-службы .Net в Windows Server 2008 не удается
Я пытаюсь развернуть веб-службу, написанную на VS2008, на новом Windows Server 2008. Один и тот же проект был успешно развернут бесчисленное количество раз на Windows Server 2003. Я пробовал выполнить развертывание двумя способами (оба работают на более ранней версии Windows Server 2003): ...
Могу ли я запустить Windows Server 2008 на Amazon EC2
кто-нибудь знает, можно ли это сделать?Я могу найти Windows Server 2003, но не 2008. Я читал, что вы можете создавать свои собственные виртуальные машины EC2, но я не нашел статей, в которых говорилось бы, что это можно сделать с Windows Server 2008. Мне действительно нужен IIS7, но я такж...
WatiN через TFS на Windows 2008 Server
Я пытаюсь запустить тесты WatiN через непрерывную сборку TFS, но не могу заставить его работать. Я получаю следующую ошибку: WatiN.Core.Exceptions.IENotFoundException : Could not find an IE window matching constraint: Timeout while waiting to attach to newly created instance of IE.. Search ex...
Клиент Oracle Instant для .net на 64-битном сервере Windows Server 2008
Я установил Oracle 11g ODAC 11.1.0.6.21 сOracle Developer Tools для Visual Studio и построил свое приложение.Я установил Oracle 11g ODAC 11.1.0.6.21 с Xcopy Deployment на 32-битном сервере, и он отлично работает.Но теперь мне нужно установить на 64-битный сервер. Где найти 64-битный Oracle...
Как предотвратить сообщение об удалении программы в Vista?
После удаления нашего приложения (веб-сервера) в Vista или более новой версии Windows появляется сообщение об ошибке: «Произошла ошибка при попытке удалить Мое приложение. Возможно, он уже был удален. Вы хотите удалить «Мое приложение» из списка «Программы и компоненты»? '; и есть кнопки «Да» и ...
Подключение к удаленному рабочему столу Windows 2008, несколько сеансов
Кто-нибудь знает, как настроить количество сеансов RDC для конкретного пользователя в Windows 2008 Server? Был бы очень признателен! Спасибо за миллион!
«(503) Сервер недоступен» с вызовом XSL Transform в Windows Server 2008
Я запустил это обновление безопасности Windows Server 2008, и теперь этот блок кода выдает ошибку: using(MemoryStream ms = new MemoryStream()) { xslt.Transform(navigableSet, xslArgs, ms); ms.Position = 0; ret = new XPathDocument(ms); } return ret; Ошибка: EXCEPTION [System]: T...
Как настроить машину разработчика SharePoint 2010?
Поскольку дата выпуска общедоступной бета-версии SharePoint 2010 приближается, мне интересно, как настроить для нее машину разработчика.Я слышал, что для разработки на SharePoint необходима 64-разрядная система и что Microsoft советует использовать 64-разрядную версию Windows 7 и установить на н...
Мне действительно нужно регистрировать WinHttp в Windows Server 2008 перед использованием WinHttpRequest.5.1?
В основном я думаю, что это ошибка Windows Server 2008, но я не ниндзя COM, так что с одинаковой вероятностью я просто делаю что-то глупое. Вопрос: ошибка или ошибка программиста? Мы используем WinHttpRequest (компонент ActiveX WinHttp) для чтения http: // и https: //. ProgID, который мы испо...
Максимальное количество подключений TCP / IP в Windows Server 2008
У меня есть служба .Net, которая прослушивает один порт по протоколу TCP. Клиенты подключаются, а затем передают данные в течение некоторого времени (от нескольких минут до нескольких часов). Есть ли ограничение на количество подключений к серверу Windows 2008? Ни одного не попал, так как сей...
Соединитель SAP DCOM в Windows Server 2008
Кто-нибудь знает, можно ли использовать "старый" коннектор SAP DCOM на Windows Server 2008? Я хочу перенести старое веб-решение ASP с подключением DCOM к SAP с Windows 2000 Server на Windows 2008 Server. Когда я пытаюсь установить соединитель DCOM, я получаю сообщение об ошибке: «Програм...
Sharepoint 2007 в Windows 2008
Я хотел получить отзывы о проблемах, с которыми мы можем столкнуться, если развернем Sharepoint 2007 в Windows 2008 вместо Windows 2003
Installing Moodle using XAMPP on Windows Server 2008 Enterprise edition
I am trying to install Moodle 1.9 using XAMPP on a virtual machine running Windows Server 2008 Enterprise edition. I can initially access the install.php installer script fine but after I progress past the third page the webpage times out. If I go to http://localhost/, no webpage is downloade...
configure IIS 7.0 meta database issue
I am using IIS 7.0 + Windows Server 2008. Anyone has experience to configure the Timer_MinBytesPerSecond configuration items -- either programmatically or manually is fine? I also want to know how to check the current values for Timer_MinBytesPerSecond configuration items (either programmatically...
How do you ensure windows applications and windows services access the same ProgramData on Win2008 x64?
I have a windows forms application that reads and updates an XML file with information which a windows service must act on. This has been working on Windows Server 2003, XP and Vista (x32) for some time. Now, when installed on Windows Server 2008 x64, strange things have started happening, than...
Windows Server 2008 Antivirus Software with an API
I'm looking for an Antivirus package that is compliant with Windows Server 2008. That's not the hard part. What I need is an API layer on the Antivirus that i can call from managed .net code. For example: I am developing an Asp.Net (C#) website that allows users to upload files to the web server...
VS2008 Remote Debugging problems from 32-bit Windows XP client to 64-bit Windows 2008 Server
We are having an issue with remote dedubbing using Microsoft Visual Studio 2008 on a 32 bit XP client machine and a 64 bit Windows Server 2008 Virtual Machine on Hyper-V. When we debug the web project locally we can correctly see the modules loaded in the modules window (Ctrl + Alt + U) with the ...
StreamReader "Could not find a part of the path" issue while debugging
I'm attempt to debug a program I wrote, but I'm running into a problem with the StreamReader function. I'm specifically getting a Could not find a part of the path issue while debugging when it hits this function. Being that I was in the debugger, I checked the variable to make sure the path wa...
In windows server 2008, application's login form is not getting activated
My application is developed in C# windows. On executing the application in Windows XP, login form is getting activated properly and focus is set to UserName_TextBox. But in windows server 2008, login form is not getting activated. only after clicking on the login form, its getting activated. I h...
How to share windows registry on remote machine?
Is it possible to share windows registry on remote machine? Or we can keep in synch two machines windows registry. Please help.. Kartik
ACT Professional for Windows-Memory leak?
I have an ACT! professional for Windows V11.1, with the latest SQL service pack (SP3) and have an apparent memory leak on the server. After a restart the ACT! SQL instance (SQLSERVR) consumes almost all the available memory on the server, we have added more memory to the server (it is running u...
How come redirect isn't working in IIS 7 ? Http> Https
I am using Server 2008 with IIS7 and have confirmed the HttpRedirectionModule is installed. But when I define a redirect for websitexxx.com as https://websitexxx.com I get Forbidden, access denied 403 error? I can access the https://website.com site just fine. Does this just not work or wha...
Can’t see win2k8 server by hostname, but can see it by IP
We have set up a Windows 2008 server with MS SQL 2005 (default instance), if we try to connect using the MS SQL Server Management Studio using the server hostname it is failing. if we use localhost or it's IP it is working. We have added the server hostname to the hosts file (C:\Windows\System3...
How do I connect to my windows server 2008 hosted on a virtual box?
I've hosted Windows Server 2008 Enterprise on a virtualbox and set up IIS7 with ASP.NET. Now I wonder what I have to do to be able to connect to the virtualbox from the computer I'm running the virtualbox on? I tried entering the ip supplied by ipconfig from inside the box; 10.0.2.15 which doe...
What is the best way to optimize a Windows Server 2008 box running IIS7 to serve only static files?
I would like to have our web applications pull static content (css, js, images) from a static file server running Windows Server 2008 and IIS7. What sort of optimizations would you make to the server for this single purpose? (Machine.config changes? Web.config changes? Special IIS7 setup or mod...
ASP.NET Chart Control errors in Event Viewer
I have been using the ASP.NET chart controls for a while on win2k3 (32bit) setups without any issue but have noticed that on our new win2k8 (64bit) box I am getting a warning message showing up in the event viewer from the chart control. In my web.config file I have the following tag telling the...
cryptoapi windows 7 support
Microsoft has introduced cryptography next generation (CNG) from Vista and server 2008 onwards. But my question is to know whether Microsoft supports the old MS CAPI (say for eg. in windows 2003 and windows xp) in Windows 7 and Server 2008. Thanks Raj
Exception converting Office files to PDF using ABCpdf.NET onWindows Server 2008
Has anyone delt with this exception from ABCpdf? We're running on Server 2008 and only have issues converting Office files (Word and Excel). This all worked well on Server 2003. Because we're only having issues with Office files I wonder if it's related to the XPS support on Server 2008? The c...
A local error has occurred while connecting to AD in Windows 2008 server
There's Active directory on windows 2000 advance server, I have a web server on Windows 2008 server Enterprise Edition, the following code works fine in Winsows 2003 server but when I installed Win 2008 server, it gives me the following error, the webserver is not subdomain of the AD server. but...