User-1075092149 posted
my development envirnment is run on my local pc and all the source file of web service is located on server A. but i have config file that point to web service's location.
so when i change the source code of web service. i just update the app_webreferences on my development environement, it compiled all the web service's compiled file on my local pc so that i can run on my local computer even all the web service's source code
is located at another environment (server A).
my problem is that when i completed development on my local computer. and now i have to copy all the source code (aspx and cs. file) to server A, it seems have web service error. i don't know why??? how can i deploy web service file and run at server A.
(server A is run through IIS and my local pc is run through virtual port as web server)
is it IIS problem?