virtual directory

T

Tony Johansson

Hello!

When I create a web site with aspx pages I use virtual directory.

Can I us the same principal when I create a web service ?

//Tony
 
G

Gregory A. Beamer

When I create a web site with aspx pages I use virtual directory.

Can I us the same principal when I create a web service ?

The main point, in IIS, about a new website or a virtual directory is
the URL.

New Website:
http://Domain

New Virtual Directory
http://Domain/VirtualDirectory

As far as running goes, either will work with web sites or web services.
In fact, a web services is simply a web site focused on delivering
services. Technically, you can add web pages to a web service project
and web services to a web site project.

Peace and Grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

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

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

Top