innonet
Posts: 55
|
| Posted: 08/06/2010, 10:38 AM |
|
I just tried to install my first ASP.net C# INMOTION application and a regular ASP.net C# (no inmotion) on one domain.
Has anybody else tried that before, as I am not able to open the applications. Either application alone works fine. But mixing them up does not work.
Any help is appreciated !!
|
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 08/06/2010, 1:41 PM |
|
please don't post the same thing in multiple sections. thanks!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
dragoon
Posts: 173
|
| Posted: 08/10/2010, 6:22 AM |
|
Quote innonet:
I just tried to install my first ASP.net C# INMOTION application and a regular ASP.net C# (no inmotion) on one domain.
Has anybody else tried that before, as I am not able to open the applications. Either application alone works fine. But mixing them up does not work.
Any help is appreciated !!
Hi innonet,
I have on the same IIS (win2k3 r2 sp2), on two diff. virtual directories, both regular c# and Inmotion C# apps and they're working fine. They even share the same app pool.
BR
|
 |
 |
innonet
Posts: 55
|
| Posted: 08/10/2010, 6:05 PM |
|
Hi there,
Thank you for the help. I learned that I have to create a virtual folder for one of the applications. We are running a dedicated Windows Server 2008 with IIS7. Could someone please tell me how and where I would create a VIRTUAL FOLDER ???
Thank you !!
|
 |
 |
dragoon
Posts: 173
|
| Posted: 08/12/2010, 12:47 AM |
|
right click on a web site (Default Web Site for instance) and select Add Application
or if you have already a Virtual Directory you must convert it to application (an application may run unde it's own application pool or share with other apps)
I think you should follow the help located here: http://technet.microsoft.com/en-us/library/cc732976(WS.10).aspx
|
 |
 |