473,324 Members | 2,567 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,324 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 12348
"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: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.