asp.net - How to use a .NET 4.0 web application within a .NET 3.5 web application? -


my company has website built in asp.net , targets .net 3.5. mangled , massive converted .net 4 in timely manner. tasked building ticketing system. want ticketing system separate application main application. added directory website called "ticketingsystem", in iis set folder application, using app pool targets .net 4.0. assumed application not affected application above it, since uses own app pool, seem being affected somehow. navigating directory .net 4 web app in generates error:

http://www.chevtek.com/content/error.jpg

i covered sensitive information file paths , stuff, line says config file has path parent application's config file, not config file of .net 4 app.

any information appreciated. not possible nest .net 4.0 app within .net 3.5 app?

edit requested here screenshot of iis directory structure.

http://www.chevtek.com/content/iisdirectorystructure.jpg

web.config inheritance unfortunately not can turn off completely; specifically, top section in web.config defines config sections exist in web.config cannot ignored/overridden inside child application.

the solution documented here(asp.net 4 breaking changes documentation); have move values in top application machine/frameworkversion specific config file , wrap all(or @ least, most) of root web.config in location tag inheritence disabled.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -