sagnik Posted October 29, 2014 Posted October 29, 2014 I'm getting a ASP.NET HTTP 500 Error when running my .aspx file. I've set file permition to 0755 and created a web.config file to turn off customErrors but nothing happened. Here is my .aspx file: http://www.sagnikganguly.ga/members/register/index.aspxplease check my file and tell me what is wrong with my aspx file.
Tjoene Posted October 29, 2014 Posted October 29, 2014 Perhaps you are missing an closing tag: expected '>' but found ' ' Line 75, position 25.
sagnik Posted October 29, 2014 Author Posted October 29, 2014 But, I don't have 75 lines in my code and my other aspx files also giving the same error. Here is another aspx file: http://www.sagnikganguly.ga/members/register/step1.aspx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now