When you run into problems with the 2005 Website project model, look no
further than the Web Application project model:
http://msdn.microsoft.com/asp.net/re...structure/wap/
it's seriously the best solution - cuz this isn't the only problem you'll
run into.
(also, since this is a deployment problem, you could look at the Web
deployment project
(
http://msdn.microsoft.com/asp.net/re...structure/wdp/) as an
addon to your current solution)
Karl
--
http://www.openmymind.net/
http://www.codebetter.com/
<> wrote in message
news: oups.com...
> Like many people I am inconvenienced by the fact that files cannot be
> excluded from an asp.net application. I basically have some text files
> that are written to by the application and these files are located
> within the app_data folder, so that they are within the site keeping
> the entire application in one place.
>
> When publishing these text files are replaced by the development ones
> and file permissions are reset, what is the best way to get round this?
> I know I could just keep these files outside the application virtual
> directory but I want all application related files to be in one place!!
>
> I use the publish feature in 2005 to deploy the application.
>
> Anyone?
>
> Thanks!
>