473,408 Members | 1,743 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

_vti_cnf

Why does ASP create a directory named _vti_cnf containing all the files of
an application for each application? Can deleting those directories
permanently cause some problems?

Thanks,

Arpan
Jul 19 '05 #1
8 12362
"Arpan" <ar******@hotmail.com> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Why does ASP create a directory named _vti_cnf containing all the files of
an application for each application? Can deleting those directories
permanently cause some problems?


It doesn't - the FrontPage Server Extension do that. They are used to
manage the project. If you delete them, you will have problems with the
FrontPage Server Extensions - which are used by both the FrontPage client
and Visual Interdev.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #2
Thanks,Tom, for your reply. What are these FrontPage Server Extensions? Also
what problems may arise with the FrontPage Server Extensions if those
folders are deleted permanently? I neither use FrontPage nor Visual Interdev
to create ASP applications. So can deleting the _vti_cnf folders still
create any problems while executing my ASP applications?

Thanks once again,

Regards,

Arpan

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bm**********@kcweb01.netnews.att.com...
"Arpan" <ar******@hotmail.com> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Why does ASP create a directory named _vti_cnf containing all the files of an application for each application? Can deleting those directories
permanently cause some problems?
It doesn't - the FrontPage Server Extension do that. They are used to
manage the project. If you delete them, you will have problems with the
FrontPage Server Extensions - which are used by both the FrontPage client
and Visual Interdev.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running

IIS http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #3
"Arpan" <ar******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Thanks,Tom, for your reply. What are these FrontPage Server Extensions? Also what problems may arise with the FrontPage Server Extensions if those
folders are deleted permanently? I neither use FrontPage nor Visual Interdev to create ASP applications. So can deleting the _vti_cnf folders still
create any problems while executing my ASP applications?


The server extensions are primarily a way for FP and VI to connect to the
web server for authoring web pages. They also offer some project/site
management features as well as some programming components designed for
novice FrontPage users. As with most other things, MSDN is a good source
for more information:
http://msdn.microsoft.com/library/en...tml/fpovrw.asp.

The "_vti" folders are completely unrelated to ASP - there will be no effect
on ASP if you delete them. The best way, or course, is to simply remove the
extensions from the server if they won't be used (right click on the web
site in the IIS MMC and there should be options to get you there).

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #4

Arpan wrote:
Thanks,Tom, for your reply. What are these FrontPage Server
Extensions? http://sciris.shu.edu/Manuals/FrontP...k/ovwhatar.htm
Also what problems may arise with the FrontPage Server
Extensions if those folders are deleted permanently? I neither use
FrontPage nor Visual Interdev to create ASP applications. So can
deleting the _vti_cnf folders still create any problems while
executing my ASP applications?

http://webmaster.iu.edu/tool_guide_info/FPprocon.shtml
http://www.maximumasp.com/maxtrack/a...print&kbid=470
http://support.microsoft.com?kbid=281532

I have seen people claim that there is no problem deleting them if you don't
use FP or VID, but I think your best bet is to leave them there. It's not as
if they're taking up a lot of space.

--
HTH,
Bob Barrows - ASP MVP
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #5
Unless you need to use a web authoring tool connecting through the web
server (IIS) instead of accessing the pages directly on disk then you can
delete everything except your website files (unless you have used some of
the FP server extension components such as hit counters, themes etc.).

The *best* way to remove them is to remove Front Page Server extensions from
that web site / subweb (see the IIS MMC Management Console if on W2K or XP)
but *always* take a copy and ensure that your changes (eg. removal) haven't
affected your site. You take this action at your own risk of course.

They [the folders etc.] are there to support accessing the relevant DLLs
required to upload new content etc., provide locking information for the
pages whilst multiple users may be developing against the site, and also
provides a few freebie bits and pieces like themes, page hit counters, site
search tools etc.

Chris.

"Bob Barrows" <re******@NOyahoo.SPAMcom> wrote in message
news:Ou**************@TK2MSFTNGP11.phx.gbl...

Arpan wrote:
Thanks,Tom, for your reply. What are these FrontPage Server
Extensions? http://sciris.shu.edu/Manuals/FrontP...k/ovwhatar.htm
Also what problems may arise with the FrontPage Server
Extensions if those folders are deleted permanently? I neither use
FrontPage nor Visual Interdev to create ASP applications. So can
deleting the _vti_cnf folders still create any problems while
executing my ASP applications?

http://webmaster.iu.edu/tool_guide_info/FPprocon.shtml
http://www.maximumasp.com/maxtrack/a...print&kbid=470
http://support.microsoft.com?kbid=281532

I have seen people claim that there is no problem deleting them if you don't
use FP or VID, but I think your best bet is to leave them there. It's not as
if they're taking up a lot of space.

