Click here to Skip to main content
15,900,907 members
Home / Discussions / C#
   

C#

 
GeneralCOM+ serviced component registration Pin
CillyMe12-Nov-03 4:44
CillyMe12-Nov-03 4:44 
GeneralRe: COM+ serviced component registration Pin
Giles12-Nov-03 10:59
Giles12-Nov-03 10:59 
GeneralAbout images convertion Pin
Anonymous12-Nov-03 4:07
Anonymous12-Nov-03 4:07 
GeneralRe: About images convertion Pin
Bill Priess12-Nov-03 5:52
Bill Priess12-Nov-03 5:52 
GeneralRe: About images convertion Pin
mhmoud rawas13-Nov-03 0:39
mhmoud rawas13-Nov-03 0:39 
GeneralRe: About images convertion Pin
Anonymous13-Nov-03 23:55
Anonymous13-Nov-03 23:55 
GeneralCreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut312-Nov-03 2:10
ex3cut312-Nov-03 2:10 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
Heath Stewart12-Nov-03 3:37
protectorHeath Stewart12-Nov-03 3:37 
Which line commonly throws the exception(s)?

Also, the first thing that comes to my mind is permissions. IIS6 on Win2K3 (like it comes with anything else currently! Smile | :) ) starts making effective use of code access security. I really haven't had time to play with it, but I have spent a lot of time from the 1.0 beta days of CAS so all I can do is give you pointers.

Make sure that the web service is allowed to run with permissions appropriate to what you're doing. For example, invoking anything (DirectoryEntry.Invoke) requires the DirectoryServicesPermission so the web service must be granted that permission. How that's done for a web application in IIS6 is a bit of a mystery to me (if I ever have time to quite these constant last-minute changes from my PHB I will install it on our servers which need it anyway).

If it's not CAS, perhaps the Win2K3's membership doesn't grant it access to write to a AD? Confused | :confused:

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut312-Nov-03 4:12
ex3cut312-Nov-03 4:12 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
Heath Stewart12-Nov-03 4:40
protectorHeath Stewart12-Nov-03 4:40 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut312-Nov-03 23:21
ex3cut312-Nov-03 23:21 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
Heath Stewart13-Nov-03 3:06
protectorHeath Stewart13-Nov-03 3:06 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut313-Nov-03 3:53
ex3cut313-Nov-03 3:53 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
JoostV23-Nov-03 6:09
JoostV23-Nov-03 6:09 
QuestionHow to convert word (.doc) file to .xml or .html Pin
Member 21602212-Nov-03 1:45
Member 21602212-Nov-03 1:45 
AnswerRe: How to convert word (.doc) file to .xml or .html Pin
Heath Stewart12-Nov-03 3:21
protectorHeath Stewart12-Nov-03 3:21 
GeneralRe: How to convert word (.doc) file to .xml or .html Pin
Member 21602212-Nov-03 18:06
Member 21602212-Nov-03 18:06 
GeneralRe: How to convert word (.doc) file to .xml or .html Pin
Member 21602212-Nov-03 19:47
Member 21602212-Nov-03 19:47 
GeneralRe: How to convert word (.doc) file to .xml or .html Pin
Heath Stewart13-Nov-03 2:58
protectorHeath Stewart13-Nov-03 2:58 
GeneralGetting other applications window components Pin
koatto11-Nov-03 22:09
koatto11-Nov-03 22:09 
GeneralRe: Getting other applications window components Pin
Heath Stewart12-Nov-03 3:26
protectorHeath Stewart12-Nov-03 3:26 
Generalc# applet IE sandbox Pin
Sergiu11-Nov-03 20:27
Sergiu11-Nov-03 20:27 
GeneralRe: c# applet IE sandbox Pin
Heath Stewart12-Nov-03 3:14
protectorHeath Stewart12-Nov-03 3:14 
GeneralRe: c# applet IE sandbox Pin
Sergiu12-Nov-03 3:38
Sergiu12-Nov-03 3:38 
GeneralRe: c# applet IE sandbox Pin
Heath Stewart12-Nov-03 4:09
protectorHeath Stewart12-Nov-03 4:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.