SAML token from external STS leads to error
Tue, 26 Feb 2008 22:33:06 +0100
Folks,
I'm trying to figure out what's going on in our ASP.NET 2.0 app here.
We're using .NET 3.0 WCF to communicate with tons of external web
services.
So far, we've been using Forms Authentication against our custom store
to authenticate users, and when they are authenticated, we issued a
SAML token for ...
|
anonymous access for one page
Tue, 26 Feb 2008 04:55:06 +0800
The content of my Web.config is below
<authentication mode="Form">
<forms name="HealthCookie" loginUrl="Login.aspx" defaultUrl="Home.aspx"
rotection="Validation">
</forms>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
But I need more one page than login.aspx to b ...
|
Impersonate registry user/pwd
Mon, 25 Feb 2008 06:53:29 -0800 (PST)
Hi
I have a little problem...I have an app where I'd like to set the user/
pwd for the impersonate that my IIS should use. Textwise this works
fine, i encrypt and decrypt and get the right values, but when I try
to use it in the aspnet project it won't start.
To save it in the registry I have according to the ...
|
Role management using cookies
Mon, 25 Feb 2008 05:55:00 -0800
Implementing forms authentication in an ASP.NET is quite easy using cookies.
A few entries in the web.config and a few lines of code and you're done.
The problem hits you when you need to handle roles using the same mechanism.
The SetAuthCookie and RedirectFromLoginPage methods provided by the forms
authent ...
|
asp.net 2.0 login controls and configuration wizard features advice needed
Sat, 23 Feb 2008 16:54:41 -0500
I'm relatively new to asp.net. I've been working in the windows app world
for the last bunch of years and really just getting into this area. Lots of
catching up to do. So I know there's this nifty wizard that creates a bunch
of sql 2005 tables, views and procedures. Then it lets you set up users,
roles, etc. On ...
|
Error while creating new user. ASP.NET
Fri, 22 Feb 2008 19:09:40 +0100
Hi there!
I want to create new user using ASP.NET Configuration. It shows me
information: Password length minimum: 7. Non-alphanumeric characters
required: 1
I know what it means, my password looks for example terryss2008 but it says
that this is wrong password.
Whats wrong with it!
Regards,
Mike Ka ...
|
asp.net authentication using SQLExpress
Thu, 21 Feb 2008 11:30:02 -0800
I have installed Web Developer Express and SQLExpress but cannot get
connected to the SQL server. I ran the utility aspnet_regsql.exe with the
switches -E -A m but it gives me an error message saying that remote
connection is not allowed. Even though the connection is local, I enabled
remote connections us ...
|
|
|
Re: Adding Roles and Membership to 2003
Thu, 21 Feb 2008 02:09:59 +0000 (UTC)
Hello Scott M.,
What I ended up doing was setting up 2003 SQL side of it (aspnet_db on 2003)
and pointing my development machine membership provider to use that ... then
I can use the the tools in the IDE ... not a great solution.
cheers Sam
> There is no built-in mechanism in 2003 for this. In this ...
|
storage of security data
Wed, 20 Feb 2008 16:57:07 -0500
I'm really new to a lot of this. I'm using VWD 2005, asp.net 2.0 and SQL
Express 2005. I'm comign from the SQL 2000 world and win apps. So bear with
me.
I created a db in SQL 2000 for a project. I decided to move it over to SQL
Express and that went fine. i've also created an asp.net 2.0 app using VWD
2005 wh ...
|
Forms Authentication and Cookies
Wed, 20 Feb 2008 11:59:38 -0700
Hi,
we have an ASP application under C# talking to MS SQL 2000, it has no
problem with windows authentication for almost 200 users who are registered
in Active Directory. Application has several different folders though.
Now we are going to use a copy wide open in the internet, for more users,
under SSL and F ...
|