Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Configure an IIS Virtual Directory with Server Extensions ..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
Can not configure server extensions - Hi there, I'm running IIS 5.0 on XP Pro, and I'm trying to install server so I could create a web project. When I right click on the default web site (under IIS manager), I don't see my web server listed under Web Servers. I tried..

Configure server extensions on IIS 5.0 - server programs and server on the web server are not is there an easy way to fix this? also is remote DNS admin available for IIS?

configure a virtual directory? - Hi, I want to install a simple web service using IIS, how can I create a directory under and configure it into a web root directory using the install program instead of manually? Thank you very much. -May

IIS 5.1 Can't configure Virtual Directory In XP Pro - I have WinXP Pro and according to in Computer I have IIS5.1. If I expand Internet Web Site and on IISHelp, on the Virtual Directory tab, I can't click on ..

Cant configure FrontPage 2002 Server Extensions - Im trying to configure my default smtp sever in the FrontPage 2002 Server Whether I log in by right clicking n the website or go in through when I get to the settings page where I can supply my smtp mail server name neither the..
Next:  IIS: 999 error  
Author Message
svierregger

External


Since: Mar 02, 2006
Posts: 5



(Msg. 1) Posted: Fri Mar 03, 2006 3:50 pm
Post subject: Configure an IIS Virtual Directory with Server Extensions for Interdev
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am about to pull all my hair out. I have spent hours trying to
figure out how to configure the necessary server extensions on a
virtual directory in IIS so I can wrap an Interdev project around it.

Environment: XP Pro SP1, IIS 5, FP2000 extensions, Interdev 6

I was given the source for an existing production website, which for
space reasons needs to be on a different physical drive from my default
web (which is located at c:\inetpub\wwwroot). I created a virtual
directory using the IIS console pointing to the d:\web folder. I then
tried to create a new project in Interdev that pointed to the virtual
directory - but Interdev didn't show it in the existing web sites
dropdown. I went back to IIS console and tried to configure server
extensions on the virtual directory, which seemed to work (no errors),
but it didn't seem to do anything, either.

I read in some other posts that you can't configure server extensions
on a virtual directory whose physical path is outside the local web or
that FP extensions can't see the virtual directory, but I don't buy it.
Interdev itself is able to do the same thing!

The My Documents folder on this machine is pointed to the D: drive.
When I go into Interdev and create a scratch "local" project called
Project1, it creates a web application called Project1 under
c:\inetpub\wwwroot\Project1. It also creates a separate folder for the
"local" application under My Documents\Visual Studio
Projects\Project1\Project1_Local. Remember, this local folder is on
the D: drive. When I press F5 to run the application within Interdev,
it magically creates a virtual directory under
c:\inetpub\wwwroot\Project1_Local and it has all the necessary server
extensions to communicate with Interdev. How is this possible? And
how is this different from what I'm trying to do? I want to configure
server extensions on d:\web, and then create a virtual directory in IIS
to run it.

This should be easy and it is a big waste of time - thanks Microsoft.

If anyone has run into this problem and solved it, I would be grateful
for your help. I need all the hair I have left.

Thanks

 >> Stay informed about: Configure an IIS Virtual Directory with Server Extensions .. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Sun Mar 05, 2006 7:55 am
