473,785 Members | 2,768 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating Comcast Personal Website with VS2005

Hi,

I hope I have selected the right group for this question, I am looking
for assistance with using VS2005 to create a simple website on my ISP.

Using VS2005 I have created a Website project using the file system. I
am not trying to do any server side programming, for now simple HTML is
sufficient. My site seems to be working fine locally and now I want to
publish it to my Comcast directory. Comcast claims that they support
FrontPage Server Extensions and I have configured my web account to use
them. I then attempt to publish my site using the HTTP dialogs and
specify the https URL to my personal site directory. Publishing
generates the output below.

Can someone tell me whether the errors are due to something I failed to
install or an incompatibility between Comcast and VS2005?

Thanks,

Paul

PS. I do not believe that Comcast is using IIS. I think they are using
Apache with FrontPage Server Extensions for UNIX.

------ Build started: Project: G:\Home\Comcast Website2\, Configuration:
Debug .NET ------
Pre-compiling Web Site

Building directory '/Comcast Website2/'.
Pre-compilation Complete
------ Publish started: Project: G:\Home\Comcast Website2\,
Configuration: Debug .NET ------
Unable to create the Web 'https://home.comcast.ne t/~pslennon'. The
components for communicating with the FrontPage server extensions are
not installed.
Error: Unable to create the Web 'https://home.comcast.ne t/~pslennon'.
The components for communicating with the FrontPage server extensions
are not installed.

========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
Jul 27 '06 #1
3 2396
Dont use Front Page extensions -- use FTP or manually deploy your files.
"Paul Lennon" <ps******@comca st.net_NOSPAMwr ote in message
news:Oo******** ******@TK2MSFTN GP05.phx.gbl...
Hi,

I hope I have selected the right group for this question, I am looking for
assistance with using VS2005 to create a simple website on my ISP.

Using VS2005 I have created a Website project using the file system. I am
not trying to do any server side programming, for now simple HTML is
sufficient. My site seems to be working fine locally and now I want to
publish it to my Comcast directory. Comcast claims that they support
FrontPage Server Extensions and I have configured my web account to use
them. I then attempt to publish my site using the HTTP dialogs and specify
the https URL to my personal site directory. Publishing generates the
output below.

Can someone tell me whether the errors are due to something I failed to
install or an incompatibility between Comcast and VS2005?

Thanks,

Paul

PS. I do not believe that Comcast is using IIS. I think they are using
Apache with FrontPage Server Extensions for UNIX.

------ Build started: Project: G:\Home\Comcast Website2\, Configuration:
Debug .NET ------
Pre-compiling Web Site

Building directory '/Comcast Website2/'.
Pre-compilation Complete
------ Publish started: Project: G:\Home\Comcast Website2\, Configuration:
Debug .NET ------
Unable to create the Web 'https://home.comcast.ne t/~pslennon'. The
components for communicating with the FrontPage server extensions are not
installed.
Error: Unable to create the Web 'https://home.comcast.ne t/~pslennon'. The
components for communicating with the FrontPage server extensions are not
installed.

========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped
==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========

Jul 27 '06 #2
Additionally, I wouldn't use VS to develop a simple HTML page. NVU would
probably be a better choice:
http://www.nvu.com/index.php

"dm3281" <no****@cox.net wrote in message
news:uW******** ******@TK2MSFTN GP02.phx.gbl...
Dont use Front Page extensions -- use FTP or manually deploy your files.
"Paul Lennon" <ps******@comca st.net_NOSPAMwr ote in message
news:Oo******** ******@TK2MSFTN GP05.phx.gbl...
>Hi,

I hope I have selected the right group for this question, I am looking for
assistance with using VS2005 to create a simple website on my ISP.

Using VS2005 I have created a Website project using the file system. I am not
trying to do any server side programming, for now simple HTML is sufficient.
My site seems to be working fine locally and now I want to publish it to my
Comcast directory. Comcast claims that they support FrontPage Server
Extensions and I have configured my web account to use them. I then attempt
to publish my site using the HTTP dialogs and specify the https URL to my
personal site directory. Publishing generates the output below.

Can someone tell me whether the errors are due to something I failed to
install or an incompatibility between Comcast and VS2005?

Thanks,

Paul

PS. I do not believe that Comcast is using IIS. I think they are using Apache
with FrontPage Server Extensions for UNIX.

------ Build started: Project: G:\Home\Comcast Website2\, Configuration:
Debug .NET ------
Pre-compiling Web Site

Building directory '/Comcast Website2/'.
Pre-compilation Complete
------ Publish started: Project: G:\Home\Comcast Website2\, Configuration:
Debug .NET ------
Unable to create the Web 'https://home.comcast.ne t/~pslennon'. The components
for communicating with the FrontPage server extensions are not installed.
Error: Unable to create the Web 'https://home.comcast.ne t/~pslennon'. The
components for communicating with the FrontPage server extensions are not
installed.

