Connecting Tech Pros Worldwide Forums | Help | Site Map

Web service project template.

Kevin Burton
Guest
 
Posts: n/a
#1: Aug 8 '06
With Visual Studio 2003 there was an option to build a web service. It built
a sample "hello world" web method and did everything that was necessary to
start a web project. With VS 2005 this seems to be missing. Have I missed
something in configuration? If I build a web site then that seems to be the
closest but no project is generated so the only way that I can get back to
the project is to "open" the web site. I would like to be able to add this
project to a solution so I can't "open" the web site. I would like the old VS
2003 functionality back. Any ideas on what I am missing?

Thank you.

Kevin

Pablo Cibraro [MVP]
Guest
 
Posts: n/a
#2: Aug 9 '06

re: Web service project template.


Hi Kevin,

As you said, VS 2005 has a completely different way to manage web
applications. If you want to have something similar to VS 2003, you need to
install the web projects extension for VS 2005.
Read more about that in this site,
http://webproject.scottgu.com/Default.aspx

Regards,
Pablo Cibraro.

"Kevin Burton" <KevinBurton@discussions.microsoft.comwrote in message
news:37244949-C09B-4BAA-8B55-A7777A220259@microsoft.com...
Quote:
With Visual Studio 2003 there was an option to build a web service. It
built
a sample "hello world" web method and did everything that was necessary to
start a web project. With VS 2005 this seems to be missing. Have I missed
something in configuration? If I build a web site then that seems to be
the
closest but no project is generated so the only way that I can get back to
the project is to "open" the web site. I would like to be able to add this
project to a solution so I can't "open" the web site. I would like the old
VS
2003 functionality back. Any ideas on what I am missing?
>
Thank you.
>
Kevin

Kevin Burton
Guest
 
Posts: n/a
#3: Aug 9 '06

re: Web service project template.


This addition seems to focus on web applications. I would like to build a web
service. Is there something similar for web services?

"Pablo Cibraro [MVP]" wrote:
Quote:
Hi Kevin,
>
As you said, VS 2005 has a completely different way to manage web
applications. If you want to have something similar to VS 2003, you need to
install the web projects extension for VS 2005.
Read more about that in this site,
http://webproject.scottgu.com/Default.aspx
>
Regards,
Pablo Cibraro.
>
"Kevin Burton" <KevinBurton@discussions.microsoft.comwrote in message
news:37244949-C09B-4BAA-8B55-A7777A220259@microsoft.com...
Quote:
With Visual Studio 2003 there was an option to build a web service. It
built
a sample "hello world" web method and did everything that was necessary to
start a web project. With VS 2005 this seems to be missing. Have I missed
something in configuration? If I build a web site then that seems to be
the
closest but no project is generated so the only way that I can get back to
the project is to "open" the web site. I would like to be able to add this
project to a solution so I can't "open" the web site. I would like the old
VS
2003 functionality back. Any ideas on what I am missing?

Thank you.

Kevin
>
>
>
Pablo Cibraro [MVP]
Guest
 
Posts: n/a
#4: Aug 10 '06

re: Web service project template.


It is the same thing, you can use it to build a web service.

Regards,
Pablo.

"Kevin Burton" <KevinBurton@discussions.microsoft.comwrote in message
news:59C81A09-EEB0-4200-8AD4-6B664A039260@microsoft.com...
Quote:
This addition seems to focus on web applications. I would like to build a
web
service. Is there something similar for web services?
>
"Pablo Cibraro [MVP]" wrote:
>
Quote:
>Hi Kevin,
>>
>As you said, VS 2005 has a completely different way to manage web
>applications. If you want to have something similar to VS 2003, you need
>to
>install the web projects extension for VS 2005.
>Read more about that in this site,
>http://webproject.scottgu.com/Default.aspx
>>
>Regards,
>Pablo Cibraro.
>>
>"Kevin Burton" <KevinBurton@discussions.microsoft.comwrote in message
>news:37244949-C09B-4BAA-8B55-A7777A220259@microsoft.com...
Quote:
With Visual Studio 2003 there was an option to build a web service. It
built
a sample "hello world" web method and did everything that was necessary
to
start a web project. With VS 2005 this seems to be missing. Have I
missed
something in configuration? If I build a web site then that seems to be
the
closest but no project is generated so the only way that I can get back
to
the project is to "open" the web site. I would like to be able to add
this
project to a solution so I can't "open" the web site. I would like the
old
VS
2003 functionality back. Any ideas on what I am missing?
>
Thank you.
>
Kevin
>>
>>
>>

Closed Thread