How i can localhost automatically when my run wcf program in asp.net
hi,I am learning WCF. I got successfull in wcf. my gridview is filling with data
and also insert, delete, update into gridview. But problem is that if i close
this project and started open after completed close visual studio and restard
again visual studio and try to run my web site project. It is showin following error.
that is error is saying 'http://localhost:49166/WCFTest/Service1.svc' must be restart
again. It is not possible in client side. How i can do this 'http://localhost:49166/WCFTest/Service1.svc'
should be start automatically. when i run my project..
error :
here was no endpoint listening at http://localhost:49166/WCFTest/Service1.svc that could accept the message. This is often caused by an incorrect address or SOAP action.
See InnerException, if present, for more details.
