Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:651808
More Search Options
RSS Available
Matching Posts
Re: Access Membership
Sure, you can easily do this as mentioned in the article given in my previous post: <configuration> <connectionStrings> <remove name=”LocalSqlServer”/> <add name="LocalSqlServer" connectionString=" Dbq=C:\mydatabase.mdb;Uid=Admin;Pwd=;" providerName="System.Data.Odbc" / > </connectionStrings> </configuration> Or customize the membership provider to use your own Access connection string. You can download a sample provider for MS Access from here: http://msdn2.microsoft
Posted to
Security
(Forum)
by
Iori_Jay
on 1/8/2007
Re: ASP.NET Development Server
Hi Paul, I'm really glad to see you've solved the issue. And thanks for sharing your experience, which can help some others! Cheers!
Posted to
Getting Started
(Forum)
by
Iori_Jay
on 1/5/2007
Re: help
Hi rretamal , excellent workaroud! Thanks for sharing your experience and I'm sure it will help someone facing similar issue
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Iori_Jay
on 1/5/2007
Re: Add user to two roles
What do you mean by not working? Have you denied access for other users? <location path="CreateAccount/createnew.aspx"> <system.web> <authorization> <allow roles="Administrator" /> <deny users="*"/> </authorization> </system.web> </location>
Posted to
Security
(Forum)
by
Iori_Jay
on 1/4/2007
Re: Access Membership
Can you post your web.config? The connectionstring named LocalSqlServer is used by default security providers, for more information you can refer to: Configuring ASP.NET 2.0 Application Services to use SQL Server 2000 or SQL Server 2005
Posted to
Security
(Forum)
by
Iori_Jay
on 1/4/2007
Re: ASP.NET Forms/Role Authentication questions
For question 1, no, MembershipUser has no such built-in feature. This can simply be accomplished by setting IsApproved property based on comparing LastLoginDate with current date. For question 2, not sure, hope someone can figure it out if there is.
Posted to
Security
(Forum)
by
Iori_Jay
on 1/4/2007
Re: Connection to SQL server fails after Forms Authentication
That's just a login failure. Since you're using impersonation, so .NET will use the logged in user's Windows Identity to connect to SQL. For some reason the user's Windows Identity can't be recognized by the SQL Box so 'NT AUTHORITY\ANONYMOUS LOGON' is used. In this case all you need to do is adding the account to SQL Logins and give proper permissions to it, which can be easily done in Enterprise Manager/Management Studio.
Posted to
Security
(Forum)
by
Iori_Jay
on 1/4/2007
Re: Trouble with two sitemap files
Nevermid my friend I'm really glad that I can help. Just a suggestion: for such issues you can check the Class's properties in MSDN documentation, sometimes you may find it's not so hard to get rid of them
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Iori_Jay
on 1/4/2007
Re: Full-Text CONTAINS Null
Sorry I've no idea about licencing. Since you're interested in Full-Text search, I guess this article would be helpful: DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Iori_Jay
on 1/4/2007
Re: How do you programmatically accessing the DataSet associated with a SqlDataSource?
As I understand the SqlDataSource.Select method will execute SELECT query using current values for any SelectParameter, that mean the values are the same as the SqlDataSource is using. Or you may want to change DefaultValue for SelectParameter before selecting.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Iori_Jay
on 1/4/2007
Page 1 of 245 (2450 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
ASP.NET:
Hanselminutes Podcast 186: .NET Debugging 101 with Tess Ferrandez
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online