Thursday, June 12, 2008

ASP.NET is not enabled - MoM 2005 Installation.

I got this error while installing MoM 2005 in a Windows 2003 Server machine however ASP.net pages where working fine in IIS.

This is how I solved this problem.

Go to Control Panel > Add or Remove Programs > Add or Remove Windows components.



Select Details for Application Server. Mark ASP.net and give OK to install ASP.net.

Monday, June 2, 2008

SelfSSL: Failed to build the subject name blob: 0x80092023 on installing certificate

Make sure that there is no syntax error(s) in the command using which you invoked SelfSSL. What happened to me is that, I used /N:SG_TEST instead of /N:CN=SG_TEST.

How to retrieve Site ID form the IIS?

Right click the 'web site' in IIS and select 'properties'. Now select the 'properties' under the 'Web Site' tab, 'Enable Logging' section. You will see a window similar to the one shown below.



W3SVC<Site ID> (shown in the image) will give you the Site ID. Here 1 is the 'Site ID'.