Hello,
I have an ASP.NET project that I want to include in automated build. The
build runs on a separate server in unattended mode using Visual Studio in a
command-line mode. In principle this should not force VS.NET to create or
access virtual directory for the Web project - it will simply compile its
source. However, so far I didn't find a way to do it - VS.NET complains that
there is no matching virtual directory on a build server and build fails.
This seems to be overkill - to set up virtual directories for every Web
project on a build machine. Do I really need to do this?
Thanks in advance.
Vagif Abilov
Oslo Norway
Lau Lei Cheong - 08 Jul 2004 02:58 GMT
Although I'm not very sure, I believe you do need create VD to have web
applications run.
> Hello,
>
[quoted text clipped - 12 lines]
> Vagif Abilov
> Oslo Norway
Vagif Abilov - 08 Jul 2004 03:32 GMT
I know you need VD to RUN Web applications. But I just want to compile them!
Why should I have Web server with all virtual directories on my build
server?
Vagif
> Although I'm not very sure, I believe you do need create VD to have web
> applications run.
[quoted text clipped - 17 lines]
> > Vagif Abilov
> > Oslo Norway