Tagged Questions

3
votes
6answers
168 views

Tool which shows me which files are written in Linux?

I found in IOStat, that some part of my application is writing extensively, but I don't know which process it is and what files it is writing to. In Vista there is a tool fo that w …
3
votes
5answers
322 views

Best way to keep ASP.Net Session Active

Hi What is the best way to keep asp.net or asp.net mvc session active until user logs out? *User should be able to activate session even after browser or computer restarts... I …
3
votes
6answers
969 views

How to take a screenshot of the Active Window in Delphi?

For full screenshots, I use this code: form1.Hide; sleep(500); bmp := TBitmap.Create; bmp.Height := Screen.Height; bmp.Width := Screen.Width; DCDesk := GetWindowDC(GetDesktopWindo …
2
votes
2answers
160 views

Active Directory and SSO - anyone with experience on this ?

Hello, We want to implement SSO functionality in our organization, but we're not really sure what our options are, and what the benefits / disadvantages for the different solutio …
2
votes
1answer
806 views

ASP.NET Active Directory Membership Provider and SQL Profile Provider

Hey All, I am currently designing a Membership/Profile scheme for a new project I am working on and I was hoping to get some input from others. The project is a ASP.NET web appl …
2
votes
3answers
143 views

Logging AD User Actions (with deleted users)

We are about to migrate an intranet web application from using a proprietary forms-based security to Active Directory. The application logs a variety of user actions, and there is …
2
votes
2answers
991 views

Querying Many-To-Many relationship with Hibernate Criteria API

I've the following many to many relation: File 1 --- * File_Insurer * --- 1 Insurer. I'm trying to query this relation using the Criteria API (Active Record) to get Files that meet …
2
votes
1answer
1k views

How to get AD User Groups for user in Asp.Net?

I need to be able to get a list of the groups a user is in, but I need to have one/some/all of the following properties visible: distinguishedname name cn samaccountname What I …
1
vote
1answer
33 views

How to make my Pocket PC stay on till my application has finished?

I've got an application that presents the user with ongoing status for roughly 15 minutes. What I want to do is make it so the unit will not power off during this time (because the …
1
vote
2answers
155 views

How to get the dispatched route name in Zend framework ?

Current state: A router is loaded from xml file two route name within the router are going to the same controller and action, for example: www-language-employee and www-language- …
1
vote
1answer
35 views

Make active control background colour change

I have a requirement to change the background colour of the active control (to make it easier to identify where the cursor is). I've tried using a style with a trigger on the IsFo …
1
vote
3answers
318 views

ORM and Active Record Pattern in PHP?

Hi, There are two things that seem to be popular nowadays and I was wondering what are the pros and cons of using something like this: http://codeigniter.com/user_guide/database/a …
1
vote
2answers
154 views

a:active issue in ie6

I'm having some questions about changing the class/state of a link back to normal in ie6. I'm using a:active to change the background of a span when the user clicks on it. The targ …
1
vote
1answer
147 views

programming the active directory

hi, I've got an asp application running but i want to search the Active Directory. i am using vb (visual web developer 2008) how do i search the active directory for a given use …
1
vote
1answer
60 views

GETing different Active Resource models in a single request

Hi! Is it possible to receive objects of different Active Resource models in a single request? For example the request "GET /user/joe/articles/1.xml HTTP/1.1" returns an object fr …

1 2 3 next
15 30 50 per page