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

.NET (Core and Framework)

 
AnswerRe: Regarding BEST Practices for .net development Pin
Kevin McFarlane12-Feb-07 5:24
Kevin McFarlane12-Feb-07 5:24 
Questioncan be done real time simulation with WPF? Pin
Mir_As11-Feb-07 7:41
Mir_As11-Feb-07 7:41 
AnswerRe: can be done real time simulation with WPF? Pin
Dave Kreskowiak11-Feb-07 13:55
mveDave Kreskowiak11-Feb-07 13:55 
AnswerRe: can be done real time simulation with WPF? Pin
Luc Pattyn12-Feb-07 5:53
sitebuilderLuc Pattyn12-Feb-07 5:53 
GeneralRe: can be done real time simulation with WPF? Pin
Mir_As14-Feb-07 22:31
Mir_As14-Feb-07 22:31 
GeneralRe: can be done real time simulation with WPF? Pin
Luc Pattyn15-Feb-07 0:26
sitebuilderLuc Pattyn15-Feb-07 0:26 
Questioncheckboxlist and javascript Pin
Uma Kameswari11-Feb-07 5:43
Uma Kameswari11-Feb-07 5:43 
AnswerRe: checkboxlist and javascript Pin
anj198312-Feb-07 8:10
anj198312-Feb-07 8:10 
Questiondoes web servise is where i sould use server side chat program? Pin
yuvalda110-Feb-07 5:59
yuvalda110-Feb-07 5:59 
AnswerRe: does web servise is where i sould use server side chat program? Pin
Dave Kreskowiak10-Feb-07 8:22
mveDave Kreskowiak10-Feb-07 8:22 
Questionmultyplayers games using a server client communication Pin
yuvalda110-Feb-07 0:19
yuvalda110-Feb-07 0:19 
QuestionMultiple Versions of .NET Framework Pin
Rajaraman Soundararajan9-Feb-07 18:38
Rajaraman Soundararajan9-Feb-07 18:38 
AnswerRe: Multiple Versions of .NET Framework Pin
Christian Graus9-Feb-07 18:44
protectorChristian Graus9-Feb-07 18:44 
GeneralRe: Multiple Versions of .NET Framework Pin
Rajaraman Soundararajan10-Feb-07 6:02
Rajaraman Soundararajan10-Feb-07 6:02 
GeneralRe: Multiple Versions of .NET Framework Pin
Christian Graus10-Feb-07 10:35
protectorChristian Graus10-Feb-07 10:35 
GeneralRe: Multiple Versions of .NET Framework Pin
Mike Dimmick11-Feb-07 23:37
Mike Dimmick11-Feb-07 23:37 
GeneralRe: Multiple Versions of .NET Framework Pin
Christian Graus13-Feb-07 18:09
protectorChristian Graus13-Feb-07 18:09 
AnswerRe: Multiple Versions of .NET Framework Pin
Mike Dimmick11-Feb-07 23:44
Mike Dimmick11-Feb-07 23:44 
A web application can only use one version of the Framework. You would have to place the pages developed for the other version into a different folder (this could be a subfolder) and create a new Application (click Create under Application Settings in the folder's properties in the IIS management console).

You should place the appropriate version of web.config under the root that matches the version of ASP.NET you have selected for the root. The application you create for the other version should have its own web.config: settings are not inherited from the root configuration.

If running on IIS 6.0, you should place your ASP.NET 1.1 applications in a different application pool to the ASP.NET 2.0 applications to ensure that they get separate worker processes.

Stability. What an interesting concept. -- Chris Maunder

AnswerRe: Please give me some Idea if know about it Pin
Christian Graus9-Feb-07 18:18
protectorChristian Graus9-Feb-07 18:18 
QuestionHow to reorder grid columns Pin
AndrusM9-Feb-07 8:05
AndrusM9-Feb-07 8:05 
AnswerRe: How to reorder grid columns Pin
led mike9-Feb-07 9:28
led mike9-Feb-07 9:28 
QuestionRubi on Rails Pin
supramido9-Feb-07 6:22
supramido9-Feb-07 6:22 
AnswerRe: Rubi on Rails Pin
Dave Kreskowiak9-Feb-07 7:28
mveDave Kreskowiak9-Feb-07 7:28 
GeneralRe: Rubi on Rails Pin
Christian Graus9-Feb-07 18:46
protectorChristian Graus9-Feb-07 18:46 
GeneralRe: Rubi on Rails Pin
Dave Kreskowiak10-Feb-07 5:04
mveDave Kreskowiak10-Feb-07 5:04 

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.