Whenever I launch my Web site for the first time (using F5), I am met with a blank Web page. If I view the source of this page, it looks like it is loading fine, but for some reason, the markup just gets cut off before it finishes loading. If I refresh the page, it works fine from that point on. I can consistently reproduce this problem by deleting my cookies, closing the browser, and relaunching the site. Here is my configuration for the cookie:
1 <authentication mode="Forms">
2 <forms name="mysiteCookie" loginUrl="Login.aspx" timeout="168" slidingExpiration="true"/>
3 </authentication>
Any ideas?