i have two identical webapps deployed on the same machine, using different domwin names. i'm experiencing all kinds of problems. when i had only one webapp deployed there, it worked fine. would two identical webapps on the same machine cause problems?Should be fine, unless you mean you're trying to run them from the same IIS virtual directory. They should be on two separate vDirs.
Also, sometimes you can have propblems if the apps are trying to use an intercept filter on the HTTP pipeline. This problem usually doesn't occur unless you are trying to use host headers to separate the web apps.
Sorry I can be of more assistance, you haven't provided much info to go on.
Good luck!
It's actually two virtual directories. I have our production web app deployed. I'm also trying to deploy an identical webapp, for testing purposes on the same machine, in a different virtual directory. I keep getting all kinds of weird problems.
Did you develop these apps? Do you know if they are using custom HTTP handlers?
Also, you'll have to describe the "weird problems" you're experiencing.
0 comments:
Post a Comment