|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS & COM+ configuration help
Hello all,
hope someone can help me figure this out. I am trying to configure IIS and COM+ on windows XP. But I don't know how to configure COM+, and where to put my asp class files. I am running this on sql server 2k. thanks for all your responses. Marian |
|
#2
|
|||
|
|||
|
I don't understand what you are asking. If you have some dll's typically you register them on the server using an installer or regsvr32, and then in your asp code you do a server.createobject("myprogid.myclass")
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Quote:
sorry if my question wasn't clear; i am new to this. anyway, this is what i am trying to do. I have all my .asp files in the inetpub/wwwroot/myfiles then i have lots of class files as .cls i don't know where i should dump my .cls files, do i put them in the same directory as myfiles in the wwwroot or these class files go to the component services? and do i need to configure my component services as well, and if so how do i configure it? thanks. |
|
#4
|
|||
|
|||
|
If you are using vbscript files for classes, you probably need to include them in the controlling asp page. You can put them anywhere in your web in that case.
If you are talking about VB6 cls files, you need to compile them into an activex If you are talking about NET, hmmm, I don't use NET and don't know. |
|
#5
|
|||
|
|||
|
If you are using VB 6.0:
|
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > IIS & COM+ configuration help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|