Deploying a ASP.NET 2.0 appliation ..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am writing batch files to deploy the .NET 2.0 application. I use xcopy
commads and list out all those file extensions which are needed. Normally
till .NET framework 1.1 it used to work for me if i don't give *.cs files.
But now in 2.0 its not working? ie.., I am forced to specify *.cs files also
in xcopy command. Any idea on how to avoid that?

Regards
Pradeep
 
Switch to the Web Application Project model, which is in Service pack 1 or
can be downloaded separately (frankly you're better off installing the
Service Pack).
Your problems will go away, because this model is almost identical to what
you were used to in 1.1
Peter
 
Back
Top