Hi,
This is my first webservice and im a newbie to C# too so forgive me if these question are stupid.
1. I'm using Visual Web Developer 2008 Express Edition
2. I used the Web Service ASP.NET template to make a simple webservice that returns some data.
3. I used the WSE 3.0 Configuration Tool to require username and password.
4. If I view it in browser it appears to working though i dont think it goes through the security part
Anyways here are my questions
I want to move it a live server now to see how it works exactly. I searched the web and it says to use the deploy option but this version does not seem to have it. As i understand I am supposed to get some assembly files that need to go the bin directory, but i do not see them created when I build the Page. I copied the files to my apache hosted directory and try to view the asmx file but it displays the contents of the file instead of the web service methods display
Also what should be installed on the live server for the web service to work. Do i need somethign specific for the WSE to function etc.
Thank you