Hi Bob,
 
I have already set up my webmap. The relevant portion of the file reads as shown below
 
 <target name="epdm.Compile" depends="vss.epdm.Get">
    
  <solution solutionfile="${epdm.local.rootFolder}\${epdm.solution.name}" configuration="release">
    <webmap>
     <map url="" path="${EC.project.path}" />
    </webmap>
  </solution>
 </target> 
----- Original Message -----
From: Bob Archer
Sent: Monday, May 10, 2004 8:27 AM
Subject: RE: [Nant-users] 403 forbidden

You probably have to set up a Webmap tag to point the web virtual directory to its physical directory.

 

Bob

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Sandeep Sudheendra
Sent: Monday, May 10, 2004 9:16 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] 403 forbidden

 

Hi,

 

I've been trying to compile a web project with NAnt's latest stable release, and repeatedly run into the 403 forbidden error. The full text of the error is something like

"Error checking if project is of type Enterprise template. 403 forbidden"

I believe this is a permissions error, but I have tried everything on the web server - from assigning anonymous access to allowing all file types to run. I have also tried everything suggested on the mailing list archive.

 

Any help is appreciated.

 

Thanks in advance,

Sandeep

Reply via email to