Could you please help me with authentication in Silverlight Business Application. I opened Silverlight Business Application project using the template (VS2010, Silverlight 4).I added no extra code, on
i have a web site that uses forms authentication. the problem is that i have the site installed multiple times on the same production servers because i need to have a few different login pages (based
Thought is was time to bring this to the Stack.We have IIS 7.5 (classic mode), .net 2.0 on Windows Server 2008.The app was upgraded from .net 1.1 with no issues/changes needed.It was migrated from Ser
I have a directory and I want to allow users which are only logged into. Also there is a web page in root directory which has several data and all visitors can see them. Web.config file:
I have wpf application that calls wcf service with forms authentication. I added Service Reference to my solution, and in service configuration checked Generate asynchronous operations.
What is WindowsTokenRoleProvider for? Can I dele开发者_如何转开发te it from web.config? I\'m using forms authentication.As the documentation explains it:
I have an ASP.NET application that uses a MasterPage.In the MasterPage I have an image.This displays well on the development environment and on the default page that inherits it.But now I have set the
I have an asp.net 3.5 app that uses forms authentication. Requests with particular referral IP address should bypass the forms challenge. What event (perhaps开发者_如何转开发 in http module??) is the
I am attempting to secu开发者_运维知识库re a website I am currently developing using ASP.NET MVC 2.0 and forms authentication. In order to secure the forms authentication cookie I want to set the requ
I have a base web site (Asp.net WebForms application) running under ie. http://localhost:90/ Then I created a new (this time Asp.net MVC) application and added it under