Hallo.I have an application in vb.net(upgraded from vb6)In form load i connect to sql server with ado(the only thing that was not upgrade from vb6)Now i want to convert the app to web enable.I thing that smart client technology is the solution.The user will get the exe from the browser,downloading it as assembly.I read that web services is the way to access the database.Can i do all that i say above,just changing the way that i use recordsets now,with web services?