I have created a simple asp page, which is works fine in IIS
server.
I want test this page in various browsers, so I choose [this][1] online tester, but it does not work.
I tried to refresh the virtual directory and tried again, still I didn't get any results. How can I test my asp page in browserstack or another cross browser tool?
<table border="0" cellpadding="0" cellspacing="0" class="invite_main">
<%
if session("NotLoggedIn_OldInvite") = "0" then
%>
<tr><td class="tdheader"><!--#include file="xx/include/xx_xxy.asp" --></td></tr>
<%
end if
%>