This is probably a really dumb question, but here goes.
I'm using windows Authentication, do I need a logon page?
Because I put together a simple logon page, and it won't let me sign in.
BUT, I put together a page that shows my login status, and it shows I'm logged in.
AND, I put a logout on that page, and it won't let me log out.....
<div>
hi you are
<asp:LoginName ID="LoginName1" runat="server" />
<br />
<br />
<asp:LoginStatus ID="LoginStatus1" runat="server" />
</div>
I'm assuming that since I'm logged on to the PC, then I'm logged in to the web application. How do I test this....
Thanks
...
Go to the complete details ...