Not Defteri

Akılda duracagına burda dursun

Sharepoint Recycle Bin Administration

One of my site Database size grow up day to day, And finally Database size up than 30 GB. This site response time slow and management is getting too diffculet. After try some DB shirk operation on SQL server but nothing is changed. So I notice that this iste Recyle Bin configration is set and too many excell and world document on Site Recyle Bin folder. After search how can I configure Recyle Bin for a SharePoint site and I found an article from jimjackson and so many thans. One Sharepoint site Recyle bin configration can be configure by Central Admin Tool. To go this application navigate to Application Managemet --> Web application General Settings.

 

Recyle Bin has tree options one of them is "Deleted item Recyle Bin"  which is fisrt storage for deleted items and can be configured time as day. For example 30 day is can stored all delete item by this.

 

The other configrutaion is "Second stage Recyle Bin" options to stored  deleted items which is after run empty Recyle bin operation. The end option is "off" settings to uses no Second Recly Bin abilities for your site.

Finnaly I set my site Recyle Bin option which Database is group up to set 3 day and Second storege Recyle Bin to off. And this operation takes to time and I go to SQL Server and shirk to DB. Finnaly my site DB size is 19 GB.

Posted: Feb 28 2010, 22:40 by kkaradag | Comments (0) RSS comment feed |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

The protocol ‘net.tcp’ is not supported

When I install a WCP services on IIS7 I got a error message like this "The protocol ‘net.tcp’ is not supported".

To solve this problem Open IIS 7.0, right-click on the virtual directory of the application > Select Manage Application > Advanced Settings… > Enabled

And add tcp.net near the http like this.

Posted: Feb 25 2010, 21:08 by kkaradag | Comments (0) RSS comment feed |
  • Currently 2.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Tools

WCF on IIS7 - Adding .svc Handler

I've just reformat and install my server and When I try to build a WCF Service on IIS, I got a error message like that.

"The page you are requesting cannot be served because of the extension of the configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map"

To solve this problem is:

  1. Start to command window (CMD) as an Administrator.
  2. go to "C:\windows\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\" directory. if your operation system is 64bit machine so navigate to "C:\windows\Microsoft.Net\Framework64\v3.0\Windows Communication Foundation\"  
  3. Run this command ServiceModelReg –i

your WCF service should be work.

Posted: Feb 25 2010, 20:31 by kkaradag | Comments (1) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Tools

Windows Update dont work on Windows 2008 Server

I tried to run windows update after the complete windows 2008 installation. But some reason windows update don’t work. I have searched the internet and found this method to windows update works correctly.I understand that situation appear proxy reason. Windows update wants to use proxy but not has any security access. After run this command windows update appear a login prompt to use security.Run to command prompt. And;

 

type netsh

type winhttp

type import proxy source=ie

 

Posted: Feb 24 2010, 20:23 by kkaradag | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Tools