Re: Deploying .Net Web Service




Well with VS 2003 we just build the project in release mode and copy it to
the webserver , with VS.Net 2005 you have some more options ( precompile or
not )

click once is ment for deploying your apps to end users afaik

deploying a web project is verry easy as it is all XCOPY ware ( drag and
drop in a virtual directory and it should work, you may also use the copy
option in your project IDE to deploy the app )

regards

Michel Posseth



"Bryan Dickerson" <txprphan@xxxxxxxxxxxx> wrote in message
news:upaS$Iz$FHA.912@xxxxxxxxxxxxxxxxxxxxxxx
> I'm using VS 2003. Does/Should the "Click-Once" thing work for me or is
> that only in 2005?
>
> "m.posseth" <michelp@xxxxxxxxxxxxxxx> wrote in message
> news:%23rsKFId$FHA.4028@xxxxxxxxxxxxxxxxxxxxxxx
>>
>> well i just create a release build with the precompile option on ( as i
>> do not want my sourcecode files on the deploy server ) and copy this
>> complete subdirectory to the virtual path on my webserver
>>
>> regards
>>
>> Michel Posseth [MCP]
>>
>>
>>
>> "Bryan Dickerson" <txprphan@xxxxxxxxxxxx> wrote in message
>> news:%23xadkcQ$FHA.3992@xxxxxxxxxxxxxxxxxxxxxxx
>>>I fairly have my Web Service working the way that I want, so my next step
>>>will be to deploy it on a server. Do I just add a deployment/install
>>>project, build it and install it on the server?
>>>
>>> TIA!
>>>
>>> --
>>> TFWBWY...A
>>>
>>
>>
>
>


.