Thursday, October 14, 2010

Accessing HTTPS web page through ports other than 443 through SSL under ISA Server

Hi.

Many hosting control panel provide their interface through HTTPS website with port other than 443. e.g. Contro Panel link for a host might look like https://www.cpanel.com:8440. ISA server does not allow requests through ports other than 443.

While scratching my head, trying to figure out a solution, searching on the net, I found that there is a utility called ISAtrpe which creates a "tunnel" under ISA to allow such requests.

Click Here for more detailed explanation.

Download ISAtrpe from here.

Wednesday, March 31, 2010

ASP.NET error - BC30456: 'Title' is not a member of ...

The error message shown is misleading. This error is caused by using same code behind class in two .aspx pages in Inherits='xxx' clause. Remove the duplication and deploy again.

Thursday, February 4, 2010

Typing in Marathi / Hindi (devnagari)

Today I found www.quillpad.in/marathi/ - online editor for typing in Marathi and other devnagari scripts. I found it very useful.

Monday, November 2, 2009

Tuesday, July 14, 2009

Godaddy, asp.net, IIS7 and system.web.extensions error

When publishing asp.net ajax enabled website with iis7 on godaddy, you need to add system.web.extension.dll manually to your bin folder.

This is possibly because godaddy is having newer version of ajax toolkit. If you are using "Version=1.0.61025.0" then copy the "System.Web.Extensions.dll" from your "C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025" folder to "bin" folder of your published website.