Click here to Skip to main content
16,005,339 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Problem reading text file Pin
Dave Kreskowiak1-Aug-06 5:44
mveDave Kreskowiak1-Aug-06 5:44 
QuestionChecking for characters - such as . or \ Pin
ciscokid551-Aug-06 5:09
ciscokid551-Aug-06 5:09 
AnswerRe: Checking for characters - such as . or \ Pin
Dave Kreskowiak1-Aug-06 5:47
mveDave Kreskowiak1-Aug-06 5:47 
GeneralRe: Checking for characters - such as . or \ Pin
ciscokid551-Aug-06 6:55
ciscokid551-Aug-06 6:55 
GeneralRe: Checking for characters - such as . or \ Pin
ciscokid551-Aug-06 7:40
ciscokid551-Aug-06 7:40 
QuestionSpecial Charecter Pin
Sinchan Nikam1-Aug-06 3:46
Sinchan Nikam1-Aug-06 3:46 
AnswerRe: Special Charecter [modified] Pin
Dave Kreskowiak1-Aug-06 4:20
mveDave Kreskowiak1-Aug-06 4:20 
QuestionHelp with Session Pin
alexfromto1-Aug-06 3:11
alexfromto1-Aug-06 3:11 
Hi.

I have a web application (RadioBecon) installed on one of the servers. I think it’s written in C# and of course doesn’t have any code behind (so I cannot modify it). The application uses license to track how many people are using it. Every time someone logs in it locks the license in DB. The session, which expires after some time (you can set it in the admin console), is supposed to kick people out and release the license in DB but for some reason it doesn’t do it when session time expires.
I went to wwwroot -> application folder and in the WebConfig file set session to 900 (15 min.). I’ve done that to make sure it kicks people out after 15 min. But that didn’t help either. It does kick people out of application but doesn’t unlock license in the database. I can see in the database user is set as locked. I guess the application is not working right……Frown | :( Database doesn’t track time and sessions (logins). For reporting purposes to see who’s logged in and for how long the application uses IIS (so no info stored in DB)

The thing is I would like to unlock license of each user after 15 (or any set time) min.
Is there any way for me to write some application (VB.NET) so it can read sessions used in IIS for my application and if they are longer than specified time to remove it and ran SQL query to unlock the user?

Thank you in advance. Alex.

AnswerRe: Help with Session Pin
Dave Kreskowiak1-Aug-06 4:26
mveDave Kreskowiak1-Aug-06 4:26 
GeneralRe: Help with Session Pin
alexfromto1-Aug-06 4:49
alexfromto1-Aug-06 4:49 
GeneralRe: Help with Session Pin
Dave Kreskowiak1-Aug-06 5:08
mveDave Kreskowiak1-Aug-06 5:08 
GeneralRe: Help with Session Pin
alexfromto1-Aug-06 5:17
alexfromto1-Aug-06 5:17 
GeneralRe: Help with Session Pin
Dave Kreskowiak1-Aug-06 5:38
mveDave Kreskowiak1-Aug-06 5:38 
GeneralRe: Help with Session Pin
alexfromto1-Aug-06 6:48
alexfromto1-Aug-06 6:48 
GeneralRe: Help with Session Pin
Dave Kreskowiak1-Aug-06 9:43
mveDave Kreskowiak1-Aug-06 9:43 
Questionopenfiledialog disturbing database-connection? Pin
Smithers-Jones1-Aug-06 2:44
Smithers-Jones1-Aug-06 2:44 
AnswerRe: openfiledialog disturbing database-connection? Pin
Dave Kreskowiak1-Aug-06 4:46
mveDave Kreskowiak1-Aug-06 4:46 
GeneralRe: openfiledialog disturbing database-connection? Pin
Smithers-Jones2-Aug-06 2:12
Smithers-Jones2-Aug-06 2:12 
Questionscrollbar Pin
microuser_20001-Aug-06 2:31
microuser_20001-Aug-06 2:31 
AnswerRe: scrollbar Pin
Dave Kreskowiak1-Aug-06 4:50
mveDave Kreskowiak1-Aug-06 4:50 
GeneralRe: scrollbar Pin
microuser_20001-Aug-06 12:43
microuser_20001-Aug-06 12:43 
GeneralRe: scrollbar Pin
Dave Kreskowiak2-Aug-06 2:07
mveDave Kreskowiak2-Aug-06 2:07 
QuestionVB.NET & WSUS API - Reporting the status of a specific update per computer Pin
J Oliveira1-Aug-06 1:08
J Oliveira1-Aug-06 1:08 
Questionencrypt password Pin
md_refay1-Aug-06 0:50
md_refay1-Aug-06 0:50 
AnswerRe: encrypt password Pin
ii_noname_ii1-Aug-06 4:45
ii_noname_ii1-Aug-06 4:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.