I am building a ASP.NET MVC 2 website that uses Forms authentication. Now I want to allow unauthenticated users access to the Scripts and Content folders, so the stylesheets and images will load. Howe
I wrote a very simple application in .NET and managed to host it using IIS 7. To deploy it i just moved my project files to the server and it worked after some tinkering with the application pools.
I have a site where the vast majority of the content will be secured using Forms Authentication.However there is one sub folder that will be used internally by the administrative staff.I would like to
Is there an easy way to get forms authentication to ignore the returnURL? So the user cl开发者_如何学Cicks a link, the site timesout, they get redirected to my login page (which appends ReturnUrl to
While developing an ASP.NET site, is the a way to setup automatic login? For example, each time I build the site and run it, I have to login again.I don\'t want to disable security entirely, but I wo
I have a standard ASP.NET MVC site with forms authentication. Users log in via a web page. Then they can reach a silverlight app. When they log in, I pass them a forms auth cookie just like any other
I have an ASP.NET MVC 3 web application开发者_JAVA百科 using Forms Authentication. What are the basic steps I need to take to enable https for account logins? I\'m using IIS 7.5 on Windows Server 2008
I have an asp web application that 开发者_Go百科is using forms authentication. I am not using asp.net membership provider, I am creating custom authentication. Thus when a user login, I create for him
I\'ve build a login page with users defined in asp.net web administration tool and I’m trying to give permissions depending on User Role
I am using ASP.NET4 with MVC3. I would like to configure my website to use forms Authentication开发者_开发问答 in the following way: