
Debug VB DLL (Design Mode) with ASP/IIS 5.0
Hi,
I have a VB DLL project. When I had this project running on NT 4.0 with SP 6a and Visual Studio with SP5 and II4 the VB
Project worked fine when trying to debug in design mode. The idea is to create the VB DLL object from any .asp file and
then
debug the VB Code in design mode. This was very flexible. When I ported the code into a WIN2K box I'm not able to debug
using this method. I get an error in IE telling me that permission is denied on the selected component. When I compile
the
Code and deploy it using COM+ and after giving the proper permissions it worked fine.
Is there any way for me to use this debuggin feature in WIN2K. if so how.
Thanks in advance
Trevor Benedict