Validate against AD the result of a NTLM authentication
Hello all,I'm facing a problem and after countless hours of googling did nothing, here's what's happening (and missing). The whole thing is an Asp.Net WebForms project (the AD authentication will be...
View ArticleHow to secure my HttpHandler when no cookie, no session and no sign in are...
Hi all, I am currently integrating a new feature to my website. Basically, the feature will enable people to post data into my website from the third party pages hosted in other websites but launched...
View ArticleSimpleMemship Database
Dear All,I just updated Visual Studio and face with new membership provider. Since, I really need oAuth, it is really interesting. Now, I want to modify some database procedures since they are not...
View Articleis the new Microsoft.AspNet.Identity will support application's level roles?
hi everyone!i saw the alpha version of Microsoft.AspNet.Identity and i didnt see any tables to supportapplication roles. So i would like to know if it's something that you will support before the RTM...
View Articleweb site administration tool upon deployment
Situation - after tossing and turning I ended up using the ASP.NET configuration tool to make the roles and membership for my ASP.NET 4 website. But upon deployment to our new webhost, everything...
View ArticleGrabbing the User ID
I’m using Visual Studio 2010. I setup my site security using the Web Site Administration Tool. It stores the user id and user name in a table called aspnet_users.My question is: If I want to write a...
View ArticleHow to execute exe form asp.net ?
HiHow to execute exe form asp.net.if i run form local drive it will work ,but if i run form server(publish in IIS),it only running process in task manager ,but not view to user.Dim myApp As New...
View ArticlePossible 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 ArticleURGENT. Permission to access files in between sites
Hi,We have two websites, A and B. published in internet.Website A will access files from website B.Initially it was working fine. but this days there was some server manintance and from then.Site A is...
View ArticleFolder Creation in the "~/" of my website
hi all, i am trying to dynamically create a folder in my website directory heirarchy . it gives me error as i do not have the permission to do the same thing. The error says "Accesss Denied"path =...
View ArticleOpening a Word Document in MVC4 in new WIndow Using the Server URL
In my intanet site i have a list of documents grid, when the user clicks the on any document i have to open the document in a new window (for PDF, Tiff , jpg, etc.) but for office documents it should...
View Articleasp.net web site administration tool fails to launch!
I'm unable to launch the web site administration tool from both applications (developer and studio 2010). This shouldn't be an issue, just clicking the button should render the expected behavior....
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 ArticleProblem when using windows authentication with ie9
Thanks in advance.....Im working with visual studion3.5 and windows server 2003,iis 7.0 with windows authentication....in ie8, it is prompting for credentials both in intranet and internet environment...
View ArticleProvide Security Layer on Top of my WCF/WCF Restful Service
Hi,I want to provide security layer on top of my WCF/WCF RESTful service using NuGet.WCF/WCF Restful service used (SSO : Twitter, FaceBook, Live, LinkedIn, Gmail, Yahoo, Instagram) for User login in...
View ArticleHTML Javascript & Asp.net - Security
Hi All,Application Structure info:Presentation Layer - HTML & Javascripts only (It contains all the controls and communicate to processing layer by using jquery Ajax json service.)Processing Layer...
View ArticleMembership.ValidateUser return SqlNullValueException
Hello!I have this codeMembership.ValidateUser(Username, Password);And when user with this name exist, but password is wrong i get SqlNullValueException, otherwise all right.This is my...
View ArticleError message 401.2.: Unauthorized: Logon failed due to server configuration?
Hi All,i am experiencing the above issue while i was configure my site with custom authenticationi.e.,<authenticationmode="None"> </authentication> <authorization>...
View ArticleSimpleMemship Database
Dear All,I just updated Visual Studio and face with new membership provider. Since, I really need oAuth, it is really interesting. Now, I want to modify some database procedures since they are not...
View ArticleQuestion about the ASP.NET Web Site Administration Tool
I am using MS VWD 2010 Express. In my opinion Microsoft have done something very stupid, allowing us to manipulate an application locally with the ASP.NET Web Site Administration Tool, but not on the...
View Article