top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to Publish Website in ASP.Net 4.5?

+1 vote
274 views
How to Publish Website in ASP.Net 4.5?
posted Feb 24, 2017 by Jdk

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Step 1: We have to build solution successfully, all layers should build successfully, failed should be 0 (zero)

enter image description here

Step 2: In output windows you may check that your solution is build successfully with 0 errors.

enter image description here

Step 3: Now we have to right click on presentation layer then a property window will appear, then click option “Publish” option.

enter image description here

Step 4: We’re now on “Publish web application” windows, it has outstanding option of Profile, Connection, settings and Preview. Now click on “Profile” menu & it will popup to type “Profile Name”.

enter image description here

Step 5: Now click on “Connection” option, it have multiple option to select, now we have to select “File System” from Public method option.

enter image description here

Step 6: Now enter “Target Location” name, it decides our publish location explicitly.

enter image description here

Step 7: Now our application is published successfully, its already showing in snapshot Publish: 1 succeeded, 0 failed, 0 skipped, please make assure its status should be as mentioned previously.

enter image description here

Step 8: Now our published website showing in our file system.

enter image description here

answer Mar 11, 2017 by Shivaranjini
Similar Questions
+2 votes

I want to check the availability of sitemap.xml and robot.txt file on hosted server and I'm working on SEO project where user put URL and in return the availability of these two file will Show Some Message . Please give me some example

+2 votes

What are Bundling & Minification features in ASP.NET MVC 4?

...