Click here to Skip to main content
15,868,164 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am facing problem with my Web Application.

First Quick Review --- Its a Live Site in Production. And I am working on live database.

Problem: --- I am able to change the code in Code Behind (Registration.aspx.vb) Page but when I build it and Debug the application its not taking the change which I made in Page.

Waiting for someone's to help on this.
Posted
Updated 14-Jan-11 11:12am
v4
Comments
Henry Minute 14-Jan-11 17:08pm    
Writing your question in bold text is more likely to prevent people answering. Please do not do it. It looks horrible.
[no name] 14-Jan-11 19:20pm    
Do I understand you are building and debugging in the production environment??
Dave Kreskowiak 15-Jan-11 10:34am    
You're screwing around in the PRODUCTION environment?? Ummm...I suggest you stop now before you really break the page and can't get it working again. The end result being you getting fired from your job!

1 solution

The page likely is set to use the DLL that gets built (from all the VB files in the project) rather than the VB file, and you are likely copying over the VB file. Copy the DLL over instead.
 
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