0
Add the following to your web.config
and publish again:
<configuration>
...
<system.web>
...
<customErrors mode="Off" />
<system.web>
...
</configuration>
The actual error will be displayed.
0
Add the following to your web.config
and publish again:
<configuration>
...
<system.web>
...
<customErrors mode="Off" />
<system.web>
...
</configuration>
The actual error will be displayed.
Compilation Error Description: An error occurred During the Compilation of a Resource required to service this request. Please review the following specific error Details and Modify your source code appropriately. Compiler Error Message: The Compiler failed with error code -532462766. Show Detailed Compiler Output: Version Information: Microsoft . NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34274
So this is the real mistake.
I’m compiling again is going up the files, I’ll see what happens
Browser other questions tagged asp.net-mvc
You are not signed in. Login or sign up in order to post.
You have to let it display the error even if it is published or log in to catch the error... This message just says that there was an error there...
– Ricardo
@yes, gave a mistake, more as I adjust this error?
– Harry