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

前端 未结 6 817
既然无缘
既然无缘 2021-02-08 14:57

My company has a website built in ASP.NET and targets .NET 3.5. It is too mangled and massive to be converted to .NET 4 in a timely manner. I am tasked with building a ticketing

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-08 15:26

    Make sure that stuff isn't in the machine config for the app pool. If so, just delete it from your web config.

提交回复
热议问题