all groups > asp.net security > september 2003 > threads for september 15 - 21, 2003
Filter by week: 1 2 3 4 5
remote connection to SQL server problems
Posted by VR at 9/21/2003 11:22:19 PM
While developing an ASP.NET with a SQL server running
locally, I didn't have any problems using the following
connection string (where ATP is the local server's name)
"Server=ATP;uid=AppAdmin;pwd=pass;Database=DB1";
When I try to connect to a remote SQL server named DTP,
using connection... more >>
limit web application access to local directory?
Posted by Michael Appelmans at 9/19/2003 5:49:13 PM
I'm trying to convince a web systems administrator to install ASP.NET on
his web server so I can host a dynamic departmental web site on it. Does
anyone know of a straighforward writeup of what it takes (machine.config
and NTFS file permissions) to limit an anonymous asp.net application to
... more >>
integrated windows authentication - web services
Posted by Tim B at 9/19/2003 11:16:19 AM
I have a performance question.
I have a web service in a machine (not in the a domain at
all) and the virtual directory is setup for integrated
windows auth. The server is WIN2003.
When I call the service from my code I set up a
credential cache with the appropriate credentials and the ... more >>
ASP.Net shared hosting & security
Posted by Andrea Pichler at 9/19/2003 10:44:36 AM
Hello.
I'm trying to setup a Win2003 server for hosting ASP.Net Applications in a
Shared Hosting enviroment.
With the "old" ASP I created a different anonymous account for each web site
and restricted the NTFS permissions on system and website folders.
With ASP.Net I set the <identity imp... more >>
Stumped on FormsAuth Cookie Timing Out
Posted by George Durzi at 9/19/2003 10:34:36 AM
hi all, I am totally stumped, and I need your help.
My authentication cookie (using FormsAuth against Active Directory) is
expiring way too often (like less than 20 minutes). I have it set to expire
in 8 hours. I'm not deploying anything to the site, so I'm not resetting the
application during t... more >>
Sending email securely
Posted by Michael at 9/19/2003 7:43:32 AM
I have a .net application that employs asp.net, vb.net
and sql server. The application is secured at client
sites through their firewall. We want to add
functionality that will automatically trigger emails
(potentially with report attachments) that are sent to
people outside of the firew... more >>
VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!!
Posted by Bill Nguyen at 9/18/2003 5:14:23 PM
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 & 1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 / .NET
framework 1.1
You help is greatly appreciated.
Bill
--------------------------
Common ... more >>
Advice sought on web services and authentication
Posted by i_best NO[at]SPAM hotmail.com at 9/18/2003 12:04:42 PM
I'd really appreciate some pointers on web services etc. I'm a VB6
developer with a growing knowledge of vb.net and asp.net but I'm in
need of some direction!
Firstly, sorry about the X-posting but I've kept it to a minimum (2
groups).
I have a asp.net web application that uses a combinati... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
FWD: Check out the security patch from Microsoft
Posted by waldo malqui silva at 9/18/2003 11:06:29 AM
Microsoft Customer
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to protect your computer
from these vulnerabilities... more >>
Forms Auth with AD Native Mode
Posted by George Durzi at 9/18/2003 8:34:42 AM
I'm authentication against ActiveDirectory by implementing forms
authentication similar to this MSDN article.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT02.asp
I want to make it so that the forms authentication supports AD Native Mode.
So the user ... more >>
System.UnauthorizedAccessException: Access to the path
Posted by Anton ml. Vaheie at 9/17/2003 5:50:21 PM
I know this question my have been asked many times, but non the less.
What I have to do so I can access from my c# web from to file (file.xml) in
the same directory - so I can read/write in it.
Thanks,
Anton, ml.
... more >>
Strange Permissions problem
Posted by Steven Cohn at 9/17/2003 10:45:38 AM
I have a web program which allows the user to select a file on his local
machine, and then copy it to the Web server. This works fine (using
PostedFile.SaveAs). But when the same program tries to Delete the file,
using file.delete, the server says access denied? Any idea how to fix
this?
Th... more >>
HttpWebRequest and posting login data
Posted by buran at 9/16/2003 7:26:19 PM
Dear ASP.NET Programmers,
How can I post data to an ASP.NET login page and pass authentication? The
login page uses forms
authentication, users must supply usernames and password and have to click
on a submit button. I
want to automate this process by supplying values with HttpWebRequest and
... more >>
Store private key in cookie?
Posted by Bill Belliveau at 9/16/2003 2:21:55 PM
Greetings,
I am working on an asp.net storefront that requires credit card information
to be stored temporarily on the server. Currently the site will feature
administrative access protected by MD5 and credit card information encrypted
with Rijndael. Retrieving the information will also be s... more >>
Cryptograhic service provider failed
Posted by netdev at 9/16/2003 8:01:56 AM
I have an asp.net application that is using forms
authentication and the encrypt/decrypt methods to encrypt
the ticket. My application works perfectly on my test
system. However, when moved over to production, I am
receiving the following error:
System.Security.Cryptography.Cryptographic... more >>
|