开发者

visual studio asp.net project requiring password if started over rdp

开发者 https://www.devze.com 2023-03-24 18:16 出处:网络
If I connect to my development machine via RDP and work with an asp.net solution, I have to enter my username and password for opening the projects web site (from within the rdp session). If I do the

If I connect to my development machine via RDP and work with an asp.net solution, I have to enter my username and password for opening the projects web site (from within the rdp session). If I do the same localy on the development machine, no password is required.

The only solution to avoid this strange behaviour, is to deactivate NTLM-authentication in the project start options.

What is the reason for this strange behaviour? W开发者_Python百科hat is the difference when I use VS2010 in remote session instead of a local session?

0

精彩评论

暂无评论...
验证码 换一张
取 消