Posts Tagged ‘IIS’

How to fix binding problems with Microsoft.Web.Administration.ServerManager

The Problem: You are trying to create a new website programatically via the Microsoft.Web.Administration.ServerManager and having no luck.  In fact, you are getting invalid binding errors at every turn. Read more on How to fix binding problems with Microsoft.Web.Administration.ServerManager…

Popularity: 2% [?]

How to fix the Microsoft.Web.Administration.dll problem

The Problem: While coding away on the Stronico signup process I came across a problem with creating a reference to the Microsoft.Web.Administration dll, namely it was not present as a reference.  No problem, I added the dll manually via Visual Studio (it is in the %WinDir%\System32\InetSrv directory), yet once that was done I could not reference the dll.

Read more on How to fix the Microsoft.Web.Administration.dll problem…

Popularity: 10% [?]

How to fix problems with SSL certs in Plesk

The Problem: You attempt to install (or renew) an SSL certificate in Plesk (web hosting management software) but when you follow the instructions (meaning add the certificate in Plesk, and then going to the “Setup” screen for the domain, you do not have the option of selecting the renewed certificate.

Read more on How to fix problems with SSL certs in Plesk…

Popularity: 1% [?]

How to solve Unhandled Error in Silverlight Application Code: 2104

I’ve found that I get this error every time I upload a Silverlight application to a new webserver. IIS does not have the correct settings by default.

The Problem: You ftp a Silverlight App to an IIS website, go to the website in a browser, and get the following error:

Read more on How to solve Unhandled Error in Silverlight Application Code: 2104…

Popularity: 99% [?]