all groups > asp.net security > june 2007 > threads for june 15 - 21, 2007
Filter by week: 1 2 3 4 5
How can I use " ProfileCommon" class in MyWebsiteCore.dll,Is That possible
Posted by Osamede Zhang at 6/21/2007 12:00:00 AM
You know ASP.NET automatically generates a class named Profile in the
Temporary ASP.NET Files directory, But I want to write this class by
myself,So I can use it in my class library,
What should I do?
Thanks for your read
... more >>
How to run aspnet_regiis.exe with on site other than w3svc/1?
Posted by slolife at 6/20/2007 6:37:11 PM
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe /lk
W3SVC/ 1.1.4322.2300
W3SVC/1029688701/root/ 1.1.4322.2300
W3SVC/1156445961/root/ 1.1.4322.2300
W3SVC/1283203219/root/ 1.1.4322.2300
W3SVC/1444110353/root/ 2.0.50727.0
The app that I am trying to encrypt is on W3SVC/1444... more >>
Restricting access to sub folders and files.
Posted by Jason Titcomb at 6/20/2007 11:24:52 AM
Hello All,
I would like to restrict access to a folder and all it's sub-folders and
files.
Using VS2005, ASP.NET 2.0, Forms Authentication, IIS6
The web.config in the root of the site has the following in the config and
it works.
It redirects a new user to the login page just fine.
<locat... more >>
Impersonation not working...
Posted by Mike at 6/19/2007 9:25:39 AM
Hi all,
Hopefully someone will be able to help with this issue. I have an
ASP.Net application that is trying to extract frames from .avi
and .wmv files to create thumbnails. The media files are out on a
server and the .avi files work when I set the filename property of the
MediaDet object but... more >>
Service Account replaced by IUSR ??
Posted by Erwin NO[at]SPAM ODS at 6/18/2007 2:15:24 PM
Hi,
Could anyone help me with this.
I am testing a .Net 2 application that creates a user in AD. It also has
to create a shared folder on a remote server.
I'm testing this on a Windows SBS 2003 machine, taking the same server
as "remote" server, by using the UNC path when creating the directo... more >>
Download file works locally, but not on server - Any idea?
Posted by Carlos Lozano at 6/18/2007 1:11:02 PM
Hello,
I have the following section of code in a popup window that is opened from
other page when clicking a button:
The downloadFile method is called from the Page_Load Event.
private void downloadFile(string filename)
{
Response.ClearHeaders();
Response.Cl... more >>
|