Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Am I missing something re Remote login UNC?
 

Am I missing something re Remote login UNC?

I am new to ClickOnce deployment and have developed a VB 2008 .Net SQL server 2005 client application on my laptop for a client. I log in remotely to their Small Business Server via a terminal server. I use the format 'Remote.TSName.org:Server Port Number' to remotely login.I have been able to create a new SQL server database on their server and want topublish the client applicationto the server. This is not to be a web page but a unc setup folder on their server.
So my question is how do I phrase the UNC Publishing Folder Location in my application?
Ihave tried variations of
\\'Remote.TSName.org:Server Port Number'\Application Name\
but I feel I must be misunderstanding something.

Happy Easter BTW.
Harp Cyclone  Sunday, April 12, 2009 2:44 AM
Thanks Bruce for your help. This has not been easy for me and my conclusion may not be the definative answer. But I did get it to work! I am simply publishing to my local machine and copying to the remote server using my remote desktop. Funny thing is this was one of the first things I tried but, confused by errors to do with .NET 3.5 SP2 installation, I thought it was failing. You live and learn.
  • Marked As Answer byHarp Cyclone Tuesday, April 28, 2009 7:52 PM
  •  
Harp Cyclone  Tuesday, April 28, 2009 7:51 PM
No suggestions anyone?
Not enough info in Question?
So stupid it is laughable?
Harp Cyclone  Sunday, April 12, 2009 8:10 AM
I think the answer is that I have to set up the remote network connection using VPN first. Then a regular UNCPublishing Folder Locationlike '//Server Name/Application Name/' will do the trick. Am I on the right track now?
Harp Cyclone  Sunday, April 12, 2009 10:58 PM
Sorry I put the slashes in the wrong direction. I mean '\\Server Name\Application Name\'
Harp Cyclone  Sunday, April 12, 2009 11:01 PM
Hi Harp Cyclone,

Yes, you are right. The valid UNC format should be '\\Server Name\AppName\' as in your last post.

In case you need further help, you can also refer to this document for how to publish to Web, File Share, CD-Rom.


If you have futher problem, please feel free to let me know.


Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Monday, April 13, 2009 3:05 AM
Thank you Bruce for the reply. I really appreciate it. But let me rephrase my question.

How do you publish to a File Share location on a Server when the only access you have to it is through a Terminal Server Port?

I dont know how and I will probably have to get very unresponsive Network Administrators to give me more access to the server so I can set up a VPN.I live a long wayfrom said server. Thanks again.
Harp Cyclone  Monday, April 13, 2009 6:15 AM
Hi Harp,

I think you need to ask the Administrators for setting up a VPN. Or if there is a web server in the remote server, I think you can also consider publishing the appliaction to the web location which you can aslo find detail steps in the above link.


Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Monday, April 13, 2009 6:34 AM
Hi Harp,

How's the problem going? If you need any further help, please feel free to let me know.

Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Friday, April 17, 2009 9:37 AM
Thanks Bruce for asking but the issue is not resolved yet. I am negotiating with the Network Administrators about what sort of access I require. I will let you all know what the final result was. At the moment it is looking that remote desktop access though a terminal server is not sufficient access to publish a clickonce app to a unc shared folder.
Harp Cyclone  Sunday, April 19, 2009 3:47 AM
Thanks for letting me know your lastest progress. I'm wating for your final result. If you are coming back with problems, please let me know.


Best regards,
Bruce Zhou.

Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Sunday, April 19, 2009 6:17 AM
Thanks Bruce for your help. This has not been easy for me and my conclusion may not be the definative answer. But I did get it to work! I am simply publishing to my local machine and copying to the remote server using my remote desktop. Funny thing is this was one of the first things I tried but, confused by errors to do with .NET 3.5 SP2 installation, I thought it was failing. You live and learn.
  • Marked As Answer byHarp Cyclone Tuesday, April 28, 2009 7:52 PM
  •  
Harp Cyclone  Tuesday, April 28, 2009 7:51 PM

You can use google to search for other answers

Custom Search

More Threads

• implementing on-demand download of assemblies
• Creating a Click Once deployment with a modified .exe file
• Issues running windows application in "Online Only" mode
• Using Vb 6.0 component in VB.NET project
• Could not load file or assembly Interop.ADOX
• Running a .EXE file on Windows
• Getting app install info at run-time
• Copy files using custom actions in Setup Project
• Sign manifests in code without mage
• Question about web setup project.