.Net ASP

  • Thread starter Thread starter Jul
  • Start date Start date
J

Jul

Hi,
What next step after creating Web app on the local PC?
Does exist any place where I can you my page(s)?

My Inet provider gives me 5M web space but in the description I read only
how to upload .htm and .gif files. No information about .Net framework, etc.


Any ideas welcome.
Thanks.
 
Hi,

I use VS.Net to post my app to my host. However they need to have Frontpage
extensions installed as well as the .Net framework. Who is your host? 5MB
isn't very much space. The way I post my site is this way:

1. Click on your project in the Solution Explorer.
2. At the top, click on the Copy Project icon, should be right under the
word Solution in the Solution Explorer.
3. Set web access method to FrontPage.
4. Set copy to Only files needed to run this appliction.
5. In the Destination project folder type in the url to where you want the
project to copy. (i.e. http://www.mydomain.com or
http://www.mydomain.com/mysubfolder)
6. Then you'll be prompted for your user name and password. Enter them and
the project should start to copy.
7. Browser to your site and have fun!

If your host doesn't support ASP.Net check out the link below, they are
good. Also, 5MB isn't much space so you might just need to upgrade your
account with your current host to gain access to ASP.Net. Good luck! Ken.
 
My Inet provider gives me 5M web space but in the description I read
only how to upload .htm and .gif files. No information about .Net
framework, etc.

Brinkster.com is a cheap place to host .NET pages.

Or crystaltech.com for a reliable host.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top