all groups > asp.net security > october 2003 > threads for october 22 - 28, 2003
Filter by week: 1 2 3 4 5
Suppressing logon window
Posted by 1SALz at 10/28/2003 9:45:18 AM
Hi,
Within a web application, I have secured folder/aspx pages using the
location tag in web.config.
Now whenever an unauthorized user tries to access that page, a popup dialog
is displayed - which i dont want.
I want to show a nicer message like 'you dont have access to this area' on a
po... more >>
The operation has timed-out.
Posted by Romano Live at 10/28/2003 12:13:38 AM
The Operation has timed-out
Description: An unhandled exception occurred during the execution of the =
current web request. Exception Details: System.Net.WebException: The =
operation has timed-out.
The webservice works great when invoked through the browser and returns =
the data as requ... more >>
Access web services from ASP.NET
Posted by Taras Overchuk at 10/27/2003 6:41:17 AM
Hi!
I need to access web service form ASP.NET application with credentials of connected user (Integrated Windows Authenticated)
I think I have to do next steps:
1) Create proxy class for web secvice. (I did it with "Add web reference" dialog box. Visual studio created for me some class (MyProxy) de... more >>
I need help with .bat script
Posted by Lucas Cowald at 10/27/2003 2:00:44 AM
Hi, I have no idea how to write .bat scripts, can you help me write one?
Here is a pseudo code of what I would like the .bat script do.
For intFolder = 1 to 100
For intFileNumber = 1 to 20
IF intFileNumber.wmv file does not exist, THEN exit loop.
sse45.exe -i k:\o\intFileN... more >>
Access is Denied when I try sending email at ASP.net on IIS6
Posted by Kent at 10/27/2003 12:12:47 AM
Hi all,
I just migrated my website to the IIS 6.0. Everything is
the same and everything is running perfect except I got
this error message "access is denied" when i try sending
email from the aspx page.
The whole message is like this:
ASP.NET is not authorized to access the requested
re... more >>
Forgot Password encrypted email system
Posted by DDK at 10/26/2003 4:50:44 PM
I really wish there were some examples explaining how to create a forgot
password email link system when you encrypt a password in a database and use
ASP.NET/C# preferably. Since the password is encrypted in SHA1, I can't
just send a user their password by email. So I'm not sure the best way to
... more >>
Access network resources from ASP.NET
Posted by Dima Semensky at 10/23/2003 10:55:28 AM
Hi!
after extensive research of this topic, I'm still not sure what is
"official" way to do it.
Task:
1. User submits some request to ASP.NET application and the app should
write the result to a network share.
2. Integrated Authentication must be used
3. No open password are... more >>
Minimal permissions with an Access Database and 2000 server ?
Posted by Gilles LAMBERT at 10/22/2003 10:44:21 AM
Hi,
Does any one knows what account must have the Write Access to allow
edition on a Access database with an ASP .NET application with Windows
2000 ?
Under Windows 2003, it is the Network Service and not the ASPNET
account.
Thaks and best regards
Gilles
*** Sent via Developersdex... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
NTFS permissions for ASP.NET user
Posted by Morten V. Pedersen at 10/22/2003 5:28:28 AM
I've read the following article regarding NTFS permissions
and ASP.NET
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnnetsec/html/SecNetHT01.asp
In table 1 it says:
Parent directories of context
List Folder/ Read
Process
For file change notifications and the C# comp... more >>
Storing a cryto key in .Net
Posted by Morten Brun at 10/22/2003 3:47:30 AM
Hi
I am looking for some good suggestions to store a cryto key with my
new Asp.Net application using Triple Des to encrypt data. The database
is on SQL2000 server..
My first idea was to store the key within the program, but as programs
can be easily obfuscated this is probably a bad idea.
... more >>
|