debugging ASP/DLL/IIS
- From: "Georg Bauer" <Georg Bauer@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 22 Jul 2005 01:15:03 -0700
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?
.
- Prev by Date: Re: ASP IIS Request queue
- Next by Date: Re: Web Site Efficiency
- Previous by thread: ASP IIS Request queue
- Next by thread: error "ASP 0178 (0x80070005)" beim Debuggen
- Index(es):
Relevant Pages
|