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

.NET (Core and Framework)

 
AnswerRe: Coding conventions and practices Pin
Manas Bhardwaj28-Aug-08 5:37
professionalManas Bhardwaj28-Aug-08 5:37 
GeneralRe: Coding conventions and practices Pin
Scott Dorman28-Aug-08 9:32
professionalScott Dorman28-Aug-08 9:32 
AnswerRe: Coding conventions and practices Pin
Scott Dorman28-Aug-08 9:36
professionalScott Dorman28-Aug-08 9:36 
AnswerRe: Coding conventions and practices Pin
Rob Graham28-Aug-08 14:36
Rob Graham28-Aug-08 14:36 
AnswerRe: Coding conventions and practices Pin
Kevin McFarlane30-Aug-08 3:20
Kevin McFarlane30-Aug-08 3:20 
QuestionMULTIMEDIA UTILITY [modified] Pin
sanaritasages28-Aug-08 3:04
sanaritasages28-Aug-08 3:04 
AnswerCross Post. There's one in the C# forum. Pin
Pete O'Hanlon28-Aug-08 3:19
mvePete O'Hanlon28-Aug-08 3:19 
Questionstate management issue Pin
Zafar Sultan28-Aug-08 2:22
Zafar Sultan28-Aug-08 2:22 
I am having state management problem.Currently I am using
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20"/> in my web.config file and its working fine

As there are two other state management methods StateServer and SqlServer I am a bit confused which one to use.And if anyone can tell will there any problem if i use the current setting?What are the changes I have to make in my current settings to avoid any problem as once I opened my website and a link was shown to me "the object has been moved here".When I clicked that my home page loaded but i was unable to access my admin page by logging in and redirected back to the login page.In my code the username is stored in session variable and if it is not provided the user will be redirected to the login page and even after providing the username and password I was kept redirected to the login page.I thought it definitely is session's issue. When that home page loaded directly by typing the url after a while, there was no problem.Can anyone explain what is wrong?Thanks
QuestionGAC Issue Pin
Tauseef A27-Aug-08 17:15
Tauseef A27-Aug-08 17:15 
AnswerRe: GAC Issue Pin
Brij27-Aug-08 18:48
mentorBrij27-Aug-08 18:48 
AnswerRe: GAC Issue Pin
Abhishek Sur28-Aug-08 6:17
professionalAbhishek Sur28-Aug-08 6:17 
QuestionSerializable Classes? Pin
obarahmeh27-Aug-08 1:52
obarahmeh27-Aug-08 1:52 
AnswerRe: Serializable Classes? Pin
Pete O'Hanlon27-Aug-08 2:11
mvePete O'Hanlon27-Aug-08 2:11 
AnswerRe: Serializable Classes? Pin
led mike27-Aug-08 4:57
led mike27-Aug-08 4:57 
QuestionCustom Exception Handling Pin
shecool26-Aug-08 20:30
shecool26-Aug-08 20:30 
AnswerRe: Custom Exception Handling Pin
Brij26-Aug-08 21:57
mentorBrij26-Aug-08 21:57 
AnswerRe: Custom Exception Handling Pin
Mark Salsbery27-Aug-08 7:32
Mark Salsbery27-Aug-08 7:32 
AnswerRe: Custom Exception Handling Pin
Colin Angus Mackay28-Aug-08 12:57
Colin Angus Mackay28-Aug-08 12:57 
GeneralRe: Custom Exception Handling Pin
dojohansen2-Sep-08 0:00
dojohansen2-Sep-08 0:00 
GeneralRe: Custom Exception Handling Pin
Colin Angus Mackay2-Sep-08 0:46
Colin Angus Mackay2-Sep-08 0:46 
QuestionVB.NET Dataset Does not save changes Pin
viperdrake26-Aug-08 11:50
viperdrake26-Aug-08 11:50 
AnswerRe: VB.NET Dataset Does not save changes Pin
Ray Cassick26-Aug-08 16:23
Ray Cassick26-Aug-08 16:23 
Questionstatic dataset Pin
bfis10813726-Aug-08 7:06
bfis10813726-Aug-08 7:06 
AnswerRe: static dataset Pin
Wendelius26-Aug-08 7:49
mentorWendelius26-Aug-08 7:49 
GeneralRe: static dataset Pin
bfis10813726-Aug-08 7:56
bfis10813726-Aug-08 7:56 

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.