Question about deployment

Question about deployment

am 01.02.2008 22:52:13 von William

Hi All,

I've seen a lot of articles which show you how to deploy asp.net web
application and web service, but all of them deploy application/web service
under default folder virtual directory. But I think it make more sense that
deploying diffenrent application/web service as separate web site, so that
it's easy for us to maintain later on.
Is there any rule or industry standard for the deployment?

Thanks.

William

RE: Question about deployment

am 01.02.2008 23:55:37 von PhilJohnson

Deploying in the wwwroot is normally the best place as the security is set up
for the aspnet user etc on that folder.

If you deploy elsewhere, you often have a security headache maintaining
permissions.

It depends on your configuration on the virtual folder, that you can set up
in the deployment package, as to whether the web app is installed as its own
site or a subweb etc.

Hope this info helps.

--
Regards,

Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com


"william" wrote:

> Hi All,
>
> I've seen a lot of articles which show you how to deploy asp.net web
> application and web service, but all of them deploy application/web service
> under default folder virtual directory. But I think it make more sense that
> deploying diffenrent application/web service as separate web site, so that
> it's easy for us to maintain later on.
> Is there any rule or industry standard for the deployment?
>
> Thanks.
>
> William