Click here to Skip to main content
15,890,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have web site
powered by c#
have button and textbox

i have domain name and host

i want upload my application to host or publish my application
how i can ?

thanks for any help
Posted

You will find a menu under Build as "Publish Website". This menu is available for all editions of Visual Studio except Express edition.

While Publishing, you can provide the FTP details and publish directly or publish in a local directory and copy it to server using any FTP tool is the proceed.
 
Share this answer
 
Comments
Mostafa Elsadany 29-Mar-11 23:30pm    
i do that but palz open
http://horizoneg.com/Index.aspx
when i open give me the source code
.<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="WebApplication3._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"><title>Untitled Page</title></head><body><form id="form1" runat="server">
<div>

</div>
</form>
<p>
<input id="Text1" type="text" value="mostafa" /></p>
</body>
</html>
Venkatesh Mookkan 29-Mar-11 23:33pm    
You need to check whether your website support .NET and same version which is used by you for developement.
Mostafa Elsadany 29-Mar-11 23:35pm    
how i can know my website support .NET
Venkatesh Mookkan 29-Mar-11 23:37pm    
You should either check the Control Panel given by the Hosting company or check with them.
Mostafa Elsadany 29-Mar-11 23:43pm    
there is no way without company
For hosting the website:

1. In IIS7: Deploying ASP.NET Websites on IIS 7.0 [^]
2. In IIS6: Deployment of a Website on IIS[^]
 
Share this answer
 
You could start from here[^].
 
Share this answer
 

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