Webservice

frameloose

Newcomer
Joined
Dec 9, 2005
Messages
3
So im doing a webservice and the system works great when im testing it through the webbrowser, but when the other software is going to communicate with the webservice it wont work.
My plan is to set up the webservice in debug mode. But when i start the debugging in visual studio it tells me:

"Running the project requires settig an initial Web page. To set this page, right-click the desired page in the Solution Explorer and select "Set as Start Page"."

by my experience the .asmx file should be used as the Start Page, but when i right-click that file the option to select that file as start page is deactivated. The only files i can choose that option on i Web.config and Global.asax

Any suggestion of a solution so that i can get the debuging running?

maybe this is the wrong section of the forum to post it in. But its the closest i got. And sorry for bad english as usually.
 
Back
Top