I think I found my problem...in my web.config I had:
Code:
<forms
loginUrl="Login.aspx"
name="sqlAuthCookie"
timeout="60" path="/sitename"
protection="All"></forms>
I removed the path and it works now
-------------------------
Beware of programmers with screwdrivers...