Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLosing cookies Pin
yasBinder5-May-09 8:14
yasBinder5-May-09 8:14 
AnswerRe: Losing cookies Pin
Yusuf5-May-09 9:15
Yusuf5-May-09 9:15 
GeneralRe: Losing cookies Pin
yasBinder5-May-09 9:37
yasBinder5-May-09 9:37 
GeneralRe: Losing cookies Pin
yasBinder7-May-09 16:47
yasBinder7-May-09 16:47 
QuestionHelp on Socket Programming in ASP.NET Pin
RoopeshReddy5-May-09 7:52
RoopeshReddy5-May-09 7:52 
QuestionAnyone familiar with "Prompt for symbolic renaming when renaming files" in Visual Studio Pin
pzn3xq5-May-09 7:45
pzn3xq5-May-09 7:45 
QuestionIs it best to store the sln and suo file within the same directory as your website directory (cs, aspx)? Pin
pzn3xq5-May-09 7:20
pzn3xq5-May-09 7:20 
AnswerRe: Is it best to store the sln and suo file within the same directory as your website directory (cs, aspx)? Pin
Yusuf5-May-09 9:21
Yusuf5-May-09 9:21 
Well, knowing what each file does will help you make your decision.

suo: is local visual studio solution info file. It retains information as to which files are open, which project is active, windows size and location etc. You can safely delete this file and loose nothing in terms of your actual code.

sln: file is your solution file. personally I like to this hierarchy

\development\solution\project.

I stick sln in the \solution folder and my projects in the \project folder.

you are free to follow ms recommendation or come up with your own.


QuestionException Pin
adigatm5-May-09 7:13
adigatm5-May-09 7:13 
AnswerRe: Exception Pin
Yusuf5-May-09 9:24
Yusuf5-May-09 9:24 
AnswerRe: Exception Pin
Abhijit Jana5-May-09 19:41
professionalAbhijit Jana5-May-09 19:41 
GeneralRe: Exception Pin
adigatm7-May-09 4:46
adigatm7-May-09 4:46 
QuestionLogin / sessions WITHOUT using MSSQL Roles / Users Pin
EliottA5-May-09 4:55
EliottA5-May-09 4:55 
QuestionHow to create Scheduled Tasks in dotnet code??? Pin
nkmkrishna5-May-09 4:48
nkmkrishna5-May-09 4:48 
AnswerRe: How to create Scheduled Tasks in dotnet code (has nothing to do with ASP.NET) Pin
led mike5-May-09 4:56
led mike5-May-09 4:56 
QuestionCompiled LINQ Queries Pin
John Gathogo5-May-09 4:37
John Gathogo5-May-09 4:37 
Questionhow to access control id with usercontrol in .aspx page Pin
MallikarjunaGupta5-May-09 4:34
MallikarjunaGupta5-May-09 4:34 
Questionsys.WebForms.PageRequestManagerServerErrorExcpetion code 12031 Pin
JacquesDP5-May-09 4:12
JacquesDP5-May-09 4:12 
AnswerRe: sys.WebForms.PageRequestManagerServerErrorExcpetion code 12031 Pin
JacquesDP5-May-09 5:05
JacquesDP5-May-09 5:05 
QuestionAsp.NET ImageButtons problem Pin
Hristiyan5-May-09 3:38
Hristiyan5-May-09 3:38 
QuestionReg Tracking Of Email Pin
sathakmusthafa5-May-09 2:42
sathakmusthafa5-May-09 2:42 
AnswerRe: Reg Tracking Of Email Pin
Yusuf5-May-09 3:02
Yusuf5-May-09 3:02 
QuestionProblem in response Pin
CrazyCoder265-May-09 2:28
CrazyCoder265-May-09 2:28 
AnswerRe: Problem in response Pin
Yusuf5-May-09 3:06
Yusuf5-May-09 3:06 
QuestionEdit gridview in web user cointrol Pin
benams5-May-09 2:25
benams5-May-09 2:25 

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.