Problems in ASP.NET

R

Roshawn Dawson

Hi,

I'm having a bit of a problem using ASP.NET.

I'm using VS.NET 2002 and I have .NET Framework 1.0 and 1.1 installed on
my development machine. I've developed many web apps with no problems,
until now.

The web app that I'm currently writing makes use of a custom class that
implements IHttpHandler. The class is created in the same directory as
the application that uses it, and it's used to perform url rewrites
using HttpContext.RewritePath. To use this class, I make the necessary
modifications to the web.config file.

All code compiles fine. When I run the app and specify the necessary
parameters to test the custom class for correct functionality, ASP.NET
gives me an error. It says that the custom class could not be loaded.

I've performed many checks to see if my code was at fault. I've checked
the web.config file for correctness. I've even created other classes
(some using IHttpHandler, some using IHttpModule) just to be sure.
Still, I get the same error.

However, looking closely at the error page revealed that ASP.NET is
using version 1.1 of the .NET Framework. But VS.NET is pointing to
version 1.0.

Could it be that my app is soley referencing version 1.0 but is running
under ASP.NET 1.1? Is this the reason my app is working correctly? And
if so, how do I remedy the problem?

Thanks,
Roshawn
 

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,596
Members
45,143
Latest member
DewittMill
Top