multiple project same domain

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Atilla

    multiple project same domain

    Hi!

    How to work multiple project single domain?
    I have one asp.net project example.com than I create new folder
    example.com/newfolder I uploaded studio's public website than copy
    newfolder (Bin, App_Data,defaul t.aspx, web.config etc...)

    example.com/newfolder/default.aspx not work !? why?
  • Anthony Jones

    #2
    Re: multiple project same domain


    "Atilla" <akoklu@gmail.c omwrote in message
    news:906d2093-25e0-473f-9ccf-f188ba119dd1@q1 0g2000prf.googl egroups.com...
    Hi!
    >
    How to work multiple project single domain?
    I have one asp.net project example.com than I create new folder
    example.com/newfolder I uploaded studio's public website than copy
    newfolder (Bin, App_Data,defaul t.aspx, web.config etc...)
    >
    example.com/newfolder/default.aspx not work !? why?
    In IIS manager on open properties of the folder. On the Directory tab in
    the application settings section click the create button. Change the
    application name to something sensible such as the name of the folder.


    --
    Anthony Jones - MVP ASP/ASP.NET


    Comment

    Working...