开发者

programmatically login pop-up authentication in C#

When i open https url in IE ,it shows popup window i provide urser name and password its works fine , my qu开发者_运维知识库estion How programatically login popup window using C# ??

Please help me.

Thanks


If your ASP.NET application uses Basic Authentication, then you your users will see this dialog. You can use Basic Authentication over https as well. But basically you need to use Basic Authentication.

See this Security Guidance document from Microsoft in order to get a better understanding of the various options you have and when to use each. http://msdn.microsoft.com/en-us/library/ee817643.aspx

Here is an example of implementing Basic Authentication using ASP.NET http://www.codeproject.com/KB/aspnet/mybasicauthentication.aspx

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