Not Defteri

Akılda duracagına burda dursun

IE8 beta authentication for Sharepoint site on local server

I installed IE8 on Sharepoint enviroment and I tried to connect my site on this server ,IE ask me username and passowrd but I was try to call site remote by other PC, IE don't ask any think. 

I have found to many article about IE username password prblem but only solve problem this one.

 UPDATE AND FIX: Big thanks to Ishai Sagi  and Brian Farnhill for showing me this one. The details of the fix are at http://support.microsoft.com/default.aspx/kb/896861. Essentially the issue revolves around a loopback check that is being done to prevent reflection attacks against your system. the theory is that if a request comes from your machine to a DNS name that doesn’t match the machine name, the check will block the authentication. I’m not sure that it was IE8 that directly caused this, rather it was one of the windows updates that get installed along with IE8. Never the less there are two ways to solve this issue (taken from the article mentioned above): 

Follow these steps:

  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa
  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Quit Registry Editor, and then restart your computer.
Method 2: Specify host names

To specify the host names that are mapped to the loopback address and can connect to Web sites on your computer, follow these steps:

  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsaMSV1_0
  3. Right-click MSV1_0, point to New, and then click Multi-String Value.
  4. Type BackConnectionHostNames, and then press ENTER.
  5. Right-click BackConnectionHostNames, and then click Modify.
  6. In the Value data box, type the host name or the host names for the sites that are on the local computer, and then click OK.
  7. Quit Registry Editor, and then restart the IISAdmin service.
  8.  

 

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

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