Hello,
I have recently decided to use Yaf.Net as the Forum Engine I want to use for a website I am building (it's for a project!). I am currently following the Github Wiki's guide on how to set Yaf.Net for an Azure Web App (https://github.com/YAFNET/YAFNET/wiki/Installation-on-Windows-Azure) and I have ran into a blocker surrounding on getting the Install Wizard open on the website.
I have followed the first two steps extensively and got the "YAF-v2.3.1.9-Install" release file from the Download of the Website updated with the my Machine Key inserted, SMTP SSL enabled, and the ADO.Net Azure SQL DB Connection String inputted all into the right files. I also have the Web App & Azure SQL DB in the same Region (UK South).
I used the FTPS Endpoint Link and auto-generated username/password that came with the Azure Web App to access the "site/wwwroot" folder through FileZilla and then used FTP to upload the Installation Files to the Server without any issues.
However, I am currently stuck on the third step, which is using my Azure Web App link to run the Install Wizard. When I navigate to the required link that would otherwise allow me to use the Install Wizard (https://apneatalk.azurewebsites.net/install/), it instead gives me the message
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.".
Here are the some core settings of the Azure Web App:
[list]
Runtime Stack: ASP.Net V4.8 [/list][list]
Publish: Code[/list][list]
SKU & Size: Free F1 (Shared Info, 1GB Memory, 60 Mins/Day Compute, Free Tier, Development/Testing Use)[/list]Here is the ADO.Net Connection String in the db.config file:
Is there anything that I have missed or I am doing wrong? Please let me know, I am keen to solve this issue and let me know if there is anything else I should watch out for with the Install Wizard! Many thanks in advance!