You need to authenticate yourself using NTLM (Microsoft Windows NT LAN Manager) authentication. It is possible to do this in VB but involves a lot of byte shifting and code.
thanks 4 ur reply visualAd,
pls gimme more detail, how to do so..in policy setting?
im using winxp as webserver(just for development)..
im going to host my webserver at hosting company...
what do i need to tell them to do?
ill buy u a pasta then..hehe..
NTLM is a challenge response protocol. That means the client needs to make a connection containing a challenge and the server makes the response. No user name and password are ever transmitted to the server - the authentication takes place with the domain controller.
Like I say. I have never written an NTLM authenticator in VB and I do not plan to either. That doesn't mean the its not possible, just that its a complex and time consuming task.
If you want to do it yourself here is a detailed specification.
thanks a lot visualAd,
it sound quite hard for that coding...
me either didnt plan to do so...hehe...
im better choose another solution...
im planning to update my sql server directly from my vb local client instead of upload the file then update at the server.
thanks a lot visualAd,
it sound quite hard for that coding...
me either didnt plan to do so...hehe...
im better choose another solution...
im planning to update my sql server directly from my vb local client instead of upload the file then update at the server.
which one is better in terms of reliability?
Hi, If you want add support for http authentication you could add that line in the source: