Jump to content

403 Error Visual Basic Web Application Install


tat2devil

Recommended Posts

Hi,

try to publish an app and if i wanna install this, it starts and than it stopps with error 403.

i´m sorry for my english.

 

here the translated error message:

 

ERROR SUMMARY

The following is a summary of the errors. Details of these errors are listed later in the log.

* Activation of http://immoakqui.heliohost.org/xxxxxxx.application resulted in exception. Following failure messages were detected:

+ 'Http://immoakqui.heliohost.org/Application Files / Appointment ator_1_0_0_0 / Appointment xxxxxxx.exe.config' could not be downloaded.

+ The remote server returned an error: (403) Disallowed.

 

can somebody help me plz?

Link to comment
Share on other sites

It's because the .config extension is reserved as a system settings file for ASP.NET applications. The server explicitly forbids serving any file with a .config extension for security reasons.

 

You need to change the .config extension to something else or move your account to Stevie where this file type is not reserved.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...