Re: Front Page 2003, IIS, and Visual Studio 2003 not Cooperating
From: Gerry Hickman (gerry666uk_at_yahoo.co.uk)
Date: 02/17/04
- Next message: mary: "Re: Front Page 2003 not support by web hosting service"
- Previous message: Bill: "Need Server Extension Resource Kit"
- In reply to: Ves Sladin: "Front Page 2003, IIS, and Visual Studio 2003 not Cooperating"
- Next in thread: Ves Sladin: "Re: Front Page 2003, IIS, and Visual Studio 2003 not Cooperating"
- Reply: Ves Sladin: "Re: Front Page 2003, IIS, and Visual Studio 2003 not Cooperating"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Feb 2004 22:57:48 +0000
Hi,
Have you read all the Readme files for VS.NET relating to web projects,
setting up NT accounts, debuggers etc?
You can't right-click and choose "Open with Frontpage", that's only so
you can open it in the Frontpage program (not really anything to do with
Visual Studio)
I don't know about your specific problem, but there's usually two ways
to work with web projects from VS.NET
1. File share access (dull and boring)
2. Frontpage Extensions access (exciting and complicated)
I tend to use option 2. You'll need a properly configured IIS web server
with Frontpage extensions and ASP.NET installed. You'll also need to
ensure all NTFS permissions on the underlying folders are correct and
that all properties in IIS MMC are correct, e.g.
Make sure _vti_bin exists for the root web and is marked as "scripts and
executables"
Make sure you can browse your root (localhost or myServer) web in
Internet Explorer; enable directory browsing if you have to and check
all sub-webs can be browsed too.
Go into Visual Studio, open a solution, right-click the solution root
and choose "Add:New Project", then "ASP.NET application".
Make sure your target server comes up after "http" (e.g. localhost or
myServer). Give it name wot don't already exists. e.g.
http://localhost/WebApplication3
Press OK
What error do you get (exact text). If you don't get an error, you
should now have a new empty project sitting in VS.NET
Ves Sladin wrote:
> My trouble started when I went to open up the Duwamish C# sample project in
> my Visual Studio 2003. Visual Studio kept telling me that it couldn't find
> some components to communicate with Front Page. And the bottom line is that
> I couldn't access the Web part of the Duwamish. First I tried fixing my
> Visual Studio installation, by installing the latest 2003 version, then my
> Front Page, then I tried installing Front Page 2003. I've reinstalled just
> about all the pieces of software that are involved, and although Front Page,
> Visual Studio, and IIS 5.0 seems to be installed correctly I still get the
> same error in Visual Studio, I also get the same error when I try to create
> an C# ASP.NET Web application in Visual Studio ("Can not find the components
> for communicating with the FrontPage server extensions."). If I attempt to
> go to my IIS Manager and open up my Default Web Page by right-click, All
> Tasks, Open With Front Page, then I get a message telling me that the Front
> Page Client is not installed.
>
> My Visual Studio version is 7.1.3088. I'm using Win 2000 Professional with
> latest service packs. I had not problems creating ASP.NET projects before
> this Visual Studio upgrade. So, in trying to fix the Front Page access
> problem with Duwamish I've made the situation worse in general.
>
> Can anyone help me? Thanks.
>
> Ves
>
>
>
-- Gerry Hickman (London UK)
- Next message: mary: "Re: Front Page 2003 not support by web hosting service"
- Previous message: Bill: "Need Server Extension Resource Kit"
- In reply to: Ves Sladin: "Front Page 2003, IIS, and Visual Studio 2003 not Cooperating"
- Next in thread: Ves Sladin: "Re: Front Page 2003, IIS, and Visual Studio 2003 not Cooperating"
- Reply: Ves Sladin: "Re: Front Page 2003, IIS, and Visual Studio 2003 not Cooperating"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|