1
Answer

How to host multiple application in single domain/iis

Photo of Deva Subbu

Deva Subbu

13y
3.1k
1
Hi am new to asp.net
we have an domain for example www.testdomain.com.I have created a web application with the namenewapplication and hosted like below
ie(www.testdomain.com/newapplication/default.aspx. its working fine.. again i created another webservice named newapplication2 and hosted like www.testdomain.com/newapplication2/service.asmx am facing the problem and getting the  error .As per my understanding its not possible to host multiple asp.net application under single domain(www.testdomain.com) correct me if am wrong.. and suggest some ideas how to acheive this?
Dev.

Answers (1)

1
Photo of pritaeas
NA 3.1k 862 7y
You could prefix/postfix the Name with es_ and so on.
 
Please reconsider, using multiple files is much easier to use and maintain. 
0
Photo of Amatya Gupta
NA 676 8.1k 7y
Hi
Can you get me the demo example  dear pritaeas
 
 
 
 Thanks in advance