Possible Cross Frame Scripting from WebResource.axd
Dear team, I'm having security issue with my asp.net application, that our security scan system detect a Cross Frame Scripting issue that refers to WebResources.axd. When I view source my page it has...
View Article[Authentication, c#,Web API] need some help selecting a simple authentication...
<div>Hi all, I'm in the process of building an application/solution. The individual parts now work in a proof of concept. So I'm now busy with knitting it all together in one demo-able solution....
View ArticleCustom RoleProvider not working after server update
After installing several important updates on my web server, the custom RoleProvider that I wrote has stopped working for users accessing the website. The website is only accessed by users within the...
View Articlegiven key was not present in the dictionary
I inherited a project that gives users the above error while trying to change their password. I stepped through and found the trouble spot, but the problem is, the values generated seem right so I...
View ArticleManual authenticate and set user roles temporarily for session
Hi,Im not sure if this is possible. Im creating an application where the user table is stored outside the database, therefore i wont need to use the built-in asp.net user tables. However i would...
View ArticleSiteMap With Roles in ASP.Net 4.0 Web Application not working with Roles
Hi all,I have web application using Oracle DB i used membership with it and roles but when i tried to use sitemap with roles to allow user to display menu according to role not working with meIn...
View ArticleUser name error
When I run my application, page opened as logged in :S then I Response.Write(User.identitiy.Name) to understand user who logged. it prints "Yener-Yener\Yener" :S I never create account like this but...
View ArticleAutomatically logged with created account.
when I create user its automatically logged in.. but I want to create account only, not logged in.. How can I do this ? And is there anyway to logg off user by code ?
View ArticleClear Sessions in different webs using single signon
I have a specific question about security.Following problem occurs in my apps.I have different webapps running. Soome not even on the same machine. Each having its one Application pool.I do have one...
View ArticleCreating Secure Messaging Application
Hello Everyone and thanks for your help in advance. I am assigned to create a secure messaging system for a healthcare facility using ASP.Net and need to research the best way to do so. Currently,...
View ArticleSecuring pictures on website
Hello,I am creating a website where users can upload pictures. They then can choose whether these pictures are available for private (the user can see it) or public (everyone can see them).What would...
View Articlecant insert into
Please help. I am new to web development and currently working on a razor web pages site. I have the name of the StarterSite.sdf changed to YourBookBroker.sdf along with adding the changes to the...
View ArticleEncrypt by asp.net and Decrypt by php
Hi,I want to Encrypt url in asp.net and decrypt the same url in php, can some post the code please.Appreciated on quick response
View ArticleOAuth 2.0 Provider for my website
hi guys , I want to create OAuth2.0 Providers & service for my own website. how can i do this? any working example/sample would be appriciated.
View Articlec# Login Authentication cookies
Hiii am using simple membership for login to user and after suuccessfully loged in i am generating cookies for that login user.but when i am requsting other page after successful login browser can't...
View ArticleEncryption and Description of Password using security code
I need a registeration form, In which, when anybody save their password it saved in encrypt format in database and genrate a security code. After that when person want to retrive their password it must...
View Articleauthentication in asp.net mvc4 and web api
hi, new to asp.net mvc4 and webapi - building an internet portal. Need directions on which authentication is best (basic or forms) or anything else i am missing here. Which hashing algorithm should one...
View Articlewhat type of data store in session cookie?
i'm working on web applications security and want to know that things(s) store in session cookie when cookieless="false" in web config andcan i use that thata by c# codes?
View Articlewhich machineKey config is better?
i 'm working on my web application security and want to know if i use this: <machineKey validationKey="AutoGenerate,IsolateApps" compatibilityMode="Framework45"...
View Articlewhat is deference between reading session id, from cookie or request?
when you use session in cookieless="false" mode in web config it store session id in a cookie value, now i want to know if by any reasons session id change,this cookie's value will update...
View Article