Monday, March 12, 2012

Want to confirm: is it OK to put more than 1 assemblies into o


"Juan T. Llibre" wrote:

> re:
> You don't need to have an assembly in order to have an IIS Application.
> If /comboapps is an IIS Application, it can use a global.asax.
> re:
> You don't have to.
> Just make sure /comboapps is an IIS Application,
> write a global.asax file in the app's roots dir, and
> declare whatever you want to declare in it.
> ASP.NET will recognize/execute it.
>
Can I write code directly in global.asax, as what I can do in ASPX pages?

>
> Juan T. Llibre
> ASP.NET MVP
> ===========Don't bother. I find out how myself. I can write code directly in global.asa
x.

0 comments:

Post a Comment