Hi Sabahat,
> I usually deploy a web site manually simply using window
> copy paste,now i am using same copy paste concept with
> Nant.This automate Build/deployment of my website.Is this
> is the build automation Nant based on? Is this is the right
> way to deploy a website using Nant or there is
I eventually got it working.
First make sure you define your xmlns in the project element...
http://nant.sf.net/release/0.85-rc4/nant.xsd"; ...
Then you can tell studio where the schema file is by adding a catalog xml
file (any name) into studios schema folder...
C:\Program Files\Microsoft Vis
Hi All,
My Project is a web site based on ASP.Net,VB.Net
and a Access Database.I simply copy all below
files to the release folder using Nant XML Script.
I usually deploy a web site manually simply using window
copy paste,now i am using same copy paste concept with
N