Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.NET and VPN wierdness

Status
Not open for further replies.

fredjonze

Technical User
Apr 9, 2001
38
US
Hi,

I'm running VB.NET on XP. I'm also connected to corporate with a VPN on DSL. When I try to open and run a solution/project it takes forever to load and run (sometimes 3 to 10 minutes). I see intermittent traffic on the VPN while it's trying to load (like VS is searching for something). If I disconnect from the network/DSL/VPN connection everything loads and runs fairly quickly. All my VPN services run just fine with only nominal delays. Any idea what VS is doing on the network?

Thanks,
 
Are you running the beta, or the release version? The beta did some reporting to Microsoft on what actions typical users performed, plus it had their bug-reporting code in there.

Chip H.
 
Hi,

I'm running Visual Studio Architect release version. I ran NetMon and it appears VS.net is trying to contact the Domain Controllers by issuing NETLOGON SAM requests. It appears these requests are trying to go out via NTLM challenge/response which I don't believe is supported by SecureClient. I'm still trying to figure out why and see if I can switch the requests to Kerberos.

Thanks for the reply.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top