zach175 0 Newbie Poster

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#?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.