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

.NET (Core and Framework)

 
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 
GeneralRe: Rubi on Rails Pin
Paul Conrad11-Feb-07 17:51
professionalPaul Conrad11-Feb-07 17:51 
AnswerRe: Rubi on Rails Pin
led mike9-Feb-07 9:05
led mike9-Feb-07 9:05 
GeneralRe: Rubi on Rails Pin
Dave Kreskowiak9-Feb-07 9:06
mveDave Kreskowiak9-Feb-07 9:06 
GeneralRe: Rubi on Rails Pin
led mike9-Feb-07 9:26
led mike9-Feb-07 9:26 
GeneralRe: Rubi on Rails Pin
Dave Kreskowiak9-Feb-07 9:29
mveDave Kreskowiak9-Feb-07 9:29 
Questionwindows sevice... Pin
PavanPareta9-Feb-07 1:52
PavanPareta9-Feb-07 1:52 
AnswerRe: windows sevice... Pin
led mike9-Feb-07 9:07
led mike9-Feb-07 9:07 
Questionsend sms using Edge Technology Pin
PavanPareta8-Feb-07 21:56
PavanPareta8-Feb-07 21:56 
QuestionWant to be register my window control library into registry Pin
Kumar Arun8-Feb-07 18:29
Kumar Arun8-Feb-07 18:29 
AnswerRe: Want to be register my window control library into registry Pin
vinit2533999-Feb-07 17:40
vinit2533999-Feb-07 17:40 

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.