Click here to Skip to main content
15,906,279 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Dears

i just finish a designing and a programming of my website .
now i want to publish it
i already have a domain ,also have a name server
everything is ok .

my problem in uploading the ftp website's files
in my host i have a folder of my domain , this folder contain subfolders
( www ,log , db , application...,etc )
and all subfolders are empty .
So where i should upload my files ???

Note:when i try to press on Publish website from VS 2008 , after i connect to my virtual server , publish take long time and VS become not responding
kindly help me ,
thanks
Posted
Comments
Zoltán Zörgő 11-Jun-12 7:39am    
Is it a .net enabled hosting provider? You could try to upload with a standard ftp client like FileZilla.
Hercal 13-Jun-12 9:32am    
thanks , Zoltán Zörgő, problem solved :)

Typically on a web host you put your files in the www folder, which is usually just an alias for the public_html folder. However, you should check with your hosting provider as to where your files should go and if they have any recommendations on how to publish your site. For instance, Zoltan asked if you have a .NET provider. This is an important question. Your provider might not support .NET or they might support it, just not through being published from Visual Studio. If they do support both, you may need to change your settings to properly publish to their site.
 
Share this answer
 
Comments
Hercal 13-Jun-12 12:37pm    
thanks Tim Corey , problem solved , i uploaded my website's files in www folder and it is worked fine :)
Tim Corey 13-Jun-12 12:47pm    
Great. Glad to hear. Please mark this solution as the answer, then, so that others don't waste time trying to help you when you already have a working answer. Thanks.
Hercal 13-Jun-12 12:49pm    
:)
Look here for hosting a web application: MSDN: Walkthrough: Publishing a Web Site[^]

IIS Specific:
1. In IIS7: Deploying ASP.NET Websites on IIS 7.0 [^]
2. In IIS6: Deployment of a Website on IIS[^]
 
Share this answer
 
Comments
Hercal 13-Jun-12 12:39pm    
thanks Sandeep Mewara for these useful links

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900