简体   繁体   中英

silverlight with forms authentification - redirect to login.aspx

I've got a Silverlight Application which uses forms authentication. I tried to deploy and run it on my new Test-Server but its really weird. I activated anonymous and forms authentication.

When I run [serverip] I get redirected to Login.aspx (which doesn't exists) and I don't know why.

When I run [serverip]/Default.aspx I get a blank white page. Fiddler shows me, that the Default.aspx page gets loaded, but getting the embedded Silverlight xap File results in a redirect through to Login.aspx.

Does someone have any idea what I'm doing wrong?

I deployed the application via file system. Unfortunately the user "everyone" had no access to the ClientBin-folder. Giving "everyone" access to this folder solved my problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM