all groups > asp.net security > september 2005 > threads for september 1 - 7, 2005
Filter by week: 1 2 3 4 5
Integrated Security problem
Posted by si-man at 9/7/2005 7:54:34 AM
Hi, looking for a pointer to how I can programmatically add/delete
users/group and memberships on a win2003 server (I'm NOT running active
directory).
I'm being forced to use windows integrated security as I am also
running other web based MS apps on the machine that require integrated
securi... more >>
impersonate problem
Posted by AJang at 9/7/2005 1:28:03 AM
Scenario:
1. IIS anonymous authentication turnned on
2. Web.config contained:
<authentication mode="Windows" />
<identity impersonate="true" userName="localuser" password="real
password" />
3. In Web application form , guest fill data and updated to backend
datab... more >>
Context.User across sites
Posted by Ben Waldron at 9/7/2005 12:25:03 AM
I have a website (ASP.NET 1.0) that is attaching a Principle to Context.User
(and checking autnetication in the Authenticate_Request event.
I am planning on deploying another site (ASP.NET 2.0) and want respect the
authentication from the first site. Is it possible to do this? I would
a... more >>
Directory size - Security ACLs causing Endless loop
Posted by Phil Rayner at 9/6/2005 12:00:00 AM
Basically put I am trying to get the disk-space used of a directory from a
web application.
The problem arises when the application (more the user that the process runs
as) doesn't have access to one of the subdirectories (in this case the logs
directory).
I want the application to add t... more >>
The ASP.NET FAQ
Posted by Juan T. Llibre at 9/5/2005 7:12:04 AM
Welcome to the ASP.NET FAQ.
The online version of this FAQ is at http://asp.net.do/faq/
Thank you for reading this FAQ!
Use it to improve your online experience.
The Microsoft Public Newsgroups allow users of Microsoft products to exchange technical
information and expertise. Please avoid p... more >>
ASP.NET 2.0 & FormsAuthentication
Posted by vetplakh at 9/2/2005 11:38:05 AM
Visual Studio 2005 Beta 2
Web.config
<system.web>
<authentication mode="Forms">
<forms name=".AS20AUTH" slidingExpiration="false" loginUrl="login.aspx" />
</authentication>
</system.web>
....
According to IIS logs Forms Authentication Control Flow described in
http://msdn2.microsoft.com... more >>
Invalid_Viewstate with email address
Posted by kmacintyre at 9/1/2005 2:14:02 PM
I occasionally get a view state error (below). It appears to be someone
trying to send email using my asp.net pages. Does this pose a security risk
and is there anything I can do to prevent attempts of this nature.
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandl... more >>
Does IsInRole() grab just Groups? Can I get Organizational Units?
Posted by Craig Vedur at 9/1/2005 11:47:07 AM
Hey,
I posted before about IsInRole and was told if you do Windows Authentication
with Identity Impersonation, you can check against security groups. However,
the LDAP is separated into Organizational Units. I did a test and am
assuming IsInRole() will not test for OU membership? Can any... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
security warning with https
Posted by Hatim Ali at 9/1/2005 9:05:22 AM
Hello folks,
I've integrated my ASP.NET website with a portal on web. My website opens in
a frame provided by the web portal. The portal uses https protocol. Now when
i open my website IE displays a security warning saying "This page contains
both secure and un-secure items. Do you want to ... more >>
Multiple sites on same server - authentication problem
Posted by Richard Marr at 9/1/2005 12:00:00 AM
Hi, hope you can help
I have multiple asp.net sites running on the same physical server,
each with its own sql server database. There is a root folder on the
server called 'websites', and under that one folder for each site, eg
siteA, siteB etc. Each site folder contains its own web.config fil... more >>
|