Arkiv

Inlägg taggade ‘iis’

Could not load file or assembly ‘Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′

november 7th, 2011 Inga kommentarer

Could not load file or assembly ‘Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′

Ladda ner och installera följande:

http://www.microsoft.com/downloads/en/confirmation.aspx?familyid=018A09FD-3A74-43C5-8EC1-8D789091255D&displaylang=en

Och starta om IIS.

Sökningar:

Categories: GSOC Taggar:

ISAPI ‘C:\Windows\Microsoft.net\Framework\v.1.1.4322\aspnet_isapi.dll’ reported itself as unhealthy for the following reason: ‘Deadlock detected’.

oktober 24th, 2011 Inga kommentarer

ISAPI ‘C:\Windows\Microsoft.net\Framework\v.1.1.4322\aspnet_isapi.dll’ reported itself as unhealthy for the following reason: ‘Deadlock detected’.

Lösning: http://support.microsoft.com/kb/821268

Sökningar:

Categories: GSOC Taggar:

IIS7 Reverse proxy

oktober 16th, 2011 Inga kommentarer

IIS7 Reverse proxy:

http://blogs.msdn.com/b/carlosag/archive/2010/04/02/setting-up-a-reverse-proxy-using-iis-url-rewrite-and-arr.aspx

Categories: GSOC Taggar: , , ,

It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process.

oktober 13th, 2011 Inga kommentarer

Använd IIS metabase analyzer för att hitta vilka applikationer som kör olika .NET versioner.

Categories: GSOC Taggar: ,

The Template Persistent Cache initialization failed for Application Pool

oktober 11th, 2011 Inga kommentarer

Kolla sökvägen till ASP cache:

%windir%\system32\inetsrv\appcmd list config -section:system.webServer/asp






Skapa den om den inte finns:

mkdir ”%SystemDrive%\inetpub\temp\ASP Compiled Templates”

A subdirectory or file C:\inetpub\temp\ASP Compiled Templates already exists.

Kontrollera så att rättigheter finns för NETWORK SERVICE:

icacls ”%SystemDrive%\inetpub\temp\ASP Compiled Templates” /grant ”NETWORK SERVICE:(OI)(CI)(M)”

processed file: C:\inetpub\temp\ASP Compiled Templates
Successfully processed 1 files; Failed processing 0 files

http://theether.net/kb/100127

Categories: GSOC Taggar: ,