+ Post New Thread
Page 24 of 124 FirstFirst ... 14 22 23 24 25 26 34 74 ... LastLast
Threads 461 to 480 of 2472

Forum: ASP.NET Security

  1. ASP "no error" error

    I have a statement in a asp,like follows£º var str=window.top.main.document.all.contenttext.value; I use IIS5.0 to deploy this asp,then I visit...

    • Replies: 1
    • Views: 269
    02:59 AM Go to last post
  2. redirecting from another page besides the login page

    We have forms authentication working on a website. A user is presented the login page where he can login or press a button to go to the...

    • Replies: 1
    • Views: 1,581
    09:05 PM Go to last post
  3. Connecting to a UNC share from a web application

    Basically I want to do the following: DirectoryInfo baseDirInfo = new DirectoryInfo(@"\\server2\files"); FileInfo aFileInfos =...

    • Replies: 12
    • Views: 3,001
    06:53 PM Go to last post
  4. Impersonation fails when accessing remote files.

    I am impersonating a user by setting the details in Web.config. I have confirmed that the .aspx page is running as the impersonated user. I then...

    • Replies: 3
    • Views: 2,018
    03:59 PM Go to last post
  5. Forms Authentication - Single Sign-On

    I am implementing a single sign-on system in ASP.Net. The technique I am using is as defined by Paul Sheriff, in the MSDN article Single Sign-On...

    • Replies: 0
    • Views: 3,565
    jct
    02:51 PM Go to last post
  6. Windows authentication for web application

    Hi All, I want to do authentication based on the windows user accounts for my web application. I want to confirm the windows user account...

    • Replies: 3
    • Views: 1,579
    01:55 PM Go to last post
  7. ASPX pages :Starting and Stopping Windows services running in remote Systems

    Hi Requirement:::: starting /Stopping windows servcies running in remote servers. I used the System.ServiceProcess.ServiceController ...

    • Replies: 1
    • Views: 1,196
    09:13 AM Go to last post
  8. forms authentication problem

    I tried on the Security newgroup, as well as other places, and haven't gotten an answer yet - - I'm pulling my hair out over this one. I'm trying...

    2 Pages
    1 2
    • Replies: 26
    • Views: 832
    rsv
    02:26 AM Go to last post
  9. IE to Support LDAP\UPN or just NTLM?

    Hey all- Working on a new project and need IE to pass the LDAP\UPN instead of NTLM. Anyone know of a way for to make this happen? Anyone know if...

    • Replies: 1
    • Views: 699
    06:37 PM Go to last post
  10. cryptostream,padding

    My application produces BLOB's which need to be compressed and encrypted prior to transfer over the internet. I have inplemented a class called...

    • Replies: 0
    • Views: 890
    03:01 PM Go to last post
  11. Sharing Forms Authentication between application and sub-application

    Hi, I'm succesfully using Forms Authentication on a site I'm working on (MyMainApp). In a subfolder of this site, I have a seperate ASP.NET...

    • Replies: 3
    • Views: 2,298
    01:43 PM Go to last post
  12. adding values to the

    HI i have a datagrid with 5 columns. for the first 4 columns i do add the values using a arraylist. now i do need to add the values to the...

    • Replies: 1
    • Views: 359
    v.m
    10:23 AM Go to last post
  13. Urgent Help on CAPICOM Decrypt and Encrypt

    Dear all, I'm new to CAPICOM not sure how to use it in C# Web application. As I know, CAPICOM does have a function to decrypt and encrypt some...

    • Replies: 2
    • Views: 2,827
    04:05 PM Go to last post
  14. IIS sends login dialog for already authenticated users.

    Hi, I am using ASP.NET windows authentication in one of the applications. My application is deployed on one of the 2003 servers. This server is...

    • Replies: 7
    • Views: 407
    04:51 AM Go to last post
  15. Executing a background process

    I’m writing a web page that allows users to reset their own Terminal Services session. The app needs to execute a program in the background (on...

    • Replies: 4
    • Views: 1,914
    02:42 AM Go to last post
  16. Disable account in Active Directory from .NET using DirectoryEntry

    When I try to disable a user account thru forms authentication, I am getting an System.UnauthorizedAccessException: General access denied error. If...

    • Replies: 10
    • Views: 991
    08:25 PM Go to last post
  17. accessing remote resources from ASP.NET app

    Hi all, I know this issue has already been discussed in several threads of the newsgroup and I read several of them However, I would...

    • Replies: 3
    • Views: 470
    04:34 PM Go to last post
  18. IIS Reset thru Web access denied in Window 2003

    I tried to reset IIS thru Web using the following code ProcessStartInfo si = new ProcessStartInfo("cmd.exe"); // Redirect both streams so we can...

    • Replies: 3
    • Views: 3,089
    01:43 PM Go to last post
  19. Access is denied in WindowsIdentity.GetCurrent

    I am suddenly getting this on a couple of Windows XP (.NET 1.1) machines in my environment. The machines haven't change, and my code hasn't...

    • Replies: 0
    • Views: 764
    06:23 PM Go to last post
  20. URL Authorization

    Hi All, I am trying to write several applications, for external users. They will use forms authentication to login. My question concerns url...

    • Replies: 6
    • Views: 966
    05:59 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139