c# - ASP.NET MVC launching time -


i have big application develop (asp.net mvc), wasn't mine , received client. when run via visual studio, takes 2-3 minutes launch.

i'm wondering going on after pressing f5 button in vs (except copiling , copying dll's, views, content output folder).

if had guess i'd you're compiling cshtml code , can slow in older versions of visual studio. check see if have

<mvcbuildviews>true</mvcbuildviews> 

in .csproj file.

see answer mvc application extremely slow build


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -