visual studio 2022 develop an ASP. NET WEB application .I am unable to access web pages using HTTP:

Copper Contributor

I use Visual Studio 2022 to develop an ASP. NET WEB application. The function of the software is to receive photo files sent by post requests. I use http://+local IP address to send photos with web pages through POST. I am always redirected to https//:. What is a good solution. I don't have this problem using the web program I developed 5 years ago.

1 Reply
U need to remove the https bindings in the application settings for ur project, this is set by default to https 🙂