I have a C++ app that uses the CInternetSession API to try and download a file across the internet.
I want to authenticate before allowing any file downloads. Right now, the application should be passing the username and password using:
CHttpFile->pFile->SetOption(INTERNET_OPTION_USERNAME) AND
INTERNET_OPTION_USERNAME(INTERNET_OPTION_PASSWORD)
Is there any way to connect this with a C# page to validate across SQL? can i get the c++ session variables with c#?