File-->new website-->location--->file system path--->D:\VB webstes(browse it)Lang--->VB.Net default.asx
If(Login1.UserName="VB.net" and Login1.passwrd="VB.net") Then Response.Redirect("Valid.aspx") Else Response.Redirect("Invalid.aspx") End if End class End sub