3 Years ago I came across a really nice script. It was just an aspx and aspx.cs script, nothing more. It allowed me to see all the roles and users on site.
I started using dotless in my asp.net site which requires a special httphandler to work. The site uses Forms Authentication. Here\'s the problem: When I\'m logged in the request to http://example.org/
I am using the .Net memebership system, and uptil now I haven\'t had any real troubles with it. I now have a overlay where a user can create a profile. When the profile is created I just want to redir
I am using Forms Authentication for the default MVC site, and i also have a custom DB table with extra user information (LINQ2SQL). I have some logic that loads the extra data from the db when the use
Using the Silverlight Business Application template in VS2010 creates a nice default solution wit开发者_如何学Ch a Silverlight project and an ASP.NET project. It also automatically provides some nice
I need to pass some data fr开发者_运维问答om a classic ASP application to my ASP.NET app using the POST method (can\'t use GET sorry) in a form.
My website can be access from many domain (a my own blog engine). So, how i can cross authentication?
I have a WSS 3.0 site that uses forms authentication. In addition to my authentication cookie I get a cookie that contains data like this:
I have a folder with multiple .aspx pages that I want to restrict access to. I have added web.config to that folder with <deny users=\"?\"/>.
I am developing on Windows Server 2008 with VSTS 2008 + C# + .Net 3.5 to develop an ASP.Net application using Forms authentication. I am learning Forms authentication from http://msdn.microsoft.com/en