I am trying to create aspx files directly into my website using FTP. My code works fine when uploading pictures or other medias but when I create a file and add the aspx file extension and upload it, I get the following parser error message:
Any ideas on what I'm missing?
CodePudding user response:
I figured out a solution, it might not be the best one but all I had to do was get rid of the inherits="Heimwinz[...]" part and it worked just fine.