Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All

Can anyone advice me on this.
The project which I am working is working perfectly on my local machine
but the same when I deployed it into my test server its throwing some error.
Is there a way to debug my test server code so that I can find out what went wrong.


Thanks
Posted
Updated 11-Jul-13 23:42pm
v2
Comments
Guirec 12-Jul-13 5:43am    
If you start debugging on your test server then it is not a test server anymore but a development server.

You'd rather implement logging and tracing.
babli3 12-Jul-13 5:43am    
ok thanks
Nirav Prabtani 12-Jul-13 5:44am    
have you change connection string in web.Config??
babli3 12-Jul-13 5:49am    
yes i changed it and its inserting properly but it rolls back after sometime....I only changed my code in business layer...so i copied and pasted the respective dll's. Thanks

1 solution

you can use remote debugger:
http://msdn.microsoft.com/en-us/library/vstudio/bt727f1t.aspx[^]
There are version available for 2005, 2008 and 2010

I have three servers: A dev, a test and a live so I don't have to worry about debugging on the test but if I had no dev server then I can totally see why you would want to debug the test machine.

Let me know if you need any help setting up Remote Debugger :D
 
Share this answer
 
Comments
babli3 12-Jul-13 5:47am    
Thank you
babli3 12-Jul-13 6:02am    
HI
Can you pls advice.... I changed few things in business layer...so i copied the dll's and pasted in respective bin folder(test server) and then changed the web.confog aswell.
Do I need to do anything else? sorry i am a fresher...thanks
Andy Lanng 12-Jul-13 9:40am    
Are you getting an error? Best to post this as a new question because people will rarely look at solved posts. Enter as much detail in the new question as you can ;)

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