Tagged Questions

0
votes
0answers
45 views

State of VBScript tooling - anything new in Visual Studio 2010?

What is the preferred environment for authoring VBScript and/or building script solutions for the Windows Script Host? Since I have a MSDN subscription, I could choose something from Microsoft, but …
0
votes
2answers
512 views

Changing credentials on client-side for Basic Authentication on Flex

I want to let the user automatically re-login in my Flex app, which uses Basic Authentication By the way, I have noted this StackOverflow question, which is relevant, but does not address the …