Question

I created an ASP.NET C# site using .NET Framework 3.5. Its working fine on development server. I have two folders namely

signup
settings

I than hosted my site to domain somee everything is working fine on domain except the folder signup. aspx page is loading but clicking on buttons leads me to custom error of setting custom error mode to Off. nothing is logged in logs and no stacktrace is there, please tell me where i am doing wrong.

Was it helpful?

Solution

Have you taken ready folder which is created by default by MS Visual Studio?

In this case, please check the web.config, if exist check its details, and if not check the main folder, and there find and configure web.config, for the same.

I believe this should solve the error :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top