Re: ASP.NET on charge!

From: Ken Dopierala Jr. (kdopierala2_at_wi.rr.com)
Date: 11/26/04


Date: Fri, 26 Nov 2004 14:55:26 -0600

Hi,

If you are using VS.Net then click on the solution in the "Solution
Explorer". Above it will be the "Copy Project" button. When you select
that button you put in the URL you want to copy your project to. There are
options in that box, if you select the "Only files needed to run this
application" option then just your DLLs and ASPX files will be copied along
with any graphics or other files you have in your project. When you click
OK you'll be prompted for your credentials.

As for the error part you might have Windows authentication specified in
your web.config file. You'll want to change that to None I think...or to
Forms if you institute authentication. Brinkster.Com used to have free
accounts, I'm not sure if they still do. Good luck! Ken.

-- 
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.
"Bar?? ?zmir" <aegeanege@yahoo.com> wrote in message
news:bc02fb87.0411261221.272c8a05@posting.google.com...
> Hello,
>
> I have developed many web applications by using ASP.NET but I'am
> trying to publish a web site on the web first time. I meet some
> problems and I have some questions about publishing:
>
> 1) Which files of an ASP.NET project should I copy to the host server?
> (i.e aspx, resx...??)
>
> 2) When I try to copy whole project into another folder and try to
> open aspx page, the browser gives "windows authentication" error. Why?
>
> 3) Can you suggest me any free host that support ASP.NET.
>
> Thanks for consideration...