Click here to Skip to main content
15,887,892 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: With MultiView control, page is blank Pin
Richard Deeming10-Nov-14 4:27
mveRichard Deeming10-Nov-14 4:27 
GeneralRe: With MultiView control, page is blank Pin
samflex10-Nov-14 8:22
samflex10-Nov-14 8:22 
GeneralRe: With MultiView control, page is blank Pin
Richard Deeming10-Nov-14 8:43
mveRichard Deeming10-Nov-14 8:43 
GeneralRe: With MultiView control, page is blank Pin
samflex10-Nov-14 9:17
samflex10-Nov-14 9:17 
GeneralRe: With MultiView control, page is blank Pin
Richard Deeming10-Nov-14 10:16
mveRichard Deeming10-Nov-14 10:16 
GeneralRe: With MultiView control, page is blank Pin
samflex10-Nov-14 10:51
samflex10-Nov-14 10:51 
QuestionAdvice on moving towards .NET 4.0+ Pin
Danpeking9-Nov-14 22:29
Danpeking9-Nov-14 22:29 
AnswerRe: Advice on moving towards .NET 4.0+ Pin
Richard Deeming10-Nov-14 4:21
mveRichard Deeming10-Nov-14 4:21 
Make sure each application is assigned to an application pool with the appropriate .NET Framework version selected. The 4.0 application should have 4.0 selected; the 2.0 and 3.5 applications should have 2.0 selected.

If your hosting all of the applications in the same site, then you'll need to make some changes to the web.config file:
Changing ASP.NET web.config inheritance when mixing versions of child applications[^]

In particular, you'll need to wrap various sections in the parent application's web.config file in <location> tags:
xml"
<location path="" inheritInChildApplications="false">
    ...
</location>


Try to avoid touching the machine-level config files - you never know whether an update will overwrite your changes.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Advice on moving towards .NET 4.0+ Pin
Danpeking10-Nov-14 4:40
Danpeking10-Nov-14 4:40 
AnswerRe: Advice on moving towards .NET 4.0+ Pin
jkirkerx10-Nov-14 9:42
professionaljkirkerx10-Nov-14 9:42 
GeneralRe: Advice on moving towards .NET 4.0+ Pin
Danpeking14-Nov-14 5:45
Danpeking14-Nov-14 5:45 
QuestionURL Re-writting in MVC4 Pin
Binod Kumar Mahto9-Nov-14 20:16
Binod Kumar Mahto9-Nov-14 20:16 
AnswerRe: URL Re-writting in MVC4 Pin
Matt U.11-Nov-14 7:51
Matt U.11-Nov-14 7:51 
Questionasp.net mvc and news Pin
Member 105297329-Nov-14 7:40
Member 105297329-Nov-14 7:40 
AnswerRe: asp.net mvc and news Pin
Anurag Gandhi13-Nov-14 17:00
professionalAnurag Gandhi13-Nov-14 17:00 
QuestionAsp.net (Vb.net ) post to Facebook page (not user status ) Pin
ccrccrdk9-Nov-14 6:40
ccrccrdk9-Nov-14 6:40 
QuestionTo display data of multiple tables Pin
Member 111616259-Nov-14 4:08
Member 111616259-Nov-14 4:08 
AnswerRe: To display data of multiple tables Pin
Kornfeld Eliyahu Peter10-Nov-14 0:20
professionalKornfeld Eliyahu Peter10-Nov-14 0:20 
AnswerRe: To display data of multiple tables Pin
Shweta N Mishra11-Nov-14 22:39
professionalShweta N Mishra11-Nov-14 22:39 
AnswerRe: To display data of multiple tables Pin
Dusara Maulik12-Nov-14 2:52
Dusara Maulik12-Nov-14 2:52 
QuestionTo display column in descending order in asp.net gridview. Pin
Member 111616259-Nov-14 3:59
Member 111616259-Nov-14 3:59 
AnswerRe: To display column in descending order in asp.net gridview. Pin
Kornfeld Eliyahu Peter10-Nov-14 0:17
professionalKornfeld Eliyahu Peter10-Nov-14 0:17 
QuestionRegarding IsPostBack in asp.net. Pin
Member 111616257-Nov-14 22:33
Member 111616257-Nov-14 22:33 
AnswerRe: Regarding IsPostBack in asp.net. Pin
Peter Leow7-Nov-14 23:10
professionalPeter Leow7-Nov-14 23:10 
AnswerRe: Regarding IsPostBack in asp.net. Pin
jkirkerx8-Nov-14 13:15
professionaljkirkerx8-Nov-14 13:15 

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.