Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI Everybody,

We Can Run Web Site directly Place the Code in the Server and Secondly We Can Publish into the Server.

So I need to know that Is WebSite Performance take Effect when We Place Code into the Server.


Thanks
Posted

1 solution

If you just place code into the server it is not compiled and will therefore take time to compile when someone visits the site. On the other hand if you publish and put compiled code onto the server the code will be faster to execute.

In reality, I am not sure I have seen much of a difference in my experience of doing it both ways.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900