Click here to Skip to main content
15,909,539 members
Home / Discussions / C#
   

C#

 
GeneralRe: Designer issue... Pin
Christian Graus27-Sep-06 11:50
protectorChristian Graus27-Sep-06 11:50 
AnswerRe: Designer issue... Pin
Stefan Troschuetz27-Sep-06 21:07
Stefan Troschuetz27-Sep-06 21:07 
QuestionGet file title from SaveFileDialog Pin
NYTSX27-Sep-06 10:26
NYTSX27-Sep-06 10:26 
AnswerRe: Get file title from SaveFileDialog Pin
Not Active27-Sep-06 10:50
mentorNot Active27-Sep-06 10:50 
GeneralRe: Get file title from SaveFileDialog Pin
NYTSX27-Sep-06 11:48
NYTSX27-Sep-06 11:48 
QuestionCrystal Reports (Data Disappear) Pin
Syed Shahid Hussain27-Sep-06 9:56
Syed Shahid Hussain27-Sep-06 9:56 
QuestionDeploy Web Service Pin
chacimulch27-Sep-06 8:50
chacimulch27-Sep-06 8:50 
AnswerRe: Deploy Web Service Pin
Rob Philpott27-Sep-06 9:46
Rob Philpott27-Sep-06 9:46 
You need to copy your .asmx files, any .aspx files you have, the web.config and the bin folder and its contents to your deployment target (also you may need a global.asax file if you have one). You don't need to deploy what's in AppCode as that gets compiled into the assembly in the bin directory, so yes you must compile the service.

In VS2005, if you click on your project in the solution explorer window there is a 'Publish' menu option - this will take care of it all for you. The way I do this is to have a shared folder on the server which runs IIS (and this folder is set up as a virtual directory in IIS), and then publish using the aforementioned menu to that shared folder on the server. It's pretty straightforward when you get the hang of it. Smile | :)


Regards,
Rob Philpott.

QuestionRe: Deploy Web Service Pin
chacimulch27-Sep-06 10:58
chacimulch27-Sep-06 10:58 
AnswerRe: Deploy Web Service Pin
Rob Philpott27-Sep-06 20:41
Rob Philpott27-Sep-06 20:41 
QuestionRe: Deploy Web Service Pin
chacimulch28-Sep-06 2:36
chacimulch28-Sep-06 2:36 
AnswerRe: Deploy Web Service Pin
Rob Philpott28-Sep-06 3:04
Rob Philpott28-Sep-06 3:04 
GeneralRe: Deploy Web Service Pin
chacimulch28-Sep-06 3:19
chacimulch28-Sep-06 3:19 
GeneralRe: Deploy Web Service Pin
Rob Philpott28-Sep-06 3:23
Rob Philpott28-Sep-06 3:23 
Questionexport to excell Pin
galatia27-Sep-06 8:41
galatia27-Sep-06 8:41 
AnswerRe: export to excell Pin
Jim Conigliaro27-Sep-06 9:49
Jim Conigliaro27-Sep-06 9:49 
QuestionDelete Nodes in XML with C# [modified] Pin
Raph127-Sep-06 8:40
Raph127-Sep-06 8:40 
QuestionClose all processes launched by program Pin
Vodstok27-Sep-06 8:22
Vodstok27-Sep-06 8:22 
AnswerRe: Close all processes launched by program Pin
Vodstok27-Sep-06 9:01
Vodstok27-Sep-06 9:01 
GeneralRe: Close all processes launched by program Pin
Dave Kreskowiak27-Sep-06 9:24
mveDave Kreskowiak27-Sep-06 9:24 
GeneralRe: Close all processes launched by program Pin
Vega0227-Sep-06 11:11
Vega0227-Sep-06 11:11 
QuestionStarting a Process without Windows "Run" Window Pin
Gareth H27-Sep-06 8:17
Gareth H27-Sep-06 8:17 
AnswerRe: Starting a Process without Windows "Run" Window Pin
Not Active27-Sep-06 8:36
mentorNot Active27-Sep-06 8:36 
GeneralRe: Starting a Process without Windows "Run" Window Pin
Gareth H27-Sep-06 8:43
Gareth H27-Sep-06 8:43 
GeneralRe: Starting a Process without Windows "Run" Window Pin
Not Active27-Sep-06 8:55
mentorNot Active27-Sep-06 8:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.