virtual directory of asp.net

  • Thread starter Thread starter monika
  • Start date Start date
Uh.....did I miss it? That page didn't say anything about virtual
directories? Unless you are saying we need to read through (n) number of
pages to find what you are referencing?
 
It is necessary to create an application in IIS for an ASP.NET application,
as the framework looks to the root of the current IIS application to get its
configuration file. However else you want to configure your file locations
and virtual directories is entirely your business.
 
ok i am sorry .... here is the content:

ASP.NET files can be deployed throughout an IIS virtual directory tree,
which can be created using the Internet Services Manager ( inetmgr.exe ).

After this it explain the process to create the virtual directory....

followed by this content....
I hope this makes it clear?
thanks

To publish ASP.NET content on your Web site
a.. Create a default home page for your Web site.
b.. Name this file default.aspx, index.aspx, or whichever name you choose.
c.. Save the file into the application's virtual directory root.
d.. You publish other content of your Web site in the same way, simply by
saving the files to the virtual root or any of its subdirectories. Just make
sure that the directory has Script or Execute permissions enabled.


To test an ASP.NET Web page on your localhost
a.. Ensure that your computer has an active network connection to the
localhost.
b.. Start a Web browser, such as Microsoft® Internet Explorer.
c.. In the browser's address bar, enter the Uniform Resource Locator (
URL ) for the page you are "requesting" on your server.
 
so do u mean i cannot proceed unless i dont create this virtual
directory....is it essential? can u explain a little clearly

thanks
 
Back
Top