Area does not work on the Locaweb server

-1

I have a hosting in Locaweb and am publishing an mvc 4 app.

But Areas does not work. Error:

  

Server can not access application directory '\ windows-pd-0001.fs.locaweb.com.br \ WNFS-0002 \ delavi4 \ web \ panel \'. The directory does not exist or is not accessible because of security settings.

Any idea what it might be?

    
asked by anonymous 15.10.2018 / 01:32

2 answers

0

As the error itself indicates there is an access restriction.

It is necessary to verify that the directory actually exists and that the user of the IIS application has access to this directory.

If you do not have access to this type of configuration on your server, you probably need to open a "call" to the support for them to verify.

    
15.10.2018 / 17:46
0

I thought it was folder permission too, I opened the folder permission at the maximum level allowed by the Locaweb server. Same as on pages outside the Area.

It still did not work.

Anyway, I solved the problem by bringing the Area to the outside. Then Area and main site are now in the same place.

Gambiarra master, but do what?

    
16.10.2018 / 16:19