Dave,
I tried to follow your suggestions on creating the project at
the "localhost" virtual directory instead of through "C:some path" but the
VI interface won't let me. Am I not understanding your directions
correctly? The problem I have is that when I view a DTC command object,
actually text boxes tied to the DTC command object, on a "HTM" page the
web page only displays the text boxes and their labels.
I've tried the suggestions in the errata for "Beginning Web Development
with Visual InterDev 6" which call for reconfiguring the FPSE by
running "fpsrvadm.exe" on the web server. I've also tried
running "handunsf.reg" as well as verifying that the virtual
directory "MSADC" is in the proper location and that "Allow Execute
Access" is turned on.
Could I be missing an installation component in the Visual Studio
interface? I don't believe I installed the server component, could that
be causing me this problem?
Aaron
> What you are experiencing is called NESTED CONTENT. You can not create a
new
> web underneath an allready existing web that has been configured with the
> FrontPage Server Extensions. Visual Interdev utilizes the 98 FrontPage
> Server Extensions in order to use design time and run time features (not
all
> design time / run time controls use the extensions).
>
> Are you using Windows 2000 Server or Pro?
>
> If you are using Pro then instead of creating the project at
> C:\Inetpub\wwwroot\Wrox Cameras_Local do it at
> http://localhost/wrox_cameras_local (I suggest you NOT use spaces or
> capitals in anything web related as they can cause some headaches during
> development. The capitals usually are something to be more attentive to
an
> OS that is case sensitive like UNIX. There are times when Windows / ASP
is
> case sensitive so be aware of this)
>
> If you are using Server I would create a whole new web site and map it's
> home directory to C:\Inetpub\wrox_cameras_local. Once you have a new web
> site created use the http:// (web server path) to create the project and
NOT
> the C: (disk path)
>
> I hope that helps...
>
> Dave
>
> -----Original Message-----
> From: Bobby Cottrell [mailto:bobby@i...]
> Sent: Saturday, October 21, 2000 3:41 PM
> To: Interdev_Programming
> Subject: Trying to create project
>
>
> I am reading "Beginning Web Development with Visual InterDev 6.0" by
> Andrew Mumford.I am trying to create a project by using the Web Project
> Wizard. When I hit "Finish" I get this message:
>
> Cannot create a disk-based Web application in 'C:\Inetpub\wwwroot\Wrox
> Cameras\Wrox Cameras_Local'. You cannot
configure 'C:\Inetpub\wwwroot\Wrox
> Cameras\Wrox Cameras_Local' as a FrontPage web, because the directory
> 'C:\InetPub\wwwroot' above it is already configured as a FrontPage Web.
> You can open that web instead.
>
> I am running IIS 5.0 on my computer and using it as the localhost. I am
> running Windows 2000.
>
> Please help!
> Thank you in advance,
> Bobby
>