P
Philip Lee
Dear all,
I wrote a program using VB.NET to connect remote SQL
server through ISA server. IIS use anonymous
authentication. Just ISA need to authenticate. Therefore,
I defined proxy user name and proxy password:
obj.InternetProxyLogin = "XXX"
obj.InternetProxyPassword = "password"
obj.InterProxyServer = "xx.xx.xx.xx:8080"
obj.InternetURL = "https://xx.com/ssce/sscesa20.dll"
(using SSL)
Normally, it should work and I think that these are enough
information for RDA. But error received in pocket pc:
"Authentication failed on the proxy server [28012]"
And after this failed synchronization, my desktop cannot
go to internet and received errors also:
"HTTP 407 Proxy Authenication Required - The ISA Server
requires authorization to fulfil the request. Access to
web proxy service is denied (12209)"
This is very strange.
1. Why cannot authenticate my pocket pc?
2. How come affect my desktop?
3. May be this is not just programming problem, any
configuration in ISA can be changed?
Please help. If you just get same problem, you can also
reply me and let me know I am not alone.
Thank you
I wrote a program using VB.NET to connect remote SQL
server through ISA server. IIS use anonymous
authentication. Just ISA need to authenticate. Therefore,
I defined proxy user name and proxy password:
obj.InternetProxyLogin = "XXX"
obj.InternetProxyPassword = "password"
obj.InterProxyServer = "xx.xx.xx.xx:8080"
obj.InternetURL = "https://xx.com/ssce/sscesa20.dll"
(using SSL)
Normally, it should work and I think that these are enough
information for RDA. But error received in pocket pc:
"Authentication failed on the proxy server [28012]"
And after this failed synchronization, my desktop cannot
go to internet and received errors also:
"HTTP 407 Proxy Authenication Required - The ISA Server
requires authorization to fulfil the request. Access to
web proxy service is denied (12209)"
This is very strange.
1. Why cannot authenticate my pocket pc?
2. How come affect my desktop?
3. May be this is not just programming problem, any
configuration in ISA can be changed?
Please help. If you just get same problem, you can also
reply me and let me know I am not alone.
Thank you