Base solution for your next web application
Open Closed

Build and Debug Process c #3993


User avatar
0
chalitbur created

Dear. Support.

I 've used ASP.NET Zero license for develop software. This framework very nice for software development. But.....The process for build > run > debug used too much time on my machine Core i5 + Ram 8GB HD SSD Used 30 -50 seconds for each run and test. It's too slow This is right ?

Can you have special configuration or optimize recommend to me. Or recommend mininum specification developer machine .


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @chalitbur,

    AspNet Zero does not have any special configuration for this. You can run your project with CTRL + F5 to decrease time consumed whiel debugging.

    You can also search on the web since this is a common topic.

    Thanks.

  • User Avatar
    0
    chalitbur created

    Thank @ismcagdas for qucikly response.

  • User Avatar
    0
    bolenton created

    Hi @chalitbur, I had this same issue.

    Look at the play button (launch debug button) in your top toolbar. Does it show "IIS Express", or does it show the name of the project you are trying to debug? If it says "IIS Express" change it to the project you want to debug. This will dramatically speed up the launching of the app in debug mode. Hope this helps.

    Best Regards