Hello
I am getting the above error (it has happened twice now). I have, in fact, compiled my ASP.NET project so I can't understand the error. I precompile using command prompt:
C:\>Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_compiler -p "C:\Users\Steve\Documents\Visual Studio 2013\basicForm" -v /-u "C:\basicForm"
Microsoft (R) ASP.NET Compilation Tool version 4.0.30319.18408
Utility to precompile an ASP.NET application
and get no errors.
This is the full Visual Studio error I get here:
http://www.dimadayoub.net/basicForm/default.aspx
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): The file ' ...
Go to the complete details ...