How To Host ASP.NET Web Application Without Database

 In this blog we'll see how to upload your ASP.Net application into the server.
 
Step 1

First you need to create your project.

ASP.NET

Step2

Then find Solution Explorer > Publish

ASP.NET

Step 3

Click Custom option and enter any profile name you want then click ok.
 
ASP.NET

Step 4

Select File System in Publish method and add Target location to save published copy in your PC.
I created  a folder on the deskop (NewHost). Then click publish.

ASP.NET

Step 5
 

Open folder.

ASP.NET

Step 6 

Select all files in this folder and merge in zip.

ASP.NET 

Step 7 

Create account on somee.com for hosting, then open your account.

ASP.NET 

Step 8 

Create new website

ASP.NET 

ASP.NET

ASP.NET

Step 9

Open File manager.

ASP.NET

Step 10

Click upload option then choose zip file and click upload and unzip Archives

ASP.NET

ASP.NET

Step 11
 

Open your website link  -- my website link is newhost.somee.com

ASP.NET

thank you...