Click here to Skip to main content
15,918,041 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to enumerate user-defined event handlers? Pin
Charlie Williams24-Aug-04 12:37
Charlie Williams24-Aug-04 12:37 
GeneralMS Office Interop Disaster! Need help urgently please... Pin
User 46247824-Aug-04 5:25
User 46247824-Aug-04 5:25 
GeneralRe: MS Office Interop Disaster! Need help urgently please... Pin
User 46247824-Aug-04 5:26
User 46247824-Aug-04 5:26 
GeneralI need Explaination for... Pin
mtone24-Aug-04 3:28
mtone24-Aug-04 3:28 
GeneralRe: I need Explaination for... Pin
Colin Angus Mackay24-Aug-04 5:49
Colin Angus Mackay24-Aug-04 5:49 
GeneralHosting Managed Controls in MFC Pin
Amir Harel23-Aug-04 23:12
Amir Harel23-Aug-04 23:12 
QuestionHow do I run SQL Script from .msi installer?? Pin
IrishSonic23-Aug-04 22:21
IrishSonic23-Aug-04 22:21 
GeneralASp.net Mobile Forms authentication on Nokia Mobile Browser 4.0 Pin
rmalone23-Aug-04 3:18
rmalone23-Aug-04 3:18 
Hi All

Ive written a portal mobile portal in vb.net that I want to secure to only authenticated users. I am having great difficulty doing this, as when I test in the nokia wap simulator 4.0 (most of the users will have nokia browsers) I cant seem to store any state.

When I authenticate the user, NMB 4.0 doesnt reflect the persisted information. THe web config file is set to not use cookies and the state is persisted if I test it with a an actual nokia 6230(GPRS), the open wave simulator and also normal IE browser. Any Help is appreciated.

(details of the authentication Im using is below):

Dim username As String = "RyanMalone"
FormsAuthentication.Initialize()
Dim strRole As String = AssignRoles(username)

'The AddMinutes determines how long the user will be logged in after leaving
'the site if he doesn't log off.
Dim fat As FormsAuthenticationTicket = New FormsAuthenticationTicket(1, _
username.ToString, DateTime.Now, _
DateTime.Now.AddMinutes(1), False, strRole, _
FormsAuthentication.FormsCookiePath)
Response.Cookies.Add(New HttpCookie(FormsAuthentication.FormsCookieName, _
FormsAuthentication.Encrypt(fat)))
Session("Telco") = "Optus"


General.NET equivilent of CATID's Pin
James Hughes23-Aug-04 0:56
James Hughes23-Aug-04 0:56 
GeneralProblem veryfing a XML signed document Pin
Escroto22-Aug-04 8:23
Escroto22-Aug-04 8:23 
QuestionA mistake within the MSDN .NET 1.1 docs? Pin
Member 131295721-Aug-04 9:48
Member 131295721-Aug-04 9:48 
AnswerRe: A mistake within the MSDN .NET 1.1 docs? Pin
Colin Angus Mackay21-Aug-04 11:23
Colin Angus Mackay21-Aug-04 11:23 
GeneralDrawing to the screen DC with GDI+ Pin
Jon Rista20-Aug-04 17:23
Jon Rista20-Aug-04 17:23 
GeneralRe: Drawing to the screen DC with GDI+ Pin
Shafqat Ahmed (Shiplu)21-Aug-04 12:11
Shafqat Ahmed (Shiplu)21-Aug-04 12:11 
GeneralRe: Drawing to the screen DC with GDI+ Pin
Jon Rista24-Aug-04 12:02
Jon Rista24-Aug-04 12:02 
Generalcrystal reporots login faild Pin
kings_120-Aug-04 14:21
kings_120-Aug-04 14:21 
GeneralLNK 2019: Build Debug Win32 DLL from Dot NEt Pin
sankar20-Aug-04 3:33
sankar20-Aug-04 3:33 
GeneralHelp trapping Sync event with .NET CF Pin
Andre Oschadlin20-Aug-04 0:11
Andre Oschadlin20-Aug-04 0:11 
Questionhelp me plz? Pin
prozac8819-Aug-04 4:19
prozac8819-Aug-04 4:19 
GeneralCrystal Report Error: Fail to render the page Pin
spn19-Aug-04 3:20
spn19-Aug-04 3:20 
General.Net framework update Pin
Small Rat18-Aug-04 14:26
Small Rat18-Aug-04 14:26 
GeneralRe: .Net framework update Pin
ZippyV20-Aug-04 4:01
ZippyV20-Aug-04 4:01 
GeneralRe: .Net framework update Pin
Colin Angus Mackay20-Aug-04 4:04
Colin Angus Mackay20-Aug-04 4:04 
GeneralDisplay data into windows explorer Pin
Dinesh Porwal18-Aug-04 5:27
Dinesh Porwal18-Aug-04 5:27 
GeneralOpenNETCF-Smart Device Framework Pin
mathon18-Aug-04 0:35
mathon18-Aug-04 0:35 

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.