0

I publish my ASP.NET project to a server, and than client go to my site, several client fine to access my site but several client get error

Error: an error occurred while processing your request

but I checked - my code is fine. What can I do?

Sorry for my bad English

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Ihsan
  • 35
  • 10
  • 1
    please try this will help (https://stackoverflow.com/questions/22737373/how-to-deploy-asp-net-mvc-4-application-using-localdb-to-local-iis-on-windows-7) or Open IIS Manager and click on Application Pools. Make sure the Application Pool your MVC app is running under is set to .NET CLR version is 4 and the pipeline mode is Integrated. – Arun Solanki May 31 '18 at 04:58
  • That's just a generic error message which tells you almost nothing helpful on its own. There could be lots of causes. Start by checking your server's Event Viewer and IIS logs for signs of exceptions or other problems, to help you diagnose the underlying issue – ADyson May 31 '18 at 08:37

0 Answers0