Problem Statement
Recently one of our customers faced a strange issue wherein the nopCommerce website home page was redirecting to login?ReturnUrl=%2f.
Solution
After some investigation, we assigned necessary permissions to the web user of this website and NETWORK SERVICE. Additionally, we enabled a 32-bit application option for the application pool of the nopCommerce website.
We implemented the following steps –
- Open IIS manager.
- Locate the application Pool used by the website/application in question.
- Right-click on the application pool name and advanced settings.
Enable 32 Bit applications option to TRUE.