I have 2 servers running Sharepoint 2013 and one database server.
I have enabled app for share point and developed a provider hosted app using VS 2012.
Created a self signed certificate using IIS and exported the certificate.
I am working with a non ssl web application with a developer site as the root site collection.
My provider hosted app is getting installed in SharePoint.
My web application is hosted in a separated IIS server with windows authentication enabled and all others disabled.
Now when I access my application via a web part, the browser prompts for username and password to connect to my remote web application server. Once I provide the login details everything work properly.
Can anyone help me prevent that login prompt as its for a intranet application.
Thank you