Question:
how can I publish an asp.net website on a server??
what goes around comes around
2007-06-01 03:32:41 UTC
I developed an asp.net website using visual studio.net 2005. Now I wanna publish it on a server.
I used the "build>>publish website" and I set the target location with the url: http://...... .com but the publishing failed and i dunno why. Is there any missing requirements for the web server or what??
Five answers:
Smutty
2007-06-01 11:02:23 UTC
Dear Disco Girl,



It depends on how you want to deploy your site. Using the publish website utility is one way of doing things.



Yes, you should specify your ftp to the Publish site utility:



Advantages of using Publish Web Site Utility:

1- The precompilation process finds any compilation errors and identifies the errors in the configuration file.

2- Initial response speed for individual pages is faster because the pages are already compiled. If you copy pages to a site instead of compiling them first, the pages are compiled on first request, and their compiled output is cached.

3- No program code is deployed with the site, which provides a measure of security for your files. You can publish the site with markup protection, which compiles .aspx files, or without markup protection, which copies .aspx files to the site as-is and allows you to change their layout after deployment.



Another alternative is to copy the site as it is using the Copy Utility which copies your site as is to the target server.



PS: To make the process of publishing the site faster, do the process under a disco ball.



Signed,

Smut Face
thor78
2007-06-01 03:50:51 UTC
You first have to acquire a Domain. You can get one here: http://www.godaddy.com/gdshop/default.asp for $8.95. Or you could google this search string: "free asp.net 2.0 hosting". An example of this is http://www.somee.com. That's where I host the site I developed in Visual Studio 2005.



Once you have a domain, get a FTP client like cuteFTP available for free at http://www.cuteftp.com . Using that you could upload your files using your domains ftp. Another way is using Visual Studio 2005's publish tool, just supply your site's ftp address, and make sure your ftp ports are not blocked.
blauser
2016-09-05 22:43:03 UTC
Wow your low priced!! Get a website and web hosting wherever.. rate approximately $10 in keeping with yr for the area, and approximately $10 a month for web hosting when you do all of the paintings. If you cannot have enough money that.. well good fortune. As to having an individual uncover your internet site, no longer a danger in hell. With no area, your losing a while.
anonymous
2007-06-01 03:36:35 UTC
Are you looking for a place to host your website? If so, you need to get web hosting. Also if you don't have a domain name you will have to get that too.
anonymous
2007-06-01 03:35:51 UTC
try using ftp://


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...