ASP pages in .Net project.

G

Guest

If I mix classic asp pages into a .Net ptoject, and I need the
Authorization_request event in the gloabal.asax to fire (implementing LDAP
security), will the Authorization_request event fire for the ASP page?
 
G

Guest

No, because classic ASP pages aren't processed by the ASP.NET framework. You
*could* map them to the ASPNET worker process in IIS though. But I'm still
not sure if the global.asax events would fire for them. You could try very
easily though.
--Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,151
Latest member
JaclynMarl
Top