Post subject: Re: Configure an IIS Virtual Directory with Server Extensions for Interdev [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

: This should be easy and it is a big waste of time - thanks Microsoft.

Let's have a look at the situation before jumping to conclusions:

: went back to IIS console and tried to configure server
: extensions on the virtual directory

Best to configure your extensions for the website.

Next, in Interdev, connect to the website first, and then your existing
application should be listed in the drop down. After choosing this, Interdev
will create a local copy of the project in your My Documents folder.

If your application is not listed in the drop down, ensure that your virtual
directory is marked as an application root (not just a virtual directory) in
IIS Manager. Application roots look like a globe in a box. Virtual
directories alone look like a folder with a globe.

Cheers
Ken



<svierregger.TakeThisOut@gmail.com> wrote in message
news:1141429803.692311.285970@p10g2000cwp.googlegroups.com...
:I am about to pull all my hair out. I have spent hours trying to
: figure out how to configure the necessary server extensions on a
: virtual directory in IIS so I can wrap an Interdev project around it.
:
: Environment: XP Pro SP1, IIS 5, FP2000 extensions, Interdev 6
:
: I was given the source for an existing production website, which for
: space reasons needs to be on a different physical drive from my default
: web (which is located at c:\inetpub\wwwroot). I created a virtual
: directory using the IIS console pointing to the d:\web folder. I then
: tried to create a new project in Interdev that pointed to the virtual
: directory - but Interdev didn't show it in the existing web sites
: dropdown. I went back to IIS console and tried to configure server
: extensions on the virtual directory, which seemed to work (no errors),
: but it didn't seem to do anything, either.
:
: I read in some other posts that you can't configure server extensions
: on a virtual directory whose physical path is outside the local web or
: that FP extensions can't see the virtual directory, but I don't buy it.
: Interdev itself is able to do the same thing!
:
: The My Documents folder on this machine is pointed to the D: drive.
: When I go into Interdev and create a scratch "local" project called
: Project1, it creates a web application called Project1 under
: c:\inetpub\wwwroot\Project1. It also creates a separate folder for the
: "local" application under My Documents\Visual Studio
: Projects\Project1\Project1_Local. Remember, this local folder is on
: the D: drive. When I press F5 to run the application within Interdev,
: it magically creates a virtual directory under
: c:\inetpub\wwwroot\Project1_Local and it has all the necessary server
: extensions to communicate with Interdev. How is this possible? And
: how is this different from what I'm trying to do? I want to configure
: server extensions on d:\web, and then create a virtual directory in IIS
: to run it.
:
: This should be easy and it is a big waste of time - thanks Microsoft.
:
: If anyone has run into this problem and solved it, I would be grateful
: for your help. I need all the hair I have left.
:
: Thanks
:

 >> Stay informed about: Configure an IIS Virtual Directory with Server Extensions .. 
Back to top
Login to vote
svierregger

External


Since: Mar 02, 2006
Posts: 5



(Msg. 3) Posted: Mon Mar 06, 2006 6:29 am
Post subject: Re: Configure an IIS Virtual Directory with Server Extensions for Interdev [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ken - thanks for taking the time to respond. It's still not working,
here is what I have done:

1) Configured the server extensions on the Default Web Site (located
physically at c:\inetpub\wwwroot)
2) Created a virtual directory in IIS pointing to d:\web. The site
appears under IIS as a folder with a globe. The site does not appear
in Interdev in the list of existing sites to connect to.
3) Created an "application" out of the new virtual directory in IIS.
This made the icon into a box with a globe in it. The site does not
appear in Interdev in the list of existing sites to connect to.
4) Configured server extensions on the virtual directory/application in
IIS by right clicking and selecting Configure Server Extensions from
the All Tasks menu option. Configured using all the defaults on the
New Subweb Wizard. The site does not appear in Interdevv in the list
of existing sites to connect to. My guess is that the Server
Extensions are not taking on the virtual directory because when I right
click on the site, the All Tasks menu still has the "Configure Server
Extensions" menu option.

If I instead create the virtual directory as a folder under the
existing default web, Interdev works as expected:
1) Create a folder under c:\inetpub\wwwroot\webtest
2) Add a virtual directory in IIS pointing to webtest. IIS
automatically makes this an application folder (icon is a box with a
globe in it). The folder can't be seen in Interdev as an existing
site.
3) Configure server extensions on the virtual directory. The folder
can now be seen in Interdev as a site that can be connected to during
the Web Project wizard. "Configure Server Extensions" is no longer an
option on the All Tasks menu when I right click on the site in IIS.

It appears that IIS is unable to configure server extensions on a
different logical drive from the default web using the tools supplied
in the IIS manager. Interdev is able to do this somehow, as I
demonstrated previously. I just can't figure out how Interdev is doing
it.

