Click here to Skip to main content
15,906,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
First when I upload whole pages,folders on server it runs fine.But if I change code from cs file eg:InvoiceReport.aspx.cs and save it on server then This updated code not run.
Then my question is which more one file is also need to copy on server with this changed file?
otherwise for little bit change in cs causes whole pages and folder copy on server.
please reply me.
Posted
Comments
Harshil_Raval 25-Oct-13 7:29am    
When you change in code and build code, every time new version of dll is generated in bin folder. With your coding file, take bin folder too.
ZurdoDev 25-Oct-13 7:33am    
I would suggest you post as solution.
Harshil_Raval 25-Oct-13 7:45am    
Posted it as solution. Ok.
Member 10315373 26-Oct-13 11:45am    
means i must copy only solution file?no other?
Member 10315373 29-Oct-13 13:00pm    
Thanks....

Hi,
    When you change in code and build code, every time new version of dll is generated in bin folder. With your coding file, take bin folder too.

Hope it helps you.
Thanks.
 
Share this answer
 
Comments
Member 10315373 29-Oct-13 13:00pm    
Thanks....
You can do one thing after uploading new page referesh web server
hope this helps!!!
 
Share this answer
 
Comments
Member 10315373 29-Oct-13 13:01pm    
How to refresh web server?

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