debugging ASP/DLL/IIS

Tech-Archive recommends: Fix windows errors by optimizing your registry



I work with VS6 on WinXPpro
I developed an ActiveX-DLL for using in ASP-documents. It works fine, but
now I want to debug the DLL because an error occurs.
I unregistered the DLL, started VS6, set breakpoints, press F8
Then I start my Web-Application, but Debugger does not start, but I get an
error-message in the Internet-Explorer:
error type: server object, ASP 0178 (0x80080005)
Server.CreateObject could not be called while checking permissions. access
has been denied. /login.asp, line 27

The statement on line 27 is
set obj = Server.CreateObject("CSWeb.clsWeb")

CSWeb is the ActiveX-Control, I have open in VS6 in Debug-mode

Are there any permissions missing?
.



Relevant Pages

  • Re: ASP/Debugging/ActiveX-DLL
    ... IIS-Admin gestoppt (damit wird auch WWW-Publishing gestoppt) ... VS6 gestartet, DLL geladen, Breakpoint gesetzt, mit F8 in den ... IIS-Admin gestartet ... wenn es nur vom VS6 per Debug-Modus in den Speicher gestellt ...
    (microsoft.public.de.inetserver.iis.asp)
  • Re: VS.NET 2003 Project References
    ... a dependent project to the linker input. ... in VS7.1 it works as the same way as VS6 if you have the VC DLL ...
    (microsoft.public.vsnet.general)
  • Re: build intermediate etc files
    ... generated by vs6, and the functional diffferences. ... .dll or .exe). ... .pdb - program database - aka debugger symbols ... .ilk - intermediate linker file. ...
    (microsoft.public.vc.language)
  • VB6 DLL calling VS6 C DLL
    ... I have a C DLL that I wrote using VS6 and a Visio Add-In DLL I wrote using ... I tested the C DLL by creating a VB6 test app and no problems but when ...
    (microsoft.public.vb.general.discussion)
  • Re: VB DLL calling another C DLL
    ... I have a VB6 DLL that is a Visio Add-In DLL and a VS6 C DLL which seams to ... Dim bytUtf8() As Byte ...
    (microsoft.public.vb.general.discussion)