App_Start Folder in ASP 4.5 only in WebApplications Projects?

后端 未结 5 1947
萌比男神i
萌比男神i 2020-12-25 11:44

I have a Website Project I\'ve converted to .NET 4.5. I\'d like to use the AuthConfig that I\'ve seen added to the App_Start

5条回答
  •  执念已碎
    2020-12-25 12:13

    In short: For a deeper understanding the configuration changes in ASP.NET 4.5 Websites, look at the following official source - Configuration Changes in ASP.NET 4.5 Website Templates.

    It will instruct you on each change that happened on newer version on ASP.NET Website, which is 4.5

提交回复
热议问题