I've published my ASP.NET website to my Hosting Server via Visual Studio.
But things happened, and I lost all of my sources. I had a backup but it is not recent enough. I could re-code everything that is missing but I don't remember all of it.
I recovered some of my source code using JustDecompile tool but failed to recover the .aspx html markup code, When I open the aspx files, I can only see "This is a marker file generated by the precompilation tool, and should not be deleted!"
I was wondering if it's possible to get the aspnet markup code from the server where I published my website ? I have a full access on it.
Thanks,