Hello, I'm having the following error message below:
This configuration section can not be used at this path. This happens when the site administrator has locked access to this section using an inherited configuration file.
This is referring to the security level of the server, but the issue is that I have already changed web.config in several ways, to put an MVC4 application on the air on windows server locaweb windows 2012 IIS7 apparently is a simple application using things DLLs basics of the Entity Framework with MySQL database.
I asked the support and received the following response
Configurations between local server emulators, hosting providers, are in the vast majority of cases, different each other. Only this procedure [] is not enough to change the Security Level of an application. For what you can correctly resolve Security Level issues, you should: For third-party DLLs: • Verify with the manufacturer the possibility to work with the Security Level DLL configured on the firewall server. your hosting; For your own DLLs: • Scan scripts and verify that the execution of the same is allowed in the Security Level configured on the server of your hosting; For applications from from other providers: • Check, in advance, if DLLs in the application are compatible with Security Level of your hosting plan; • Ideally, such verification should be done before to make your application available in "production" mode in our servers.
1 - What else can I do to be able to heal this? 2 - My application was compiled in 4.5 and by what I noticed la on the server is 4.0
I have not yet had time to compile my MVC application in 4.0 but would it work?
I raised this question because it really gives me a headache, and I wanted to know if anyone has ever had this kind of problem with such Hosting.
Att Rodrigo