Re: installing frontpage server extensions
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng [MSFT])
- Date: Fri, 16 May 2008 09:16:52 GMT
{\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\lang2052\f0\fs20 Thanks for your reply Jrl,
\par
\par Since the website is an ASP.NET one, has it ever been extended by WSS? This is important since a site be extened by sharepoint service will make it different from a standard ASP.NET extended IIS site. And the commandline utility you mentioned earlier is a sharepoint 2003 tool.
\par
\par Also, you mentioend the "http://x.com" url, have you added custom host header for the IIS site, and if so, have you also added host header record on the machine or you've DNS record for it?
\par
\par Sincerely,
\par
\par Steven Cheng
\par
\par Microsoft MSDN Online Support Lead
\par
\par
\par Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@xxxxxxxxxxxxxx
\par
\par ==================================================
\par Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifications.
\par ==================================================
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par \pard\li720 --------------------
\par From: <jrl@xxxxxxxxxxxxxxxx>
\par Newsgroups: microsoft.public.sharepoint.portalserver.development
\par References: <D-udnSyEY7zlLbbVnZ2dnUVZ_sudnZ2d@xxxxxxxxxxxxxx> <1ZOgQSntIHA.4408@xxxxxxxxxxxxxxxxxxxxxx>
\par In-Reply-To: <1ZOgQSntIHA.4408@xxxxxxxxxxxxxxxxxxxxxx>
\par Subject: Re: installing frontpage server extensions
\par Date: Thu, 15 May 2008 13:49:12 -0700
\par
\par
\par I am using Vista, trying to open an Asp.net web site on the same computer
\par that has Visual Studio 2008 installed.
\par When I attempt to open the local IIS site, Visual Studio responds "Unable to
\par open the web site "http://x.com". The web server dows not appear to have
\par FrontPage Server Extensions installed."
\par
\par It was in response to this error message that I found the patch to install
\par the extensions (I provided the link below).
\par I can open the site as a file system type of web site, but not as a local
\par IIS type site.
\par
\par
\par
\par "Steven Cheng [MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
\par news:1ZOgQSntIHA.4408@xxxxxxxxxxxxxxxxxxxxxxxxx
\par > Hi Jrl,
\par >
\par > From your description, you're encoutering some problem installing the FPSE
\par > on a server machine correct?
\par >
\par > As you mentioned at begining, you want to edit a website with Visual
\par > Studio
\par > 2008, what's the type of that site, is it a standard ASP.NET site or a
\par > sharepoint site? Based on my understanding, Visual Studio 2008 can open
\par > ASP.NET standard site without using Front Page Server extension. And for
\par > sharepoint site, Visual studio is not the expected tool to author them,
\par > you
\par > should use Sharepoint Designer to edit pages or site in sharepoint site.
\par >
\par > As you also mentioned the following command:
\par >
\par > owsadm.exe -o install -p 80 -w x.com
\par >
\par > owsadm.exe is the admin tool for old sharepoint service versino 2003. Are
\par > you using sharepoint portal server 2003? Also, is the operating system
\par > windows vista or windows server 2008?
\par >
\par > Sincerely,
\par >
\par > Steven Cheng
\par >
\par > Microsoft MSDN Online Support Lead
\par >
\par >
\par > Delighting our customers is our #1 priority. We welcome your comments and
\par > suggestions about how we can improve the support we provide to you. Please
\par > feel free to let my manager know what you think of the level of service
\par > provided. You can send feedback directly to my manager at:
\par > msdnmg@xxxxxxxxxxxxxx
\par >
\par > ==================================================
\par > Get notification to my posts through email? Please refer to
\par > http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
\par > ications.
\par >
\par > Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
\par > where an initial response from the community or a Microsoft Support
\par > Engineer within 1 business day is acceptable. Please note that each follow
\par > up response may take approximately 2 business days as the support
\par > professional working with you may need further investigation to reach the
\par > most efficient resolution. The offering is not appropriate for situations
\par > that require urgent, real-time or phone-based interactions or complex
\par > project analysis and dump analysis issues. Issues of this nature are best
\par > handled working with a dedicated Microsoft Support Engineer by contacting
\par > Microsoft Customer Support Services (CSS) at
\par > http://msdn.microsoft.com/subscriptions/support/default.aspx.
\par > ==================================================
\par > This posting is provided "AS IS" with no warranties, and confers no
\par > rights.
\par >
\par >
\par > --------------------
\par > NNTP-Posting-Date: Wed, 14 May 2008 22:39:36 -0500
\par > From: <jrl@xxxxxxxxxxxxxxxx>
\par > Newsgroups: microsoft.public.sharepoint.portalserver.development
\par > Subject: installing frontpage server extensions
\par > Date: Wed, 14 May 2008 20:39:17 -0700
\par >
\par >
\par > I wanted to be able to edit a website on the same pc that has visual
\par > studio
\par > 2008 installed, and was led to install frontpage server extensions for IIS
\par > 7.0 (http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1630). The
\par > last step of this instalation requires that I use the owsadm.exe command
\par > line, but I'm finding the documentation insufficient to complete the task.
\par >
\par > In my case the IIS server is called server and it hosts a website (let's
\par > call it
\par > x.com). I thought the command should be
\par > owsadm.exe -o install -p 80 -w x.com
\par > but this results in the error: the server instance specified was not
\par > found.
\par > Please specify the server's address and port.
\par >
\par > In this case the ip address is 10.10.10.101 (since it is behind a router),
\par > but I could not see where I would enter an option for the server name. No
\par > option was listed for this at this reference:
\par > http://learn.iis.net/page.aspx/134/install-frontpage-server-extensions/
\par >
\par > What would be the correct command line to complete the installation of the
\par > frontpage extensions?
\par >
\par >
\par
\par \pard
\par
\par }
- Follow-Ups:
- References:
- installing frontpage server extensions
- From: jrl
- RE: installing frontpage server extensions
- From: Steven Cheng [MSFT]
- Re: installing frontpage server extensions
- From: jrl
- installing frontpage server extensions
- Prev by Date: MOSS 2007 - WebForm_PostBackOptions is undefined - Create new Web Application
- Next by Date: Changing destination in custom record center router
- Previous by thread: Re: installing frontpage server extensions
- Next by thread: Re: installing frontpage server extensions
- Index(es):
Relevant Pages
|