Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

application protection

Status
Not open for further replies.

SuZhou

Programmer
Joined
Aug 19, 2002
Messages
2
Location
US
I am working on a intranet project. I wrote a VB component to get user NT password using user name to match the password they typed. I registed that .dll on the web server and it works fine for long time. I did not aware the application protection was set to Low(IIS Process). After I attended to a IIS training class, I knew this setting is not good, it should be at least Medium (Pooled). I tried to set my application protection as Medium (Pooled) or High (isolated), but my application will not work in that way (can not get user password anymore). It works well as soon as I change protection back to Low. My teacher could not answer my question. Anybody has a solution? Thanks.
 
After change tha application protection level to High (isolated), you need to restart that COM+ application by pointing to COM+ application for that web application, right click the item, select Shut down from the list, and then right click select Start. I figured out by myself.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top