hola
bueno es simple
solo crea un proyecto y dentro de un webform declara
imports systems.data
imports systems.data.sqlclient
dim SqlConex as new SQlconecction()
sub page_load()
Sqlconex.conectionstring="SERVER=localhost;database=Base;User ID=sa;PAss=clave"
Sqlconex.open()
responese.write("OK")
end sub