Home All Groups Group Topic Archive Search About

NEW Web Application Project [VS 2005]

Author
31 Dec 2005 3:56 PM
Chris
I installed this new BETA component for VS 2005 and it really helped with
the migration from vs2003, but now I cannot deploy the project.  Compiles
fine, but there is no option to Copy the project, and that new Web
Deployment Project update does not work on Web Application Projects so I
cant use that either.

I'm just trying to copy the project to a release directory with "only
required files" such as .aspx and .dlls just like in VS 2003.

Can anyone help?

Thanks.

Author
31 Dec 2005 7:31 PM
Peter Bromberg [C# MVP]
Chris,
Until Scott Guthrie and his group come out with the final product, you will
probably have to XCopy deploy "by hand". This means everything in the bin
folder, all  .ascx, .aspx, and .asax files (but not .cs files) and the
web.config.  There are still a number of "Holes" in the preview product, most
of which are well - described in the tutorial.

Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




Show quoteHide quote
"Chris" wrote:

> I installed this new BETA component for VS 2005 and it really helped with
> the migration from vs2003, but now I cannot deploy the project.  Compiles
> fine, but there is no option to Copy the project, and that new Web
> Deployment Project update does not work on Web Application Projects so I
> cant use that either.
>
> I'm just trying to copy the project to a release directory with "only
> required files" such as .aspx and .dlls just like in VS 2003.
>
> Can anyone help?
>
> Thanks.
>
>
>
Are all your drivers up to date? click for free checkup

Author
31 Dec 2005 7:58 PM
Joey
The "copy" function is new and improved in VS2005. Just choose "Publish
web site..." on the "Build" menu, and you will see what I mean. Uncheck
the box that allows the site to be updateable if you want your aspx
pages copied as stub files instead of html (new to VS2005). This would
mean that your code behind AND source pages would be compiled on the
web server (my preference). If you don't uncheck this box, the
functionality will be basically the same as the old "Copy website
feature..." in VS2003.

Also I see no reason for any third party tool, if all you want to do is
copy. I have had no problems in using this simple, built-in publish
feature.

JP


Chris wrote:
Show quoteHide quote
> I installed this new BETA component for VS 2005 and it really helped with
> the migration from vs2003, but now I cannot deploy the project.  Compiles
> fine, but there is no option to Copy the project, and that new Web
> Deployment Project update does not work on Web Application Projects so I
> cant use that either.
>
> I'm just trying to copy the project to a release directory with "only
> required files" such as .aspx and .dlls just like in VS 2003.
>
> Can anyone help?
>
> Thanks.
Author
31 Dec 2005 8:34 PM
Peter Bromberg [C# MVP]
I believe the OP is referring to the new "Web Application Project Prview"

http://webproject.scottgu.com/

-- for which the copy project option is not available (yet).

--Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




Show quoteHide quote
"Joey" wrote:

> The "copy" function is new and improved in VS2005. Just choose "Publish
> web site..." on the "Build" menu, and you will see what I mean. Uncheck
> the box that allows the site to be updateable if you want your aspx
> pages copied as stub files instead of html (new to VS2005). This would
> mean that your code behind AND source pages would be compiled on the
> web server (my preference). If you don't uncheck this box, the
> functionality will be basically the same as the old "Copy website
> feature..." in VS2003.
>
> Also I see no reason for any third party tool, if all you want to do is
> copy. I have had no problems in using this simple, built-in publish
> feature.
>
> JP
>
>
> Chris wrote:
> > I installed this new BETA component for VS 2005 and it really helped with
> > the migration from vs2003, but now I cannot deploy the project.  Compiles
> > fine, but there is no option to Copy the project, and that new Web
> > Deployment Project update does not work on Web Application Projects so I
> > cant use that either.
> >
> > I'm just trying to copy the project to a release directory with "only
> > required files" such as .aspx and .dlls just like in VS 2003.
> >
> > Can anyone help?
> >
> > Thanks.
>
>
Author
4 Jan 2006 3:11 PM
Joey
Oh, sorry. I didn't get that from the post. I still don't see it. Guess
I must have missed something earlier.



Post Thread options