> Here's the question. When I migrate the application to the production
> server, is there anything special I need to do? Or do I just copy the
> Web References directory created by Visual Studio, along with the files
I should have mentioned that this is a Web Forms (i.e. ASP.Net) project, not
a Windows Forms, so there is no Release directory. But there is a dll
directly under the bin directory. So, is your answer essentially the same,
just copy the dll file in the bin directory (as opposed to the exe file in
the bin\Release directory)?
>> Here's the question. When I migrate the application to the production
>> server, is there anything special I need to do? Or do I just copy the
[quoted text clipped - 12 lines]
>
> Blog: http://blogs.atozed.com/kudzu
Chad Z. Hower aka Kudzu - 14 May 2005 07:26 GMT
> I should have mentioned that this is a Web Forms (i.e. ASP.Net) project,
> not a Windows Forms, so there is no Release directory. But there is a
> dll directly under the bin directory. So, is your answer essentially the
> same, just copy the dll file in the bin directory (as opposed to the exe
> file in the bin\Release directory)?
Yes. You do need the web.config as well, and *.asmx
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
Chad Z. Hower aka Kudzu - 14 May 2005 07:30 GMT
> I should have mentioned that this is a Web Forms (i.e. ASP.Net) project,
> not a Windows Forms, so there is no Release directory. But there is a
Sorry - Ignore kind of my last reply. I remember now you were asking about a
CLIENT initially, but this last mesasge you refer to the server? Thats why I
said bin/release.
You have an ASP.NET webforms client that uses a webservice? If thats the
case, you deploy everything you normally deploy for ASP.NET webforms, ie
*.aspx, the bin dir, global.asax and web.config.
You do not need anything extra to use the webservice, all of the code is
compiled into the binary.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
Geoff - 16 May 2005 18:06 GMT
Thanks.
>> I should have mentioned that this is a Web Forms (i.e. ASP.Net) project,
>> not a Windows Forms, so there is no Release directory. But there is a
[quoted text clipped - 17 lines]
>
> Blog: http://blogs.atozed.com/kudzu