Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

deployment

0 views
Skip to first unread message

J

unread,
May 1, 2008, 8:41:24 AM5/1/08
to
I added some asp.net pages to an existing asp site in the development
environment. Now I'm ready to deploy. My understanding is that not only
are .aspx and .aspx.c files required, the 'compiled assembly' is required
because code-behind is being used. But I don't see anything in the /bin
directory. What do I need to put these changes on a web site?

Thanks.


Manish

unread,
May 1, 2008, 9:28:00 AM5/1/08
to
Hi,

I think you can publish your website once again if you are using VS2005 and
then your code behind would be compiled and then you can deploy them on the
bin of the application on the server and aspx pages on the application folder.

Regards,
Manish
www.ComponentOne.com

S.M. Altaf [MVP]

unread,
May 1, 2008, 2:59:27 PM5/1/08
to
If you're precompiling your website (the compiled assembly you mentioned)
then you don't need the .cs files there. If you're not precompiling, then
you will need to upload your .aspx and .aspx.cs files.

If your website is currently working with your .aspx and .aspx.cs files,
then the DLLs are going to be generated when the application is accessed for
the first time.

--
---------------------------------------------------
S.M. Altaf [MVP]
http://www.mendhak.com/


"J" <nob...@nowhere.com> wrote in message
news:UIOdnRpai9yxJ4TVnZ2dnUVZ_oKhnZ2d@nuvoxcommunications...

0 new messages