aspnet_client

L

Lawrence Beyer

What is the folder "aspnet_client". It is in some of my
website folder lists. (Some don't have it.) When I
publish from my ISP's server to the website on my
hard drive, it winds up in my folder list. When I publish,
if I have it one place, and not the other, I get asked if
I want to delete it.

(e-mail address removed)
 
D

David Berry

It gets added when your web host installs ASP.NET on your site. It contains files that you use when creating ASP.NET pages. You shouldn't delete it. You might want to mark it as "Do Not Publish"


What is the folder "aspnet_client". It is in some of my
website folder lists. (Some don't have it.) When I
publish from my ISP's server to the website on my
hard drive, it winds up in my folder list. When I publish,
if I have it one place, and not the other, I get asked if
I want to delete it.

(e-mail address removed)
 
L

Lawrence Beyer

What are ASP.NET pages

(e-mail address removed)

It gets added when your web host installs ASP.NET on your site. It contains files that you use when creating ASP.NET pages. You shouldn't delete it. You might want to mark it as "Do Not Publish"


What is the folder "aspnet_client". It is in some of my
website folder lists. (Some don't have it.) When I
publish from my ISP's server to the website on my
hard drive, it winds up in my folder list. When I publish,
if I have it one place, and not the other, I get asked if
I want to delete it.

(e-mail address removed)
 
M

Mark Fitzpatrick

ASP.Net is the latest version of Microsoft's Active Server Pages technology and is part of the .Net Framework. Basically, it is used to create dynamic web pages or perform some server-side tasks.


--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
What are ASP.NET pages

(e-mail address removed)

It gets added when your web host installs ASP.NET on your site. It contains files that you use when creating ASP.NET pages. You shouldn't delete it. You might want to mark it as "Do Not Publish"


What is the folder "aspnet_client". It is in some of my
website folder lists. (Some don't have it.) When I
publish from my ISP's server to the website on my
hard drive, it winds up in my folder list. When I publish,
if I have it one place, and not the other, I get asked if
I want to delete it.

(e-mail address removed)
 
J

Jim Cheshire

It gets added when your web host installs ASP.NET on your site. It contains files that you use when creating ASP.NET pages. You shouldn't delete it. You might want to mark it as "Do Not Publish"

In fact, you absolutely SHOULD mark it as "Don't Publish." The
aspnet_client folder contains (among other things) client script files
that ASP.NET uses for validation controls. When MS releases a hotfix
for ASP.NET, these files will often be updated as well. If you
overwrite the ones on your Web server with your local copies, you
could very easily break validation on your Web site.

Note that this only applies to ASP.NET 1.*.

Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com

Author of:

Special Edition Using Microsoft Expression Web (Coming Soon!)
 
W

Windsun

Odd..

All of my MS ASP.NET client files on my host are in a virtual directory, and
cannot be downloaded, deleted, or written to.

Perhaps 1.1 is different.. dunno, never used it.

-------------------------------------------------------------------------
 
J

Jim Cheshire

Odd..

All of my MS ASP.NET client files on my host are in a virtual directory, and
cannot be downloaded, deleted, or written to.

Perhaps 1.1 is different.. dunno, never used it.

The location of the folder is configurable in the machine.config file.
Some hosts have redirected it to avoid the behavior I describe.

2.0 doesn't use script files in aspnet_client for client validation
scripts. Instead, it uses the webresource.axd handler to dynamically
generate the scripts at the time of the request.


Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com

Author of:

Special Edition Using Microsoft Expression Web (Coming Soon!)
 
L

Lawrence Beyer

I started this thread when I asked about aspnet_client. This is how
it became a problem. I bought a new PC. My 6 year old PC still works
great, but I am afraid it might crash and leave me with no back-up. So
now I have 2 PCs with almost all my files on both PCs. Now I make
changes to my website on one computer, then publish to my ISP's
server. Then I publish from the server to my other computer. This is
how I got aspnet_client on my computer. (I have a back-up of my
websites on both computers.) I never published from the server to
my computer before getting the second PC. From what I got from
these threads, don't mess with aspnet_clent on the server, but
delete it from my computer. Correct me if I am wrong.

(e-mail address removed)
 
J

Jim Cheshire

I started this thread when I asked about aspnet_client. This is how
it became a problem. I bought a new PC. My 6 year old PC still works
great, but I am afraid it might crash and leave me with no back-up. So
now I have 2 PCs with almost all my files on both PCs. Now I make
changes to my website on one computer, then publish to my ISP's
server. Then I publish from the server to my other computer. This is
how I got aspnet_client on my computer. (I have a back-up of my
websites on both computers.) I never published from the server to
my computer before getting the second PC. From what I got from
these threads, don't mess with aspnet_clent on the server, but
delete it from my computer. Correct me if I am wrong.

If your Web site on your local computer is a disk-based Web site, yes,
you can remove it. Just be sure that you don't unintentionally remove
the folder from the remote server when you publish.

Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com

Author of:

Special Edition Using Microsoft Expression Web (Coming Soon!)
 

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

Similar Threads

Image problem 7
Confirmation page 2
FTP 8
Speaking of e-mail 3
how to use aspnet_client for js 5
Folders 3
URGENT: Change location of aspnet_client folder? 2
aspnet_client folder - is it required? 2

Top