IIS Virtual Directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have met a problem about IIS Virtual directory.

wwwroot directory in C drive and my web application abc.aspx in D drive with
path
d:\myApp\App03\abc.aspx. I have set a virtual directory TestVirtualDir in my
web site with path
d:\myApp

When I use the web browser to get abc.aspx, I use URL:
http://localhost/TestVirtualDir/App03/abc.aspx
and I have configured myApp as Web sharing.
But it doesn't work. Is there any thing wrong in what I did?
Please give me help, tahnk you.

David
 
Did you set the Virtual Dir up as an application by clicking the "Create"
button for the properties on it?

Dave
 
If there is only a remove, then the "create" was already done. When you say
it does not work, does it so anything?
 
It works now. Thank you.

I misspell localhost.

Dave Britton said:
If there is only a remove, then the "create" was already done. When you say
it does not work, does it so anything?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top