how to publish an application (not web)

  • Thread starter Thread starter fixertool
  • Start date Start date
F

fixertool

I need to publish an app (not a web app) in a server with publish
assistant, but i can't do it yet.
Where can i find a tutorial about this?
thanks in advance
 
I need to publish an app (not a web app) in a server with publish
assistant, but i can't do it yet.
Where can i find a tutorial about this?
thanks in advance

I'm not quite sure I follow, what exactly is the publish assistant?
And what problems (specifically) are you having with it?

Thanks,

Seth Rowe [MVP]
 
I'm really sorry, I was on a hurry when I post the answer and it
wasn't clear enough.
I'm using Visual Studio .NET 2005. The app is made in vb .net.
I don't know exactly how to publish this app, a single exe, in a
server. So, i was searching for a simple explanation, but couldn' t
find it.
I''ve have the location where I want the app published, but when the
assistant asks me for UNC path I don't know exactly what is the
answer.

I apologize for my bad english, and the way I posted my last entry.
 
fixertool said:
I'm really sorry, I was on a hurry when I post the answer and it
wasn't clear enough.
I'm using Visual Studio .NET 2005. The app is made in vb .net.
I don't know exactly how to publish this app, a single exe, in a
server. So, i was searching for a simple explanation, but couldn' t
find it.
I''ve have the location where I want the app published, but when the
assistant asks me for UNC path I don't know exactly what is the
answer.

I apologize for my bad english, and the way I posted my last entry.
UNC path is something like: \\MyServer\MyFolderOnThatServer
 
Well, the solution was to copy manually all the files to the server
folder... The First Time.
Now the app runs. And more important, I can publish updates now, using
VS.
Thanks for your time. And for your patience.
 
Back
Top