all groups > asp.net security > january 2007 > threads for january 15 - 21, 2007
Filter by week: 1 2 3 4 5
Preventing Image Bandwidth Theft
Posted by Med at 1/21/2007 2:30:08 PM
Hi,
Is there a way to detect in asp.net if images are hot-linked from another
websites? I intend to create a default image and serve that image instead of
the image requested from another website?
Kind Regards
Med
... more >>
2 servers, 1 website, security issue
Posted by musosdev at 1/21/2007 9:11:01 AM
Hi guys
Wonder if you could help me out with some security issues I'm having
installing my code on a client's network.
Here's the setup. We've got 2 servers, the first (DC) is a Win2k3 Std
machine running as a domain controller, with Active Directory, etc - and IIS6.
IIS is running an I... more >>
Web Service Security
Posted by Bob at 1/19/2007 4:15:12 PM
Hi,
I have read the other posts here on this subject but I am still unsure of
the best way to approach my situation.
I am new to web security and web programming in general.
I have a web service and a thick client and a Standalone Root certificate
server.
The thick client will be installed on... more >>
asp.net connection to sql server?
Posted by J at 1/19/2007 10:00:02 AM
Hello. Sorry if this is a novice question but can anyone show or point me
to some code in having windows authentication to sql server for an asp.net
application where it's not using just one generic windows account? I need
to assign individual windows logins to our users (basic authenticatio... more >>
To get all logged in user information on admin side in asp.net 2.0
Posted by ShilpaM at 1/17/2007 9:56:01 PM
Hi,
I am developing an webapplication,which is public user registration
system,where i want to get all logged in users information on administrator
side.Can you please give me an possible solution.
Regards
shilpa... more >>
ApplicationName: Create programmatically
Posted by Claus Konrad [MCSD] at 1/17/2007 3:21:01 PM
Hi
I have a situation where I have to create an entry in the membership
database (std. .NET 2.0 asp.net DB). This entry is a new Application in the
aspnet_Applications table, but as I do not want to do that directly into the
table, what api-object is actually presenting this ability?
I h... more >>
RolePrincipal vs Custom Principal
Posted by LetoLtd at 1/17/2007 7:54:01 AM
I have a custom IPrincipal class that I setup and put into Context.User
in the Application_AuthenticateRequest, all works fine.
However when I check the HttpContext.Current.User in a page my Custom
IPrincipal has been overwritten by the RolePrincipal class, how do I
stop it doing this?
Than... more >>
How to find code permissions needed
Posted by David Thielen at 1/16/2007 11:12:41 AM
Hi;
I know this was answered before but with the MS Web interface to the
groups down I can't find my saved postings so I have to ask again.
We are going to try and figure out Partial Trust again. What is the
program that will tell me what permissions a program needs and what
method in it re... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Better security
Posted by David Thielen at 1/16/2007 11:05:11 AM
Hi;
First off, if you have not read Dominick Baier's book yet - GO READ IT
NOW. That is the book I wish I had read first - would have saved me
boatloads of time.
Ok, on to the question. It seems to me the best way to store secrets
that we need to plaintext of (ie can't just hash and save th... more >>
Conditional Authentication / Authorization Approach
Posted by KW at 1/15/2007 8:04:17 PM
I have the following fairly simple scenario. I have a set of pages that
require users to be authenticated ONLY when certain other conditions
are true. For example...
These two pages require users to ALWAYS be authenticated:
- PageA.apsx
- PageB.aspx
While these two pages only require users... more >>
Access to path "c:\inetpub\wwwroot\myApps" is denied.
Posted by Patrick.O.Ige at 1/15/2007 5:30:55 PM
I moved web apps to Win2003.
I have given read/write access rights to machinename/IIS_WPG but still
getting the error
"Access to the path "c:\inetpub\wwwroot\myApp" is denied. "
Also gave machinename/IIS_WPG rights to the folder myApp
What i notied is that the folder has Read Only attribut... more >>
|