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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -