I migrated an asp.net web site application from Visual Studio 2010 in .NET 4.0 to Visual Studio 2013 with .NET 4.5.2.
When the website is published in Visual Studio 2013, it is not generating any application dll or compiled file in bin folder, but it is getting published properly in Visual Studio 2010.
I tried publishing the website in command using aspnet_compiler.exe with option -errorstack. It is getting complied successfully without throwing any error or output in bin folder.
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe -v /website -p C:\WebsitePhysicalPath -c -errorstack C:\targetDir
Any help on this is highly appreciated.