frameloose Posted December 14, 2005 Posted December 14, 2005 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. Quote
HJB417 Posted December 14, 2005 Posted December 14, 2005 Try doing this, go to project->configuration properties->debugging Set the debug Mode to 'URL' and the start URL to your url e.x.: http://hblackwell/NMIS0000/WebService.asmx I have the 'Start Page' set as the same url too so I'm not sure which one needs to be set, but I set both for good measure =] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.