I have developed ASP.NET application and implemented Forms Authentication...i have two separate folders with two separate web.config files for two roles that I created...I have installed SelfSSL on my server (Windows Server 2003) and published my application on it...and everything works fine when I try to access login page from inside the domain where both server and my dev pc are in...but when I try to access from an IP address outside the domain (after acception of certificate) I get error 403: Forbidden...
As I said...I have two separate web.config files...and I will post here only part of web.config in my root folder that considers authentication...I am pretty sure that I did everything fine with Forms Authentication...but I am not sure what to do now so my application can be visible from outside the domain...
<authentication mode="Forms" Go to the complete details ...