Prolly a newbie question...can't seem to deploy web service to IIS

0

0to60

I'm knew to web services (web programming, for that matter). I used VS2008
to create a project of type "asp.net web service". I added a simple method
and it compiles just fine. I then added to that solution an .exe as a test
client. I added a service reference to this .exe that represents my simple
web service and it all runs just fine. But in order for the world to use
this web service, I need to deploy it to IIS. I use deploy from VS2008 and
it copies all my files nicely to IIS. Everything looks good. But when I go
to browse to http://localhost/MyTestService/Service1.asmx, the browser says
it can't find the file.
 
C

Cowboy \(Gregory A. Beamer\)

Check the web directory in the IIS Manager tool (Admin Tools) and make sure
it is marked as a web application, not just a virtual directory. That is
where I would attack first.
 
0

0to60

How do I specify this in IIS Manager?

Cowboy (Gregory A. Beamer) said:
Check the web directory in the IIS Manager tool (Admin Tools) and make
sure it is marked as a web application, not just a virtual directory. That
is where I would attack first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top