multiple project same domain

  • Thread starter Thread starter Atilla
  • Start date Start date
A

Atilla

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,default.aspx, web.config etc...)

example.com/newfolder/default.aspx not work !? why?
 
Atilla said:
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,default.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.
 
Back
Top