Thanks
 >> Stay informed about: Configure an IIS Virtual Directory with Server Extensions .. 
Back to top
Login to vote
svierregger

External


Since: Mar 02, 2006
Posts: 5



(Msg. 4) Posted: Mon Mar 06, 2006 10:43 am
Post subject: Re: Configure an IIS Virtual Directory with Server Extensions for Interdev [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ok, we were both right...

I found out what the problem was. It seems that server extensions can
only be configured against an empty folder. After beating my head
against the wall for a couple more hours, I ran across a post where
someone mentioned in passing that the virtual directory must be empty
before applying server extensions. Therefore, these are the steps I
took to get everything working.

1) created folder on different logical drive from the default web -
d:\web.
2) created a virtual directory in the IIS MMC pointing to this folder.
3) right clicked on the virtual directory and selected Configure Server
Extensions from the All Tasks menu in the IIS MMC (note: had to stop
and restart IIS MMC applet in order to get this menu option to appear)
4) verified that front page extensions were applied to the folder (a
bunch of _vti* folders were added)
5) copied web content into this folder from existing web site
6) opened Interdev and created a new project. In step 2 of the project
wizard, I was able to select the existing web site at d:\web to connect
to.

Voila - it worked. It would have been much easier if the Microsoft
documentation or any log file output would have hinted that the server
extensions failed because the virtual directory wasn't empty.

Scott

svierregger.DeleteThis@gmail.com wrote:
> Ken - thanks for taking the time to respond. It's still not working,
> here is what I have done:
>
> 1) Configured the server extensions on the Default Web Site (located
> physically at c:\inetpub\wwwroot)
> 2) Created a virtual directory in IIS pointing to d:\web. The site
> appears under IIS as a folder with a globe. The site does not appear
> in Interdev in the list of existing sites to connect to.
> 3) Created an "application" out of the new virtual directory in IIS.
> This made the icon into a box with a globe in it. The site does not
> appear in Interdev in the list of existing sites to connect to.
> 4) Configured server extensions on the virtual directory/application in
> IIS by right clicking and selecting Configure Server Extensions from
> the All Tasks menu option. Configured using all the defaults on the
> New Subweb Wizard. The site does not appear in Interdevv in the list
> of existing sites to connect to. My guess is that the Server
> Extensions are not taking on the virtual directory because when I right
> click on the site, the All Tasks menu still has the "Configure Server
> Extensions" menu option.
>
> If I instead create the virtual directory as a folder under the
> existing default web, Interdev works as expected:
> 1) Create a folder under c:\inetpub\wwwroot\webtest
> 2) Add a virtual directory in IIS pointing to webtest. IIS
> automatically makes this an application folder (icon is a box with a
> globe in it). The folder can't be seen in Interdev as an existing
> site.
> 3) Configure server extensions on the virtual directory. The folder
> can now be seen in Interdev as a site that can be connected to during
> the Web Project wizard. "Configure Server Extensions" is no longer an
> option on the All Tasks menu when I right click on the site in IIS.
>
> It appears that IIS is unable to configure server extensions on a
> different logical drive from the default web using the tools supplied
> in the IIS manager. Interdev is able to do this somehow, as I
> demonstrated previously. I just can't figure out how Interdev is doing
> it.
>
> Thanks
 >> Stay informed about: Configure an IIS Virtual Directory with Server Extensions .. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 5) Posted: Mon Mar 06, 2006 6:55 pm
