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:78742
More Search Options
RSS Available
Matching Posts
Re: DLL Sites and LDAP / Active Directory
The web server that comes with Visual Studio run's as your credentials and that is why it works loally but not at the web site. You need to tell ASP.NET to force integrated security by denying all anonymous users. To do this simply add the following to your web.config file: < authorization > < deny users = " ? " /> </ authorization > Hope that helps.
Posted to
Security
(Forum)
by
tmw06
on 4/3/2008
Re: Authentication Prompt Question.
Windows Authentication seems to always prompt for a site with the following format: http://<mysitename>.domain.com. If you just go to the site as http://<mysitename> then it will not show the prompt. You can specify http://<mysitename>.domain.com as a safe site in the security settings under IE and it will no longer prompt.
Posted to
Security
(Forum)
by
tmw06
on 1/19/2004
Re: Web User Control !!
Use the Page.Findcontrol to find the control by name. This function returns a Control object and you can change the visibility then. Control myUserControl = Page.FindControl("_MyUserControl1"); if (myUserControl != null) myUserControl.Visible = false;
Posted to
Web Forms
(Forum)
by
tmw06
on 9/20/2003
Re: RSA Cryptology problem
Instead of encrypting with keys I would suggest doing a one-way hash using MD5.Create("somepassword"). Store the hashed value in your database. When a user logs on, take the password they entered and has that password and compare it to the hashed value in the database.
Posted to
Security
(Forum)
by
tmw06
on 8/17/2003
Page 1 of 1 (4 items)
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online