I have seen similar behavior when the required validation scripts are not
in the right place on the server...
do you have a /aspnet_client/system_web/2_0_50727 vdir on your production
server?
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
> I have an application that uses the SqlMembershipProvider and
> SqlRoleProvider for security. I have setup my SQL Server database
[quoted text clipped - 15 lines]
> Thanks,
> Do
chambersdon@hotmail.com - 10 Jul 2007 15:34 GMT
On Jul 9, 4:23 pm, Dominick Baier
<dbaier@pleasepleasenospam_leastprivilege.com> wrote:
> I have seen similar behavior when the required validation scripts are not
> in the right place on the server...
Yes, that directory in on the production server.
We found that if we add 'cookieless="UseUri"' to the authentication
tag everything works.
It appears that cookies are not being generated from the produciton
server. This is not a browser setting because it works in dev and
test.
Why would the server to generate the cookies? Is there a setting on
the server?
> do you have a /aspnet_client/system_web/2_0_50727 vdir on your production
> server?
[quoted text clipped - 25 lines]
>
> - Show quoted text -