Hi,
     I am currently trying to build a web solution using nant and am
running into a problem.  Every time nant goes to compile that solution, I
get the error "The remote server returned an error: (403) Forbidden."  I
currently have a virtual directory set up in IIS for this project.  I am
running Windows XP Pro with IIS 5.1.  My XML looks like this for the web
project:


<solution solutionfile="${build.dir}\Projects\Web\TestWeb\TestWeb.sln"
configuration="release" failonerror="false">
               <webmap>
                    <map url="http://localhost/TestWeb/TestWeb.csproj";
                                                                  path="
${build.dir}\Projects\Web\TestWeb\TestWeb.csproj" />
               </webmap>
          </solution>

I have tried opening up all the permissions on the web directory, and that
still didn't work.  Any idea what could be causing my trouble?  I know a
way around this would be to use the CSC task, but I'd like to try and get
this method working.

-Donald J. Wood



This transmission may contain information that is privileged, confidential and/or 
exempt from disclosure under applicable law. If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, or use of the 
information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. 
If you received this transmission in error, please immediately contact the sender and 
destroy the material in its entirety, whether in electronic or hard copy format. Thank 
you.



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to