Post subject: Re: Configure an IIS Virtual Directory with Server Extensions for Interdev [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I've applied FPSE to folders that have contained content, so something is up
with the content you have in particular. After connecting with Interdev I've
had to do a get latest to get the existing content.

Cheers
Ken

<svierregger.TakeThisOut@gmail.com> wrote in message
news:1141670625.634882.78830@v46g2000cwv.googlegroups.com...
: Ok, we were both right...
:
: I found out what the problem was. It seems that server extensions can
: only be configured against an empty folder. After beating my head
: against the wall for a couple more hours, I ran across a post where
: someone mentioned in passing that the virtual directory must be empty
: before applying server extensions. Therefore, these are the steps I
: took to get everything working.
:
: 1) created folder on different logical drive from the default web -
: d:\web.
: 2) created a virtual directory in the IIS MMC pointing to this folder.
: 3) right clicked on the virtual directory and selected Configure Server
: Extensions from the All Tasks menu in the IIS MMC (note: had to stop
: and restart IIS MMC applet in order to get this menu option to appear)
: 4) verified that front page extensions were applied to the folder (a
: bunch of _vti* folders were added)
: 5) copied web content into this folder from existing web site
: 6) opened Interdev and created a new project. In step 2 of the project
: wizard, I was able to select the existing web site at d:\web to connect
: to.
:
: Voila - it worked. It would have been much easier if the Microsoft
: documentation or any log file output would have hinted that the server
: extensions failed because the virtual directory wasn't empty.
:
: Scott
:
: svierregger.TakeThisOut@gmail.com wrote:
: > Ken - thanks for taking the time to respond. It's still not working,
: > here is what I have done:
: >
: > 1) Configured the server extensions on the Default Web Site (located
: > physically at c:\inetpub\wwwroot)
: > 2) Created a virtual directory in IIS pointing to d:\web. The site
: > appears under IIS as a folder with a globe. The site does not appear
: > in Interdev in the list of existing sites to connect to.
: > 3) Created an "application" out of the new virtual directory in IIS.
: > This made the icon into a box with a globe in it. The site does not
: > appear in Interdev in the list of existing sites to connect to.
: > 4) Configured server extensions on the virtual directory/application in
: > IIS by right clicking and selecting Configure Server Extensions from
: > the All Tasks menu option. Configured using all the defaults on the
: > New Subweb Wizard. The site does not appear in Interdevv in the list
: > of existing sites to connect to. My guess is that the Server
: > Extensions are not taking on the virtual directory because when I right
: > click on the site, the All Tasks menu still has the "Configure Server
: > Extensions" menu option.
: >
: > If I instead create the virtual directory as a folder under the
: > existing default web, Interdev works as expected:
: > 1) Create a folder under c:\inetpub\wwwroot\webtest
: > 2) Add a virtual directory in IIS pointing to webtest. IIS
: > automatically makes this an application folder (icon is a box with a
: > globe in it). The folder can't be seen in Interdev as an existing
: > site.
: > 3) Configure server extensions on the virtual directory. The folder
: > can now be seen in Interdev as a site that can be connected to during
: > the Web Project wizard. "Configure Server Extensions" is no longer an
: > option on the All Tasks menu when I right click on the site in IIS.
: >
: > It appears that IIS is unable to configure server extensions on a
: > different logical drive from the default web using the tools supplied
: > in the IIS manager. Interdev is able to do this somehow, as I
: > demonstrated previously. I just can't figure out how Interdev is doing
: > it.
: >
: > Thanks
:
 >> Stay informed about: Configure an IIS Virtual Directory with Server Extensions .. 
Back to top
Login to vote
svierregger

External


Since: Mar 02, 2006
Posts: 5



(Msg. 6) Posted: Wed Mar 08, 2006 10:50 am
Post subject: Re: Configure an IIS Virtual Directory with Server Extensions for Interdev [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ok, ok I really found out the problem....

The web that I inherited had _vt* folders (frontpage extension folders)
sprinkled throughout. I didn't realize this was the problem until I
got a new pc that had both frontpage and frontpage 2002 extensions on
it. I tried to configure the extensions using 2002 extensions and it
finally exposed the error it was experiencing - it mistook the existing
_vt* folders for a subweb and complained about nesting subwebs.

I manually deleted the _vt* folders and the server extensions (fp2000
extensions) configured properly on the populated folder structure.

Hope this helps somebody else.

Scott
 >> Stay informed about: Configure an IIS Virtual Directory with Server Extensions .. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]