Permission Denied on Compile of DLL using Personal Web Server 
Author Message
 Permission Denied on Compile of DLL using Personal Web Server

I am trying to debug an Activex DLL I wrote.

I am testing it using ASP and running it in Personal Web Server.

After every test, when I try to recompile I get an error "Permission Denied"
and I can only proceed by rebooting my PC.  Stopping the PWS doesn't do it
and I can't seem to find out how to kill the PWS program.

Any ideas?

Greg Low
PWB Systems, Inc.



Fri, 27 Sep 2002 03:00:00 GMT  
 Permission Denied on Compile of DLL using Personal Web Server

Quote:
>After every test, when I try to recompile I get an error "Permission Denied"
>and I can only proceed by rebooting my PC.  Stopping the PWS doesn't do it
>and I can't seem to find out how to kill the PWS program.

Greg,

IIRC, you have to restart the services using the commands

net stop iisadmin
net start w3svc

Mattias

__________________________________________________

     VB+ http://hem.spray.se/mattias.sjogren/
 Please send questions/replies to the newsgroups



Fri, 27 Sep 2002 03:00:00 GMT  
 Permission Denied on Compile of DLL using Personal Web Server
Mattias,

Thanks for the reply but I don't understand.

1. What is IIRC?
2. Since I am using Personal Web Server, is the command "net stop iisadmin"
    supposed to work?  I just get an error when I run it in DOS.

Thanks
Greg



Fri, 27 Sep 2002 03:00:00 GMT  
 Permission Denied on Compile of DLL using Personal Web Server

Hi Greg,

Quote:
>1. What is IIRC?

That's just short for "If I Recall Correctly" or "If I Remember
Correctly". Sorry for the confusion  :-)

Quote:
>2. Since I am using Personal Web Server, is the command "net stop iisadmin"
>    supposed to work?  I just get an error when I run it in DOS.

I'm not sure, it's been a long time since I played with PWS. This page
states that it works for PWS too:

http://www.swynk.com/friends/bertrand/moretips.asp

But this page suggests another method for PWS:

http://members.tripod.com/ActiveServerPage/faq.html

I guess it might depend on what OS you are using.

Mattias

__________________________________________________

     VB+ http://hem.spray.se/mattias.sjogren/
 Please send questions/replies to the newsgroups



Fri, 27 Sep 2002 03:00:00 GMT  
 Permission Denied on Compile of DLL using Personal Web Server
Thanks for the additional info and the link.

That's funny on the IIRC.  Usually I can figure those abbreviations out the
first time I see them.  But the "II" tunnelled my thoughts along the lines
of Internet Information Server.    :)

Greg



Fri, 27 Sep 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Compiling DLL and getting Permission Denied

2. Permission Denied and Avoiding DLL Compiling During Development

3. ActiveX DLL Re-Compile: Permission Denied (AGAIN)

4. Books on using Access Personal Web Server and Visual Basic

5. Books on using Access Personal Web Server and Visual Basic

6. Books on using Access Personal Web Server and Visual Basic

7. Using VBScript with Personal Web Server

8. Permission Denied(compile error) with opendatabase statement

9. compiling and rdo denied permissions

10. vb5 compile error: permission denied on opendatabase

11. Permission denied with RDO when compiling

12. permission denied when re-compiling

 

 
Powered by phpBB® Forum Software