Web application tool

Discussion in 'Databases' started by Nadh Magic, Jan 6, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Sir! Pleae explain Clearly ..
    In our control panel (discountasp.net)

    - web application tool
    when we select any folder in our root directory
    This folder is NOT setup as a web application. Click the button below to install a Web Application
    bellow INSTALL APPLICATION BUTTON is there
    Please explain clearly if we are not press the button ?
    i can't understand clearley.

    Because there is a caution (NOTE: This tool for Advanced Developers.)

    thats why i am asking clearly.
    Please any body explain clearly.

    Thank you
    Nadh

    Post Edited By Moderator (mjp) : 1/8/2007 11:07:57 PM GMT
     
  2. Let's say you install a new asp.net site in a folder called /myname/


    Once you're in the Control Panel application area select that folder.


    Click the button to create an application for that folder.


    You're done. (It's really that simple.)
     
  3. Thank you Sir Wisemx for your Advice.
    But In my web porject
    Ihave some folders and files
    even thoughI am not installed any folder application button
    my total web application working perfectly.
    Thats why i cant understand.


    My Development enveronment is
    ASP.NET 2005
    MS SQL 2005
    -
    once again thanks to all www.discountasp.net forum members.
    because through forum i learn so many things and then
    with in short time I finished my web application as early as possible.

    Nadh
     
  4. ASP.NET applications are similar to the classic ASP applications however they now contain more features.

    If for example in classic asp you were loosing session events it would often help to create an application.

    With ASP.NET this can now be thought of, in it's most simple way, another website running from it's own folder.
    Note that's not the true means, besides the new application containing directory and ASP.NET file(s), an ASP.NET Web Application may also contain configuration files (i.e. web.config), User Control files (.ascx ), and an application settings file (Global.asax), as well as code-behind, assembly, and class files that provide additional functionality to that application.
    Salute,
    Mark
     
  5. It is also worth mentioning the the root folder is already set up as an application folder so you do not have to necessarily set the subdirectories as an application folder. But like previously mentioned, if you want to start a whole new web application, you can do so inside a subdirectory. By setting that subdirectory as an application folder the web application for that subdirectory will look into that folder for certain application settings. As you can imagine this is extremely useful when hosting mutiple different web applications under one account.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page