Doubt in the publication of site done in Asp.net mvc

Asked

Viewed 64 times

0

After posting to a local folder on the computer, uploading the files online is got me the error:

inserir a descrição da imagem aqui

  • 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...

  • @yes, gave a mistake, more as I adjust this error?

1 answer

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

You are not signed in. Login or sign up in order to post.