Hi guys,
I'm quite a beginner on ASP.Net, having my first job in a company I have to develop an application (C# + AJAX controls) which will be for inside use.
I have done most of the work already but now I got this problem which is giving me such a headache.
To test the website, I have published it locally but without success, the following error message appears(with chrome):
"This page contains the following errors:
<div>error on line 1 at column 2: StartTag: invalid element name</div>Below is a rendering of the page up to the first error."
Now, as I have some code on my website already, I thought it could be something wrong with it....but no, I couldn't find any problem.
After (in great details) the analysis of my code, I stopped and decided to create a blank website with just one textbox + button to see what would happen.
Guess what? Same error!
I have searched many articles and found that it could be something wrong with IIS configurations but I have literally tried everything and nothing's working for me.
Please guys help me on this! I have done most of my work but what's the point if I can't even publish it correctly?
Thanks,
Oakster