473,387 Members | 1,771 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

pass processing back to asp.dll

Hi,
I'm trying use the authentication of asp.net inside "classic asp"

inside IIS i have configured the extension ".asp" to be handled by
v2.0.50727\aspnet_isapi.dll

So now my code inside Application_AuthenticateRequest will run when
the request is made to an .asp page. And I can put web.config files to
do role base security to prevent access to certain .asp pages based on
roles.

Now I can't figure out how to pass the processing back to the old
asp.dll .

In the root web.config i added a http handler
<add verb="*" path="*.asp" type="???????"/>

But what should I put as the type="???"
so that it will pass processing now to the asp.dll .

Can I create a custom type to do this? Or has someone made one before/

Thanks,

Eric
Jan 18 '08 #1
1 1149
I think the httpHandler entry in Web.Config expects a .NET class. ASP.dll is
a native dll and I am afraid that you can not pass control back to classic
ASP.

Thanks,
Harshal Pachpande

"Eric" <ew********@gmail.comwrote in message
news:5b**********************************@v4g2000h sf.googlegroups.com...
Hi,
I'm trying use the authentication of asp.net inside "classic asp"

inside IIS i have configured the extension ".asp" to be handled by
v2.0.50727\aspnet_isapi.dll

So now my code inside Application_AuthenticateRequest will run when
the request is made to an .asp page. And I can put web.config files to
do role base security to prevent access to certain .asp pages based on
roles.

Now I can't figure out how to pass the processing back to the old
asp.dll .

In the root web.config i added a http handler
<add verb="*" path="*.asp" type="???????"/>

But what should I put as the type="???"
so that it will pass processing now to the asp.dll .

Can I create a custom type to do this? Or has someone made one before/

Thanks,

Eric
Jan 19 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Collin VanDyck | last post by:
I have a basic understanding of this, so forgive me if I am overly simplistic in my explanation of my problem.. I am trying to get a Java/Xalan transform to pass through a numeric character...
5
by: adolf garlic | last post by:
Suggestions please for strategy to share values across app. Scenario: I have an asp.net app that uses some com components along with .net classes. Configuration settings for various things...
3
by: Brett | last post by:
I have several classes that create arrays of data and have certain properties. Call them A thru D classes, which means there are four. I can call certain methods in each class and get back an...
5
by: Taftheman | last post by:
Hi, i have an asp.net and vb.net web page i am opening a popup window where the user can select somthing. When the user presses select it is suppose to go back to the original form closing the pop up...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.