Hi guys,
I have YAF setup on a test server. At first it didn't work.
I set it up on my local machine and it was working fine after compiling. I published this code to the test server and setup everything the same on IIS.
It still didn't work. Every time I tried to login or register, I was given a message saying I didn't have access. I eventually with the help of our lead developer tracked the problem down to the way our test environment is setup.
If we run it on the default website on port 80 it works fine. We can access via http://servername/yaf/
However, if we plug it into the website that we will be using it on, we get an issue as it is setup on another port on the server. So we are trying to access it from http://servername:xx/yaf/ where xx is the port number.
I was wondering is there a known work around for this issue? Thanks for any help you can provide.