httpruntime targetframework will it work in console application

  • Thread starter Thread starter Yesh Agrawal
  • Start date Start date
Y

Yesh Agrawal

Guest
Hi all,

I have built a console app in .NET Framework 4.5, which is exchanging data via HTTPWebRequest.

Now due to certain TLS update, I need to update my framework to 4.6.

I have seen that for web-based project if we change the targetframework in httpruntime inside web.config, it works fine.


My question is: will it work for console app too?


Thanks for any help


Please remember to click 'Mark as Answer' on the post that helps you or "Vote As Helpful"

Continue reading...
 
Back
Top