event to be triggered after login
When using the login wizard, how do I run an event that I want after the user logs in?I used onauthenticate but that makes me unable to login (with this attribute I get an error message saying login...
View ArticleI can't access the user in the Login's Loggedin event
Protected Sub Login1_LoggedIn(sender As Object, e As EventArgs) Handles Login1.LoggedIn Dim currentuser As MembershipUser Dim strEmail As String currentuser = Membership.GetUser() strEmail =...
View ArticleSystem.Security.SecurityException: Request for the permission of type...
On my website when I come to register a user (http://www.ecovidadesign.com/Register.aspx) it works on my local but when I upload it (shared hosting) it gives me the below error:Security...
View ArticleExternal code used by various Web Apps to Authenticate
Hello,I have been searching online for good examples of a web service that is used explicitly for authenticating the credentials for users. This web service needs to be able to accept calls from...
View ArticleSql Server Authentication for web application
Hi,I'm using SQL Server 2008 session states in my web app and also SQL Server Authentication. The website is intended for deployment on the Internet and only authenticated users are supposed to access...
View ArticleAccess denied to write in folders
Hi all,I have a asp.net 4.0 application that create PDF files with ITextSharp and upload files. The application also use authentication forms. In my Web.Config I create the security rules for...
View Articlehow to limit user in block for take a topic
i wan't limit a user for access on my web site like take a topic access some pages and ...i wan't know can i change my webconfig? pleaas help methank you for all
View Articleprivate and public key authentication
I want to upload files in to the SFTP server using public key authentication. I cant use any 3rd party tools. I have store my public key in the server and my private key store in my local machine. I...
View Articlefolder for authenticated users only
Hi,This question may have been asked earlier, but I could not find it, sorry.How do I allow a folder to be accessed by authenticated users only. I am using form authentication.I only see ? (anonymous)...
View Articleusers created when debugging mvc4 application not saving to website admin tool
When I create new users while debugging, they are saved to the database but not visible when I open the website admin tool. Also, I cannot log in with the users that were first created in the website...
View ArticleShared memory between IIS8 ASP.NET *.ashx and user application
The GoalGet an unmanaged user application (the "server" in a client-sever relationship) to multiple web clients via websockets, IIS8, a custom ASHX, and several MemoryMappedFile objects.The Story So...
View Articlehi..:D
i am an IT student and we are developing an inventory systemfor our thesis requirement , what is one of the best way of where to store the database for login accounts etc. I appreciate some help
View Articleusing windows authntication not getting login prompt
<configuration><connectionStrings><add name="ActiveDirectory" connectionString="LDAP://DC1:389/DC=smstest,DC=local"/><add name="PEXConnectionString" connectionString="Data...
View Articlesecurity trimming does not work
Hello All.I have a Website built on .NET with the following specificatoin:- dot net framework 2.0.- windows server 2003.- IIS6 .- Used Role Provider and sitemap to generate my main menu for each user...
View ArticleCREATE DATABASE permission denied in database 'master'
I just uploaded my site to GoDaddy and I get "CREATE DATABASE permission denied in database 'master'"I think it is trying to create the aspnet database? I have the connection string pointed to my sql...
View ArticleHow do you test web application for security and etc.
Hi,I would like to know how you would test application and websites for security?Can you recommend the best way of testing web applications for vulnerabilities?Thank youFrom James Burton
View ArticleUsing SQLSiteMapProvider how to check for access on each page?
Hi All,I have a web application with a menu that is generated based on the role the user is in using the sqlsitemapprovider. This works great and if a user does not have access to a page the link is...
View ArticleLost without a clue - setting up 'Web Site Administration Tool'
Situation - In my previous post I asked for a basic authentication solution for a small website. Somebody told me to use the 'ASP.net membership system. Because I'm a total amature I never heard of...
View ArticleForms authentication with SQL Server:
I'd been following a series of tutorials that described how to website that connects to a database created using SQL Server 2008.At the end of the course, it shows how to implement forms authentication...
View ArticleCould not load file or assembly 'XXX, Version=1.0.0.0, Culture=neutral,...
Hi, I get this particular error only in our production environment. I have goggled and found lots of solutions. But none of them worked. My application is launched in a clustered environment (4...
View Article