Connecting Tech Pros Worldwide Forums | Help | Site Map

ASP.Net Deployment problem / DNS related configuration?

Newbie
 
Join Date: Mar 2007
Posts: 9
#1: Mar 28 '07
Hi,
I have a very strange problem.
my .Net (1.1) application resides in D:\cm_prod\cm. My default website in IIS has a virtual directory cm that points to this app. When I try to load this app using servername/cm everything works perfect.
I also have a DNS(example.nyc.com) on that server. it has a virtual dir cm2 that points to the same folder - D:\cm_prod\cm. When I try to load it -example.nyc.com/cm2 it doesn't work. I dont see any errors but only static HTML gets processed. seems like code behind is not executed in this case.
Thanks!!!

RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,392
#2: Mar 28 '07

re: ASP.Net Deployment problem / DNS related configuration?


Vlad,

You may need to check the permissions of your virtual folders. IIS is really finicky about its execution permissions and what gets put where with what permissions. Take a look at that and let me know if that might help.
Newbie
 
Join Date: Mar 2007
Posts: 9
#3: Mar 28 '07

re: ASP.Net Deployment problem / DNS related configuration?


Quote:

Originally Posted by RedSon

Vlad,

You may need to check the permissions of your virtual folders. IIS is really finicky about its execution permissions and what gets put where with what permissions. Take a look at that and let me know if that might help.

Indeed! ! !
By default it was applying anonymous access in security settings. The app (I use ntid in my app to identify users) works now but is still prompts user to enter network id & password eventhough in directory security / Integrated Windows Authentication is checked...
Thank you so much!!!
Reply


Similar .NET Framework bytes