Not Defteri

Akılda duracagına burda dursun

SharePoint Management Studio - Solution Deployer

SharePoint Management Studio is a Open Source SharePoint Administration Tools that helps you manage your sharepoint enviroment simple and easy. SharePoint Management Studio (SPMS) has a module named Solution Deployer. Solution deployer is a powerfull application to deploy your solutions easy. Solution Deployer can deploy multible solution file to multible web applications. For example you need to new Sharepoint farm as a preprotuction and you want to same configration to production to preprotuction. Notice that you install new farm and create all webapplication now you can add solution new farm and deply it global or web applications. if you has 10 solution files and 5 web application you can perform 100 jobs to do this. Because you must run 10 addsolution command and 10 solutin X 5web applications deploy.  Solution Deployer do all of them for you. (http://spms.codeplex.com/)

The other properties is Solution deployer understand solution file type authomaticly. GLOBAL deployet or web application deployment.

Posted: Jun 13 2010, 22:26 by kkaradag | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: SharePoint 2007 | Tools

SharePoint Management Studio - Download installed Solutions

SharePoint Management Studio is a Open Source SharePoint Administration Tools that helps you manage your sharepoint enviroment simple and easy. SharePoint Management Studio (SPMS) has a module named Download installed Solutions to export Solution Files from Solution Store.By default Sharepoint don't allow download your solutions on central admin. (http://spms.codeplex.com/)

This section has only two options one of them Deploy Solution and the other one is Romove Solution. One day I lost my solution instalation setup and wsp file and I need to deploy same solution the other farm. This tool was very usefull for me. Download this application source code codeplex or my site and run application your Sharepoint enviroment.   Application load your web application list and wait your selection wich application solution(s) you want to download or global deployed applications.

Click wich solution you want download and click Save as button. Application ask you a destination directory. Select ona and click okey.  Finaly application save your solution which you lost setup or wsp, download your destination directory.

 

Posted: Jun 13 2010, 22:18 by kkaradag | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: SharePoint 2007 | Tools

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

SpSiteWakeUp

ASP.NET sites after a long period of inactivity, the site comes up very slowly during the first access. However, subsequent accesses, by same or other users, are fast.
More than people know that is an IIS setting issue (goes to sleep!). However, the slowness is not IIS.

The first request to an ASP.NET application is slow. The reason you see this repeatedly is because IIS (which I assume you are using) will idle timeout when the configured time is reached If you don't want this behavior, and you do not need IIS to shut down the application pool, you can disable this.
But there is nothing in IIS you can do to solve the actual problem that First request to an ASP.NET application is slow. SpSiteWakeUp is an opensource tool allow wake up your SharePoint sites and sub site. You can use Windows Service version to automate this progress.

Are there any authentication problem to solve http://www.kemalkaradag.com/post/2009/12/30/IE8-beta-authentication-for-Sharepoint-site-on-local-server.aspx

Windows Service Model

You can download windows Service setup and install it your Sharepoint enviroment When the installation complate setup ask you a username and password to use connect your sharepoint sites. Place insert an administrative privilege user.

Windows Service Installation

When you run to setup application setup welcome screen appears


Click next and chose instalation destination folder. Clik next nad next. when installation complate setup ask you a username and password. This user uses to connect your sharepoint sites.



Finally SpsiteWakeUp windows servis instalation is complate. Go to windows services and start SpsiteWakeUp Service. Notice your Spwakeup service call all SP site and their subsite first time. And this operation complate service works 20 secons later. And every start pariod you can see a application log on event viewer as "SP Site Wake Up Stard period.".

 

Console Mode

You can download console model version and use direct this tool by manually.

Download : SiteWakeUp.zip (10,60 mb) (source Code)

 

Posted: Dec 30 2009, 22:53 by kkaradag | Comments (1) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Tools | SharePoint 2007

SharePoint Solution Exporter

if you are needs to download SharePoint Solution, you can use SharePoint solution exporter. This tool shared on codeplex and you can download http://solutionexporter.codeplex.com/ link. By default Sharepoint don't allow download your solutions on central admin.

This section has only two options one of them Deploy Solution and the other one is Romove Solution. One day I lost my solution instalation setup and wsp file and I need to deploy same solution the other farm. This tool was very usefull for me. Download this application source code codeplex or my site and run application your Sharepoint enviroment.   Application load your web application list and wait your selection wich application solution(s) you want to download or global deployed applications.

 

Click wich solution you want download and click Save as button. Application ask you a destination directory. Select ona and click okey. 

Finaly application save your solution which you lost setup or wsp, download your destination directory.

 

SpSolutionExporter.zip (83,68 kb) you can download this link.

Posted: Dec 22 2009, 22:07 by kkaradag | Comments (0) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Tools | SharePoint 2007

GetGACAssemblies - GAC Kopyalama

GAC altındaki dll lerin backupını almak veya başka biryere kopyalamak için

GetGACAssemblies C:\Windows\Assembly C:\Projects\GACBackup *.dll 

çalıştırılır. GetGACAssemblies'i codeplexde yayınlanmıştı fakat artık kaldırıldı.  Bu yazıya ek olarak prejesinide ekliyorıum ihityaci olan indirip calistirabilir.

GetGACAssemblies.zip (10,12 kb)

Posted: Dec 15 2009, 11:05 by kkaradag | Comments (0) RSS comment feed |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Tools

HTML Editorlere Visual Studio 2008 içinden kod kopyalama

Blog ve benzeri uygulamalarda Visual Studio içindeki kodu copy -past yaptıgınızda kodlarınızın sayfanın görünümünde kaydığını ve/veya formatının istediğiniz gibi olmadığını göreceksiniz. Codeplex de bu sorunu çözen basit bir add-on gördüm. Kurulum yapıldığında Visual Studio 2008 e kendini bir add-on olarak ekliyor. Kod sayfanızda bir kod parçasını seçip sağ tuşa bastıgınızda "Copy as HTML" olarak bir menu ekliyor.

Bu kopyalama ile clip port' a seçmiş olduğunuz alan HTML formatında ve gördüğünüz formatın HTML cesinde alınır. "Copy As HTML" seçildikten sonra Line numarasını göstermek isityormusun, hnagi numara ile line numarası gösüksün şeklinde ayarlar yapabileceğiniz bir ekran gelecek.

Nihayetinde HTML editörünüze gidip Past yaptınızda Visual Studio 2008 den kopyaladığınız kodunuzu düzgün formatta geldiğini göreceksiniz.

Kodun CopySourceAsHTML ad-on ile kopyalanmış şekli

 public MainPage()
        {
            InitializeComponent();
            List<string> iller = new List<string>();
            iller.Add("Adana");
            iller.Add("Adiyaman");
            iller.Add("Ardahan");
            iller.Add("istanbul");
            iller.Add("izmir");
            iller.Add("Ankara");
            iller.Add("Kocaeli");
            Textbox1.ItemsSource = iller;              
        }

Bu Add-on u http://copysourceashtml.codeplex.com/ linkinden indirip kurabilirsiniz.

Posted: Aug 08 2009, 01:09 by kkaradag | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Tools