I have an internal ASP.NET Webforms application running on a Windows 2012 server. Part of applications were running fine until I had login authentication. Any request from this part now redirect to Home.aspx?ReturnUrl=%2f (but still shows logged on). I have
other pages on the same site which are running fine.
The part does not running needs to go a shared folder on the same server to read some files for this application.
It also works fine when I debugged on the local machine with login authentication.
Any help is appreciated.
Go to the complete details ...