473,499 Members | 1,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FrontPage Extensions trouble

JT
Hi,

I apologize if this is posted in the wrong group or if this has been
covered in the past. I didn't find anything in previous posts. I'm
wondering how far the influence of the frontpage extensions extends. I
would like to be able to put .net 2.0 web services on a web host in the
directory that is created by visual studio. I would also like to be
able to put classic ASP files in the same directory and use FTP and IE
to update those files. However, I believe that doing this will corrupt
the front page extensions installation. Where do I need to put my
classic ASP files in order to prevent corrupting the front page
extensions?

My second question is, "do front page extensions need to be installed
in order to run the web service or ASP.net web page? If I only have to
have them installed in order to transfer my projects, then maybe I
could live with that.

Thanks,

JT

Jun 2 '06 #1
2 1563
Part 1 - You can FTP files, but you need to be careful. The FP Server
Extensions basically enable the web server to be talked to directly from
tools such as Visual Studio or FrontPage. They also provide a collection of
common CGI functionality, but that's not of interest in this case. It is
possible to upload files via FTP to an FP-enabled web site. The problem
usually comes when uploading the _vti directories. These directories contain
information specific to the FrontPage web. Basically, they have meta
information about the site and all the files within the site. When these are
accidentally uploaded to the sever, it can wreak havoc because the
information contianed may not match the server even though it is appropriate
for your local version of the web. Basically, test the waters by publishing
limited files and never, ever, publish the _vti directories.

Part 2 - No. The FP Server Extensions don't have anything to do with ASP or
web services. They simply provide certain functionality to the web server
for publishing to it as well as certain CGI script functionality for clients
that can make use of it (FrontPage).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"JT" <jt@onemain.com> wrote in message
news:11*********************@i40g2000cwc.googlegro ups.com...
Hi,

I apologize if this is posted in the wrong group or if this has been
covered in the past. I didn't find anything in previous posts. I'm
wondering how far the influence of the frontpage extensions extends. I
would like to be able to put .net 2.0 web services on a web host in the
directory that is created by visual studio. I would also like to be
able to put classic ASP files in the same directory and use FTP and IE
to update those files. However, I believe that doing this will corrupt
the front page extensions installation. Where do I need to put my
classic ASP files in order to prevent corrupting the front page
extensions?

My second question is, "do front page extensions need to be installed
in order to run the web service or ASP.net web page? If I only have to
have them installed in order to transfer my projects, then maybe I
could live with that.

Thanks,

JT

Jun 3 '06 #2
JT
Thanks Mark. So a follow-up question would be: If I uploaded a new
file that FPSE was not previously aware of and was not represented in
the _vti directories (such as a new database or new ASP files in the
concerned project directory) would that throw things out of whack or
woud it not care since it appears that it only cares about how to
transfer files, not about whether or not they are there? Are the _vti
directories located in the relative root or are they created for each
project? Would placing my manually transferred files in a different
branch of the directory structure be the wisest move?

Also, I'm VERY new to web services. My installation of IIS at home is
suffering from the seemingly common problem of not recognizing the
..aspx, .asp, and probably other files. It recognizes .htm files. For
this reason, I couldn't create a web service project on localhost and
finally realized it wasn't because of what I was doing when I was able
to create it on my web host. Any help on resolving that would be
immensely appreciated. I've tried the aspnet_regiis -u, -i with no
luck.

Thanks for helping me keep my things in whack. (I have a dream...a
dream of a society free of whack...a completely whackless society...)

Mark Fitzpatrick wrote:
Part 1 - You can FTP files, but you need to be careful. The FP Server
Extensions basically enable the web server to be talked to directly from
tools such as Visual Studio or FrontPage. They also provide a collection of
common CGI functionality, but that's not of interest in this case. It is
possible to upload files via FTP to an FP-enabled web site. The problem
usually comes when uploading the _vti directories. These directories contain
information specific to the FrontPage web. Basically, they have meta
information about the site and all the files within the site. When these are
accidentally uploaded to the sever, it can wreak havoc because the
information contianed may not match the server even though it is appropriate
for your local version of the web. Basically, test the waters by publishing
limited files and never, ever, publish the _vti directories.

Part 2 - No. The FP Server Extensions don't have anything to do with ASP or
web services. They simply provide certain functionality to the web server
for publishing to it as well as certain CGI script functionality for clients
that can make use of it (FrontPage).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"JT" <jt@onemain.com> wrote in message
news:11*********************@i40g2000cwc.googlegro ups.com...
Hi,

I apologize if this is posted in the wrong group or if this has been
covered in the past. I didn't find anything in previous posts. I'm
wondering how far the influence of the frontpage extensions extends. I
would like to be able to put .net 2.0 web services on a web host in the
directory that is created by visual studio. I would also like to be
able to put classic ASP files in the same directory and use FTP and IE
to update those files. However, I believe that doing this will corrupt
the front page extensions installation. Where do I need to put my
classic ASP files in order to prevent corrupting the front page
extensions?

My second question is, "do front page extensions need to be installed
in order to run the web service or ASP.net web page? If I only have to
have them installed in order to transfer my projects, then maybe I
could live with that.

Thanks,

JT


Jun 4 '06 #3

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

Similar topics

0
1669
by: Matthew Ferri | last post by:
Hi, Summary: I'm a newbie to FrontPage and IIS. I have a simple issue that I believe may be a configuration setting somewhere. If there is a KB article, I just cannot find it.
2
1990
by: Bruce A. Julseth | last post by:
When I run a Front Page developed page on my Apache server, the page loads okay. But when I click the "Submit" Button, I get the following error message: FrontPage Run-Time Component Page You...
3
1701
by: Wanjun Yu | last post by:
Is FrontPage Server required for using InterDev? I am a beginner. When I tried to create a project, the wizard showed that MS FrontPage Server Extentions have to be running on the server. I was...
1
2046
by: Robert Scheer | last post by:
Hi. Is there any article that talks about the purpose of each of the Frontpage extensions folders (_vti_cnf, _vti_pvt, _vti_script, and _vti_txt)? When I create a new ASP.NET application, these...
0
5627
by: jsausten | last post by:
I am having this ridiculously frustrating problem, migrating an existing web app to VS.2005. Initially I was able to successfully convert my VS 2002 app, by opening the Localhost site using the...
10
2507
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
3
2177
by: rote | last post by:
I'm trying to create a Website using VS 2005 on another server on the same domain. But i get error "The Web server does not have frontPage Server extensions installed Error" Any ideas what i...
4
1324
by: andrew.arobert | last post by:
Good afternoon, We have numerous web sites which are currently being manually published via Front Page. Doing one or two sites on an ad-hoc basis was not too bad but we are now over 20 or...
0
1518
by: Marc | last post by:
I am reading some stuff on .NET 2.0 and it refers to FTP based project as an alternative to 'FrontPage Server Extensions' which are then obsolete. Ok, I never heard of this. 'FrontPage Server...
0
7007
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7220
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...
1
6894
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5470
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,...
0
4600
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3091
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
297
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.