Tag Archives: IIS

IIS Deployment with Sub Applications : Web.Config parent dependency override

Recently when deploying an application out to IIS we had the need to deploy a sub application within the same domain.  Essentially, what we were trying to do was make the sub application an extension of the parent application, but live in separate app pools and the code base would be kept separate as well.
(ie: [...]

Posted in .NET Framework | Also tagged , | Leave a comment

Create new WSS web application at a default location other than C:\Inetpub\wwwroot

This was a question popup about a year ago when the client SPS 2003 virtual directory is hosed on a drive other the default C:\Inetpub\wwwroot location.
It all began with a gradual migration, the new targeted web application for MOSS 2007/WSS 3.0 is created automatically at C:\Inetpub\wwwroot\VirtualDirectories\
while the SPS 2003 site is at E:\Inetpub\wwwroot. At that [...]

Posted in Migrations, Tips and Tricks | Also tagged | Leave a comment