I am using filezilla to upload my Asp.net application to my website... ctastic.com. But when I upload all of the files, I just comes up with a server error. It says I should change my web.config file and make the error go away but when I tried that, all
it did was say error 500. Help please!
Error 500 is a server side error. More likely you should have an exception that should point to what happens (see the Windows log or add something to get feedback about excceptions).
Ok, so I redid the process and now I have a Security Exception, saying I have to contact my system administrator. Then under that it has all of this confusing code. What next?
None
0 Points
3 Posts
Server ERROR in '/' Application.
Jun 25, 2015 01:39 PM|Carsen|LINK
I am using filezilla to upload my Asp.net application to my website... ctastic.com. But when I upload all of the files, I just comes up with a server error. It says I should change my web.config file and make the error go away but when I tried that, all it did was say error 500. Help please!
webapp Help filezilla asp.netwebapp ctastic
All-Star
48720 Points
18184 Posts
Re: Server ERROR in '/' Application.
Jun 25, 2015 02:14 PM|PatriceSc|LINK
Hi,
Error 500 is a server side error. More likely you should have an exception that should point to what happens (see the Windows log or add something to get feedback about excceptions).
None
0 Points
3 Posts
Re: Server ERROR in '/' Application.
Jun 25, 2015 02:50 PM|Carsen|LINK
Star
9859 Points
974 Posts
Re: Server ERROR in '/' Application.
Jun 26, 2015 02:13 AM|Li Wang|LINK
Hi Carsen,
Thank you for your post.
Which version of .net framework do your web application use, and please mark use this version of .net framework is installed in the server.
How to see your .net framework version of iis? link below is for your reference.
https://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0e923661-a628-4f16-8e52-9d63587b9d72.mspx?mfr=true
And you could Specify a .NET Framework Version for an Application Pool.
https://technet.microsoft.com/en-us/library/cc754523(v=ws.10).aspx
If the specify .net framework is not installed on iis, you could install it.
http://brad-christie.com/blog/2012/07/11/install-net-4-on-iis-7/
https://msdn.microsoft.com/en-us/library/vstudio/k6h9cz8h(v=vs.100).aspx
Hoping my reply could be helpful to you.
Best Regards,
Wang Li
None
0 Points
3 Posts
Re: Server ERROR in '/' Application.
Jun 26, 2015 04:34 PM|Carsen|LINK
Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34248 is what it says,
I am using Microsoft Visual Studio 2013 with the ASP.NET framework. If that clears your mind a little bit.
It still does not work!
The code under it looks like this:
Star
9859 Points
974 Posts
Re: Server ERROR in '/' Application.
Jun 30, 2015 04:59 AM|Li Wang|LINK
Hi Carsen,
Adding this section to the web.config under system.web and try again.
Best Regards,
Wang Li