--
HTH,
Bob Barrows - ASP MVP
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 19 '05 #6
Chris Barber wrote:
Unless you need to use a web authoring tool connecting through the web
server (IIS) instead of accessing the pages directly on disk then you
can delete everything except your website files (unless you have used
some of
the FP server extension components such as hit counters, themes etc.).


That was the main reason I recommended leaving them. They're not hurting
anything by their presence, and deleting them may break something that uses
them.

--
HTH,
Bob Barrows - ASP MVP
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #7
I agree although I have found occasion to delete them example when copying a
series of HTML pages developed in Visual Interdev for use in a stand alone
VB application. It is also of use where posting a large HTML site to a non
FP extensions enabled internet webserver across a slow 56kbps dial-up is
required.
It is fiddly and can result in losing pages by accident.
The main reason for my response was to explain why they are there in the
first place and the possibility that they can be removed without causing
problems. I'm not advocating deleting them, merely providing information for
the original poster to consider if necessary.

Cheers,

Chris.

"Bob Barrows" <re******@NOyahoo.SPAMcom> wrote in message
news:e3**************@TK2MSFTNGP10.phx.gbl...
Chris Barber wrote:
Unless you need to use a web authoring tool connecting through the web
server (IIS) instead of accessing the pages directly on disk then you
can delete everything except your website files (unless you have used
some of
the FP server extension components such as hit counters, themes etc.).


That was the main reason I recommended leaving them. They're not hurting
anything by their presence, and deleting them may break something that uses
them.

--
HTH,
Bob Barrows - ASP MVP
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 19 '05 #8
Many many thanks Chris, Bob & Tom for your explanations :)

Regards to all of you,

Arpan

"Chris Barber" <ch***@blue-canoe.co.uk.NOSPAM> wrote in message
news:e5**************@TK2MSFTNGP11.phx.gbl...
I agree although I have found occasion to delete them example when copying a series of HTML pages developed in Visual Interdev for use in a stand alone
VB application. It is also of use where posting a large HTML site to a non
FP extensions enabled internet webserver across a slow 56kbps dial-up is
required.
It is fiddly and can result in losing pages by accident.
The main reason for my response was to explain why they are there in the
first place and the possibility that they can be removed without causing
problems. I'm not advocating deleting them, merely providing information for the original poster to consider if necessary.

Cheers,

Chris.

"Bob Barrows" <re******@NOyahoo.SPAMcom> wrote in message
news:e3**************@TK2MSFTNGP10.phx.gbl...
Chris Barber wrote:
Unless you need to use a web authoring tool connecting through the web
server (IIS) instead of accessing the pages directly on disk then you
can delete everything except your website files (unless you have used
some of
the FP server extension components such as hit counters, themes etc.).
That was the main reason I recommended leaving them. They're not hurting
anything by their presence, and deleting them may break something that

uses them.

--
HTH,
Bob Barrows - ASP MVP
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Arpan | last post by:
Why does ASP create a directory named _vti_cnf containing all the files of an application for each application? Can deleting those directories permanently cause some problems? Thanks, Arpan
5
by: Genboy | last post by:
My "VIS" Website, which is a C# site created in VS.NET, Framework 1.1, is no longer compiling for me via the command line. As I have done 600 times in the last year and a half, I can compile to...
1
by: William LaMartin | last post by:
For several weeks I have been trying to track down the cause of disappearing session and application variables. At the site that gives me the problem--a Microsoft FrontPage site--I note that there...
3
by: Simon Harvey | last post by:
Hi chaps, This is really two related questions. 1. When I create a new ASP.net application in Visual Studio, it automatically creates a vsdisco document. This doesnt seem to do much. Can...
1
by: JohnR | last post by:
In my VS web forms project folders there always seems to be a sub-folder with the name _vti_cnf and that sub-folder seems to contain copies of all of the webforms and code behind files. Does...
1
by: Mike | last post by:
Hi, In my ASP.NET application's folder, I noticed that there are some system/IIS folders that are automatically created: --> _vti_cnf --> _vti_pvt --> _vti_script --> ...
1
by: Ronald S. Cook | last post by:
So the _vti_cnf folder that gets created under my website folders... is this nuisance still around? What happens if I delete the folder.. bad things? Also I see aspnet_client folder here and...
2
by: =?Utf-8?B?amFuZWZj?= | last post by:
Newbie at FP- did something wrong - now all program filess will not open, all files in desktop folders have been erased, with the _vti_cnf folder (empty) replacing them. Did sysrestore in safe...
2
by: Clint Chapman | last post by:
When I look at the source html generated from my asp, the links for the css in my theme are duplicated to include files in the _vti_cnf. <link...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.