Hola,
estuve probando el código rápidamente y es raro que no funcione, pero probe con esto y funciona perfectamente.
Código ASP:
Ver originalDim string1 As String = String.Empty
If string1 Is String.Empty Then
Console.WriteLine("String.Empty")
ElseIf string1 Is Nothing Then
Console.WriteLine("Nothing")
Else
Console.WriteLine("Correcto")
End If
ya me contará =)
Un saludo.