========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========


Jul 27 '06 #3
Thank you all for your help.

I solved the problem this afternoon by downloading 2 files from MSDN.
I'm not sure which solved the problem, but after they were installed
VS2005 successfully connected to my ISP and created the website using
ftp. The two files were:

Microsoft Visual Studio 2005 - Update to Support Web Application
Projects (VS80-KB915364-X86-ENU.exe)

Visual Studio 2005 Web Application Projects (WebApplication ProjectSetup.ms i)

Paul
Paul Lennon wrote:
Hi,

I hope I have selected the right group for this question, I am looking
for assistance with using VS2005 to create a simple website on my ISP.

Using VS2005 I have created a Website project using the file system. I
am not trying to do any server side programming, for now simple HTML is
sufficient. My site seems to be working fine locally and now I want to
publish it to my Comcast directory. Comcast claims that they support
FrontPage Server Extensions and I have configured my web account to use
them. I then attempt to publish my site using the HTTP dialogs and
specify the https URL to my personal site directory. Publishing
generates the output below.

Can someone tell me whether the errors are due to something I failed to
install or an incompatibility between Comcast and VS2005?

Thanks,

Paul

PS. I do not believe that Comcast is using IIS. I think they are using
Apache with FrontPage Server Extensions for UNIX.

------ Build started: Project: G:\Home\Comcast Website2\, Configuration:
Debug .NET ------
Pre-compiling Web Site

Building directory '/Comcast Website2/'.
Pre-compilation Complete
------ Publish started: Project: G:\Home\Comcast Website2\,
Configuration: Debug .NET ------
Unable to create the Web 'https://home.comcast.ne t/~pslennon'. The
components for communicating with the FrontPage server extensions are
not installed.
Error: Unable to create the Web 'https://home.comcast.ne t/~pslennon'.
The components for communicating with the FrontPage server extensions
are not installed.

========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
Jul 28 '06 #4

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

Similar topics

0
236
by: THY | last post by:
Hi, I am trying to make a website that contact 2 language, I wonder what method should I use and how do I code it, anyone have any idea ? thanks, Tee
6
1528
by: ivanL | last post by:
I am currently using the Default Website but want to add the following: 1. A local development WEBSITE (port 81) 2. A new WEBSITE (points to another host header www.newebsite.com) VS.NET works fine with the Default Website alone BUT the problem is when I add these new websites and try to create ANY new project in VS.NET, I get an "ASP.NET Version 1.1 not running" error etc... How can I get this setup to work and be able to create...
1
1280
by: Bendik Engebretsen | last post by:
I have made an ASP.NET 2.0 site using the Personal Website Starter Kit. I did this on an XP machine and it the site runs fine on this machine. I have then tried to publish it to our Windows 2003 Server. I have installed the ..NET 2.0 framework and SQL Server Experess 2005. First I ran into trouble with the App_Data\*.mdb/ldb database files. Apparently, the SQL server did not have sufficient rights to modify them. I think I managed to fix...
1
3306
by: NathanC | last post by:
I am trying to create a simple service since and have never done this before. I have created a new project in VB.NET that is a Windows Service. (Just writing a single event entry to the log, just to make sure it works) I have right-clicked in the designer and chosen Add Installer and modified the properties appropriately. I then added a Setup Project and built both solutions.
2
1996
by: akashchopra13 | last post by:
I have a VS2005 setup project, and I am using the File System Editor to create a folder. Is there any way to set up a windows share for the folder from within the installer?
1
1389
by: Jonathan Wood | last post by:
Okay, I've spent considerable time trying to figure out why I get random problems when browsing the images in the Personal Website Starter Kit. (Note: I found a number of these sites on the Web, and all their photos browse just fine. Something is screwy even after recreating the database.) Although a few things are going on, one is that the navigation buttons stop working at some random point. When I click them, the page appears to...
4
1583
by: maheshgupta0248 | last post by:
Hi all, Im a newbie in php, started learning php on my own. I want to create small website using php, that contains links for two simple webpages > C questions > C++ questions C questions page, contains a sequence of questions. Each question is a link to another page which details the answers of the specific question, any user can be able to enter his comments to the question. so the new comment should be queued to the existing...
1
1761
by: Neuto | last post by:
Hello I am creating a membership based website that includes a internet forum. I know that I want to use PHPBB software for the forum, but do I need to download a Content Management Software program as well?
4
2227
by: Lady Gray | last post by:
I downloaded a CSS template to make a section of my website, but the CSS/HTML is for a blog, rather than for a personal website. I'm wondering how to change all that so that it still looks the same, but without the characteristics of a blog? Here's the CSS: /* Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License */
0
9645
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9950
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6740
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4053
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 we have to send another system
2
3646
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.