Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2005

Tip: Looking for answers? Try searching our database.

aspnet_client folder - is it required?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Frankie - 15 Jul 2005 19:31 GMT
I have a bunch of ASP.NET Web sites on a production server. Until today,
some had the aspnet_client folder and some did not. I just ran
aspnet_regiis -i as part of a troubleshooting effort and suddenly ALL of the
ASP.NET Web sites have the aspnet_client folder (and its sub folders).

The sites that previously did not have the aspnet_client folder seemed to
work just fine (for a long time). The sites that previously had that
folder - well, I don't know why they had it. All sites seem to still work
fine with it (now that they all have it).

So - can I get rid of it? I don't like to clutter production servers with
unnecessary stuff where I can obviously keep it clean. If it's  unnecessary
can I just delete it from all production sites, or is it part of some larger
set of operations that aspnet_regiis -i did that I'd also need to reverse? I
don't do any development on this production server (no need to connect with
VS.NET, FWIW), and no FrontPage Server Extensions are required on this box.

Thanks!
WJ - 15 Jul 2005 20:42 GMT
"aspnet_client folder" is mostly used by 3rd parties web controls. Example:
If you buy Infragistic web controls and install them on your server and or
your developer PC, there will be a subfolder under this "aspnet_client" by
default called "infragistics". This is a central location so that your web
applications, no matter where they are located on the server, they will work
with this particular folder "infragistics". As a result, if you see nothing
in there, you can safely delete it. You can also delete this folder
("aspnet_client") if you want to put your 3rd party tools under a web site
that uses them. The problem with this is that when the new version of these
tools come in, you will have to remember which web site uses which tools in
order to update them properly.

You can also rename the ""aspnet_client folder" to your liking, however, you
must also remember to reference the same name in your VS.Net IDE at design
time so that it will work when your app. is finally deployed to your
production server. In short, client (developer PC) and server must match.

John
Siva M - 15 Jul 2005 20:47 GMT
aspnet_client folder is required because it stores certain JavaScript (.js)
files required by some ASP.NET validation controls and for smart navigation.
It is also used by certain 3rd party UI component developers.

I have a bunch of ASP.NET Web sites on a production server. Until today,
some had the aspnet_client folder and some did not. I just ran
aspnet_regiis -i as part of a troubleshooting effort and suddenly ALL of the
ASP.NET Web sites have the aspnet_client folder (and its sub folders).

The sites that previously did not have the aspnet_client folder seemed to
work just fine (for a long time). The sites that previously had that
folder - well, I don't know why they had it. All sites seem to still work
fine with it (now that they all have it).

So - can I get rid of it? I don't like to clutter production servers with
unnecessary stuff where I can obviously keep it clean. If it's  unnecessary
can I just delete it from all production sites, or is it part of some larger
set of operations that aspnet_regiis -i did that I'd also need to reverse? I
don't do any development on this production server (no need to connect with
VS.NET, FWIW), and no FrontPage Server Extensions are required on this box.

Thanks!

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.