views:

636

answers:

2

After deployment on IIS 6 methods declared in Global.asax (for Application Start, etc.) are not executed. The same code on IIS 5 works properly. What can be the reason? Is it the problem with permissions/configuration?

A: 

Is the virtual folder in IIS configured as an 'application' ?

leppie
Yes, it was the first thing we've checked.
Roma
Was just making sure, sometimes it's the first thing to forget :) Glad you found the answer.
leppie
Thanks :) Actually, it wasn't me who found it :)
Roma
+1  A: 

Fixed by dropping the file precompiledapp.config from root.

Roma