windows-server-2008

Issue with Query String Parameter Length. Http Error 400

北城以北 提交于 2019-12-04 02:06:35
问题 Can anyone please tell me issue with my URL:- http://www.advantarealty.net/Search//Condo,Single-Family-Home,Townhome_PropertyType/True_ForMap/8_Zoom/-81.3043212890625T29.099376992628493,-80.88134765625T28.9120147012556,-80.826416015625T28.41555985166584,-81.1669921875T28.033197847676377,-81.6888427734375T28.033197847676377,-82.1392822265625T28.222130007158537,-82.2601318359375T28.584521719370418,-82.1612548828125T28.92163128242129,-81.9305419921875T29.257648503615542,-81.6339111328125T29

Elmah, convert to .Net4 vs2010, run on server 2008, does not work

拟墨画扇 提交于 2019-12-04 01:42:56
问题 So I've been using elmeh forever. I've got an app I've recently converted to MVC3 .net4, and vs2010, and it's developed on a server 2008 box (as opposed to my other apps developed on an XP box). I set up elmah normally and it does not work... I've got a reference to ELMAH.dll already, it's in my CommonDLLs folder. I add the sectiongroups <sectionGroup name="elmah"> <section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah" /> <section name="errorLog"

How to fix Distributed Transaction Manager (MSDTC) has been disabled errors [closed]

最后都变了- 提交于 2019-12-04 00:57:01
We are using transaction scope features of ASP.NET to manage distributed transaction for that we need to enable distributed transaction via following link: The partner transaction manager has disabled its support for remote/network transactions Its works well with SQL Server 2005 and Windows Server 2003 but when it comes to Windows Server 2008 server and SQL Server 2005 we are getting following error, still we followed the same steps provided in above link: Windows Server 2008 + SQL Server 2005 + Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC

This client is too old to work with working copy

安稳与你 提交于 2019-12-03 23:53:00
Everywhere I go on google I get the same answer to this problem but it is the wrong answer for me. Originally I installed Subversion 1.5.6 for windows (i run Windows Server 2008) on my server and i made a repository for a project. Then I used a Tortoise client version 1.6.X on my laptop to update the project. Everything was hunky-dory until I tried to use a post-commit hook script (i am updating folders in wwwroot on commit to reflect changes on a web page). I got a message to the effect of "This client is too old to work with working copy 'XXX'". So I uninstalled the SVN client on my laptop

SchTasks.exe to create a task folder

匆匆过客 提交于 2019-12-03 23:51:51
Is there a command to create a Schedule task folder in Windows 2008? I am trying to use SchTasks.exe to create the tasks and would like to put these tasks under a task folder. Essentially, inside task scheduler, add a new folder and add multiple tasks underneath the folder. From UI there is an option to create a folder but not sure about command reference Thanks in advance few trials and solved the problem; the key is using "\" in the task name. Sample schtask.exe command line, schtasks /create /xml "MyTask.xml" /tn "My Task Folder\My New Task" creates a new task folder My Task Folder and

How do you run jvisualvm.exe under the local system account under Windows Server 2008?

我怕爱的太早我们不能终老 提交于 2019-12-03 19:07:08
I've been looking for a comparable approach as posted here for Windows Server 2003 for starting jvisualvm under system account. But I got the error: ...\jdk1.6.0_24\bin\jvisualvm.exe exited on ... with error code -1073741819. I found that jvisualvm is using a configuration file: ...\jdk1.6.0_24\lib\visualvm\etc\visualvm.conf This configuration file contains a default_userdir property that points to ${HOME}/... . The system account seems to have issues with ${HOME} . Changing this parameter and replace ${HOME} with C:/Temp makes the above mentioned solution available for Windows Server 2008 R2

IIS 7.0 / Windows Server 2008 - DLL not found in ASP.NET application

百般思念 提交于 2019-12-03 17:37:20
I try to run an ASPX page hosted on a Windows Server 2008 x86 through IIS 7.0, with .NET 4.0. I added an application, app1 , to the Default Web Site of IIS, mapped to dir C:\toto\app1 which contains the Web.config file. The error I have is: Could not load file or assembly 'xxx.dll' or one of its dependencies , etc and xxx.dll is a .NET DLL that wraps native C++ DLLs ( they are the dependencies that fail to be loaded), all of them are located in C:\toto\app1\bin . I tried to modify the PATH env variable so that it contained the bin directory (yes, I know it's bad :-) ), but this did not work

What is the best way to optimize a Windows Server 2008 box running IIS7 to serve only static files?

两盒软妹~` 提交于 2019-12-03 17:17:18
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 modules? What?) Some advices: Enable gzip compression: http://blogs.msdn.com/vivekkum/archive/2009/02/18/http-compression-in-iis-6-and-iis-7-using-service-account.aspx Set Cache-Control: max-age to 31536000 (1 year). code.google.com will tell you why --> http://code.google.com/speed/page-speed/docs/caching

Installing Tomcat 7 as Service on Windows Server 2008

偶尔善良 提交于 2019-12-03 16:48:15
问题 I want to install my tomcat v7.0.12 as a service on my Windows 2008 Server. On the tomcat page I found this tutorial. But there isn't a service.bat file in my installation dir. In the service overview of WS2008 it isn't possible easily create a new service like new->service ... 回答1: To Start Tomcat7 Service : Open cmd, go to bin directory within "Apache Tomcat 7" folder. You will see some this like C:\..\bin> Enter above command to start the service: C:\..\bin>service.bat install . The

Trouble using DOTNET from PHP.

≡放荡痞女 提交于 2019-12-03 16:37:05
I've been trying to call a .net assembly from PHP through com (using DOTNET()). It seems like php is finding the DLL and initializing properly, but I can't see/use the methods for some reason. Anyone know how I might be able to fix this? Here is the php code I'm using to call the .net class. When I call it the output is "hello1 hello2". When I try to directly call the function by doing $csclass->ModelBuilder("","") I get a 500 server error specifying that it couldn't find the function. <?php echo "hello1"; try{ $csclass = new DOTNET("ModelBuilder, Version=1.0.0.0, Culture=neutral,