Home > Net >  VS developing WEB how to implement the test when hot deployment? Modify the code without the need to
VS developing WEB how to implement the test when hot deployment? Modify the code without the need to

Time:10-04

VS developing WEB how to implement the test when hot deployment? Modify the code without the need to restart?
Scripting languages in c #.
thank you

CodePudding user response:

IIS Express default will support the Edit and Continue
IIS go to https://stackoverflow.com/questions/43786080/edit-and-continue-using-a-local-iis? Rq=1

CodePudding user response:

Asp.net recompiling after released, directly (via FTP, file copy, etc.) uploaded to the web server IIS binding to the corresponding directory, what don't need to restart!

Estimates that your so-called "resume" is not the real learning problems after website deployment and maintenance of knowledge, but their imagination, or are you has to understand other people's discussion of the "reset" refers to what concept, and his pick words, caused by the fear that the sky is falling, all day



What is "scripting language" in c #? What things in c # as a scripting language? You can say understand?

CodePudding user response:

Or are you has to understand other people's discussion of - & gt; Or you do not understand other people's discussion of the


We say asp.net process restart, it is somebody else's asp.net system of an automated features, access to the web client appears to be no sense, because the traditional web itself is the download again to refresh the page, in the form of web site automatically restart the application process for the browser to submit after refresh the page to view the page to have no effect of information,

Reboot and you said is what concept? Your understanding is not it? !!!!!

CodePudding user response:

Because you said that the "hot deployment of test", and focus on here is deployment, rather than v point F5 button to start running,

So your deployment should learn the knowledge of asp.net application is deployed to the IIS, with actual deployed asp.net people ask more,

CodePudding user response:

reference 1/f, jiangsheng response:
IIS Express default will support the Edit and Continue
IIS go to https://stackoverflow.com/questions/43786080/edit-and-continue-using-a-local-iis? Rq=1

IIS editor and is enabled by default, but I edit the c # file, prompt "debugging the current project types, not to make changes to source code",
I type this project is a WEB APPLICATION using the.net Framework 4.6.1
WEB page is normal visit,

CodePudding user response:

reference 4 floor sp1234 response:
because you said that is "the hot deployment test", and focus on here is deployment, rather than v point F5 button to start running,

Then your deployment should learn the knowledge of asp.net application is deployed to the IIS, ask with actual deployment through asp.net,


First of all thank you for your answer! C # is not scripting language,

CodePudding user response:

reference 4 floor interacting in a professional developer response:
because you said that "the hot deployment test", and focus on here is deployment, rather than v point F5 button to start running,

Then your deployment should learn the knowledge of asp.net application is deployed to the IIS, ask with actual deployment through asp.net,


Great god debugging time can be set to need not stop debugging and modify the code does not stop debugging recompiling
Is always in the debug state modify the code to compile without modifying a stop start a modify a stop start a
Like the IDEA which can hang a Tomcat as long as the operation in the development process have to do is to modify the code to compile a debugging need not stop start stop start takes time

CodePudding user response:

With the docker

Without docker standalone, IIS must restart site, if is the manner in which the middleware can replace directly,

CodePudding user response:

IIS, you replace the file after this do not need to restart
  •  Tags:  
  • C#
  • Related