siteminder sm_user value
how can I retrieve the sm_user value from siteminder header into a textbox.
View ArticleRoleName always empty when adding role to CreateUserWizard
Hi,first, sorry if this kind of problem ever asked and solved somewhere else, I couldn't found it.I try to add role when registering a user.But when I'm trying to add the user to the roles I always get...
View ArticleAre templates the only way to customizer a createuserWizard control?
I dragged a CreateUserWizard control to my webpage, and I would like to customize certain aspects.1. The header text should not be the same font and size as all the other text.2. Error messages should...
View ArticleAccessing and Downloading Files on another Server
I have a website (IIS6) that provides a download link to download files that are located on another server. Both machines are in the same domain. I've successfully done this before by creating a domain...
View ArticleSite Map - roles
Hello:In my site map I have assigned two roles: Project Manager and Administrator. In one of the child node the role is assigned only to Administrator. Member of ProjectManager group are still...
View ArticleUsing the new IdentityFramework with an existing Database
How do you configure the new Microsoft.AspNet.Identity.EntityFramework system to work with a database first entityframework model?I can see the codefirst example code supplied here...
View ArticleView a controller via a special ip address
I have a sepecial controller that should be seen by only some set of adminstrators. I dont want that controller to be access by just any ip. it should be acessed by a private dedicated ip.
View ArticleSimpleMembership looses track of connection after timeout
Hi,After timeout, it seems that SimpleMembership looses track of the connection string. I spins into an error, citing problems on network connection, and saying that it was unable to create database....
View ArticleForms Authentication doesn't authenticate valid login
Hi,I have a website that uses Forms Authentication to secure the ~/Members/ folder. Nobody should be able to access this folder unless they log in.This works fine on my development system, but after...
View ArticleDefault Application Pool - Access to printers
Hi Everyone,I have a network printer in which applications on my Windows 2008 Server print to. I've found that my applications will stop being able to access the printer causing applications to hang or...
View Articleretrieve username from Session
I am using siteminder and trying to retrieve the useridprotected void Page_Load(object sender, EventArgs e) { var headers = String.Empty; foreach (var key in Request.Headers.AllKeys)...
View ArticleLoginView error with CreateUserWizard & OnCreatedUser event
Hey guys, I'm pretty new to C# and ASP.NET, but I'm hoping to get some help on an issue with my fledgling web application that has me stumped so far. I've created a page purposed for user creation...
View ArticlereturnUrl doesn't work
I am using t he login from the vs2012 web site starter code, so the code is supplied. I However, when you debug it the returnUrl is null. Then whenyou get tothe line where it asks if returnUrl is...
View ArticleMembership.GetUser(object ProviderUserKey) always null
I have this code and for some reason, 'user' is always null. I've even tried to use GetUser(string Username). Same problem. The function is in an external classpublic static bool LockStatus(Guid id) {...
View ArticleHow secure is the session cookie? Also, implementing 'remember me' problems
I've mostly ported my site to use asp.net security classes, but it leaves me with some questions. 1) The login-cookies are encrypted, but what if a user gets his own login to the site, and then steals...
View Articlecan you add AspNetSqlMembershipProvider, AspNetSqlProfileProvider, &...
I am working on a web based app that I have added an encrypted routine to read and write the connection string using a encrypted file for better security. connection string I pull from the file works...
View ArticleHow To Disable Video Downloading
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Dear All</div> <div style="position: absolute;...
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 ArticleWhat if my session variables expire before my login cookie does?
Suppose a user is watching a long video on my asp.net website. To see the video, he had to log in using membership. My question is, what happens if the session and the login expire at different...
View ArticleSetting up membership and users on Arvixe hosting
I'm using asp.net 3.5 to build a web application. It's now time to integrate user memberships so that users may create an account on our site. I've been up and down the internet looking for a guide or...
View Article