Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Prolly a newbie question...can't seem to deploy web service to IIS

Reply
Thread Tools

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

 
 
0to60
Guest
Posts: n/a
 
      02-19-2009
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.

 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      02-19-2009
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.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Blog:
http://feeds.feedburner.com/GregoryBeamer

*************************************************
| Think outside the box! |
*************************************************

"0to60" <> wrote in message
news:uRXRS#...
> 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.


 
Reply With Quote
 
 
 
 
0to60
Guest
Posts: n/a
 
      02-19-2009
How do I specify this in IIS Manager?

"Cowboy (Gregory A. Beamer)" <> wrote in
message news:5F8BBB88-E1AB-43DD-8401-...
> 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.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> Blog:
> http://feeds.feedburner.com/GregoryBeamer
>
> *************************************************
> | Think outside the box! |
> *************************************************
>
> "0to60" <> wrote in message
> news:uRXRS#...
>> 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.

>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying a web service configured under IIS 7 to one under IIS 6 Whiskey Romeo Lima ASP General 1 07-16-2009 01:05 AM
Deploy won't deploy Masterpage.master GaryDean ASP .Net 1 04-14-2009 01:50 AM
Really Stuck! Can't seem to deploy .net with sql express online Steve ASP .Net 0 03-02-2006 10:05 PM
proper way to deploy a web app to IIS? Flip ASP .Net 4 11-17-2004 03:14 PM
deploy msi without web.config or with more IIS settings? evolve ASP .Net 1 12-03-2003 02:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57