all groups > asp.net security > july 2006 > threads for july 22 - 28, 2006
Filter by week: 1 2 3 4 5
Disable NT Windows Login for asp.net
Posted by ntuyen01 NO[at]SPAM yahoo.com at 7/28/2006 8:12:54 AM
Hi All,
I create an intranet web application using asp.net 2.0.
I set the authentication mode="Windows" in the web.config, and set IIS
as NT Authentication and uncheck the anonymous login box.
If I run on my local machine, the NT Windows dialog box login will not
popup, but I still get the ... more >>
Problems with Process.Start
Posted by Bill at 7/28/2006 12:56:27 AM
I am trying to run an exe from my .net 2 website but I cannot get
even simple code to work outside of Visual studio debug
very simple example (but my exe behaves the same)
Dim myprocess As New Process
myprocess.StartInfo.FileName = ("Notepad.exe")
myprocess.Start... more >>
AD/ADAM and application settings storage
Posted by mfaulcon at 7/26/2006 10:14:01 PM
Greetings, all.
I am developing a windows forms intranet app that uses AD for authentication
and access control. There are some application settings, however, that I'd
like to persist, along the lines of aspnet's personalization paradigm. Since
this as a smart client app, and the users may... more >>
Login failed for user '(null)'.
Posted by Herb at 7/26/2006 11:36:02 AM
I get the error message:
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.
in my ASP.NET CLR 2 website.
I am using Forms authentication, is this the cause? Shouldn't there be a
default user?
Other info:
SQL Server 7
aspnetdb
Thanks... more >>
acl.GetOwner(typeof(NTAccount))
Posted by sirpooky NO[at]SPAM gmail.com at 7/26/2006 3:00:38 AM
Hi All,
I have a file system watcher on a remote machine. When people create files/folders on the remote machine I need to see which user was responsible. As there are a number of users who are admins often when a file is created the following code shows BUILTIN\Administrators
FileSecurity acl... more >>
ASP.net SSL w/ an SSL Accelerator
Posted by Nathan Crosby at 7/25/2006 1:49:01 PM
We have a website in which we will have an SSL component for order
processing. We just found out that we will have a hardware SSL accelerator
card
within the network architecture. From what we understand, the card will TX/RX
to the webfarm via port 80 for all traffic. This is new for us and ... more >>
Encrypt and Decrypt ConnectionString inside web.config...
Posted by den 2005 at 7/24/2006 7:44:02 PM
Hi everybody,
How exactly do you Encrypt and Decrypt, using Cryptography,
ConnectionString inside web.config programmatically in .Net Framework 1.0 and
1.1?
Please provide codes. Thanks.
den2005
--
MCP Year 2005, Philippines... more >>
Password protect .jpg or .pdf
Posted by cjburkha at 7/24/2006 2:49:03 PM
Hi,
I've been searching the web and google for a while now, and can't find
how to do exactly what I want to do. I'm sorry if this has been
answered before, I just cant find it.
My idea is to have a folder /root/public/secure which has a web.config
file in it like so
<authorization>
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Regex for default AD policy?
Posted by Michael D'Angelo at 7/24/2006 1:14:11 PM
I'm not too familiar with writing regexes. Does anyone have a regex handy
that mirrors the default complexity requirements for AD. I know there are a
few additional reasons a password change could fail, but I'm hoping to at
least save the trouble of trying to change the password for some of ... more >>
Double hop
Posted by ralph_jj22022 at 7/24/2006 12:00:00 AM
HI Gurus,
I am trying to build a web part in asp.net 1.1 using VS.Net 2003. I am using
this web part on a sharepoint server hosted on a remote server. I am trying
to loginto a sql server 2000 machine , again on a third machine. The issue I
am facing is that of "Double hop". I ahve gone through... more >>
AspNet Code Signing Problems
Posted by Danb at 7/23/2006 3:28:52 PM
I want to sign an user-unique cabinet file. So each time I must resign the
cabinet before it is downloaded by the user.
I am trying to spawn a process that calls Signtool.exe with the arguments
being:
sign /f newcert.pfx /p password /v mycab.cab
Starting the process yields a standard err... more >>
|