Question about deployment

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
William [ Fr, 01 Februar 2008 22:52 ] [ ID #1921672 ]

RE: Question about deployment

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
PhilJohnson [ Fr, 01 Februar 2008 23:55 ] [ ID #1921678 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Question about deployment

Vorheriges Thema: Can I integrate wordpress in ASP.NET
Nächstes Thema: How do I mimic the "Silverlight" popup behavior that MS is using?