I am developing a MVC site in VS 2013 using 4.6.1 Framework. I need to deploy the site to a Remote desktop IIS server.
But after deploying, The site responds with 503 error
Steps I followed: Created a application pool with version 4.0 To verify if IIS has 4.6.1 installed. Location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full and checked Release Data (has value 394271) Created a new site and converted it into an application. Created a new virtual directory and pasted the code from project into it (publish setup done).
Problem: When I try to access the site, It responds back with 503 and the app pool stops. I have disabled the App pool-> advanced setting ->Rapid-Fail protection -> Enabled to false But the app pool seems to stop still.
My error log Reason is AppOffline. I have gone through the code, (which when run on the local dev machine works great) but I am not sure how to identify the cause of the problem.
What are the possible causes for the above problem on IIS.