>From 'aspnet_regiis ?'

the -c flag copies the client side script files of the current version to the
aspnet_client subdirectory of each existing website.

When you do a build from VS.NET ASP.NET mappings are created in IIS to use the 
ASP.NET framework. Apparently, your NAnt build is not creating these mappings
and you and it is necessary for you to run 'aspnet_regiis -c' 

perhaps these links will shed some light on what is going on:
http://support.microsoft.com/default.aspx?scid=kb;en-us;306005
http://support.microsoft.com/default.aspx?scid=kb;EN-US;325093
 
> I shouldn't have to deploy the validation scripts.  They are part of the framework 
> and are in 
> the aspnet_client virtual directory on the server.  I am deploying exactly the same 
> files, 
> the only difference is the compiling of those files.  That is why I am at a loss.

> Any other idea?

> Dominick Luizzi 

> > You are probably not deploying the validation scripts.

> > > I am hoping somebody can help me out.  
> > > I have a web application (written in c# running on Windows 2000 Server).  When I 
> > > do a 
> > > build using VS.NET on my local machine (WinXP) and move the proper files to the 
> > > server, 
> > > everything works great.
> > > When I do a build using NANT, (Yes the build is successful) and deploy the files 
> > > I get 
> > > an error message on my web page stating informing me to run "aspnet_regiis -c".  
> > > I do 
> > > this and everything works great.  My question is why do I have to do this.  Am I 
> > > missing 
> > > a reference somewhere or something?  The page uses a web validation control, but 
> > > this is 
> > > just a .js file so I can't add it as a reference, right?
> > > 
> > > Any help is greatly appreciated. 
> > > Dominick 


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to