Brett McCann

1,051
reputation
134 views

Registered User

name Brett McCann
member for 1 year
seen Dec 18 at 20:44
website
location St Louis, MO USA
age 39
Developer in St Louis, working in distributed computing with Appistry.
Dec
18
answered Checkbox rendering in datagrid
Dec
17
answered database design question
Dec
10
accepted Get IIS Web Site identifier programmatically
Dec
9
answered Get IIS Web Site identifier programmatically
Dec
9
comment How to set Authentication Methods in IIS programattically
I basically copy the web site tree under Inetpub/wwwroot and then use: "" cscript.exe %systemroot%\system32\iisweb.vbs /create c:\inetpub\wwwroot "%1" /b %2 "" where %1 and %2 are some vars for the app name. If I then go into IIS Manager, under Web Sites, I can see the site and its identifier (under the Default Web Site and Sharepoint Admin)
Dec
8
revised Get IIS Web Site identifier programmatically
Correct title, references a web site
Dec
8
asked Get IIS Web Site identifier programmatically
Dec
8
comment How to set Authentication Methods in IIS programattically
I guess I would ask the same question I asked of Kev. This command from the link works as advertised: adsutil.vbs set w3svc/1/root/Authflags 4 However I want to run this command as part of the installation of a new app. The app as installed currently has an Identifier of 208223887, so I would want: adsutil.vbs set w3svc/208223887/root/Authflags 4 but I don't know that value until the app is installed. Is there any way to get this as a variable after the install step so I can substitute it into this command further down in my script?
Dec
8
comment How to set Authentication Methods in IIS programattically
Very useful, but one question, the script you provided works on the defaults web app (1) as you pointed out. How do I know from a programmatic standpoint, the Application ID, for an app other than the default app? I know its name, but windows generates the ID.
Dec
7
revised How to set Authentication Methods in IIS programattically
added 71 characters in body
Dec
7
asked How to set Authentication Methods in IIS programattically
Dec
6
awarded  Mortarboard
Dec
4
answered Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations
Nov
19
comment handling mouse events in runtime created objects in c#
the only comment I would make is that the event is MouseDown and the compiler didn't like the private method also being named MouseDown. I made it onMouseDown and everything was fine.
Nov
19
asked handling mouse events in runtime created objects in c#
Oct
15
answered What are you doing in the cloud?
Oct
14
revised What is the best library for Java to grid/cluster-enable your application?
added 4 characters in body
Oct
14
answered Are there any big names running on the cloud?
Sep
16
awarded  Yearling
Aug
19
comment What is a “database entity” and what types of DBMS items are considered entities?
I would agree with you. An "Entity" is usually the representation of a real world object. A PERSON table is the entity representing a real world person. Things like first name, last name, etc are Attributes of the entity.
Aug
18
comment Ideal Software Developer & Ideal Software Manager
This is not a specific programming question, so you should mark it as Community Wiki.
Aug
14
comment What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?
In your example you were union'ing off of different columns. So you are in effect, taking row based data, and presenting it as column based. If you had a table with 4 text columns and 1 row of data, and you selected each column using unions, your result set would be 1 column with 4 rows of data.
Aug
14
awarded  Popular Question
Aug
13
answered What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?
Jul
23
comment C# WPF Open File and edit certain text
is there a question here?
Jul
16
comment c# How do I select a list box item when I have the value name in a string?
+1, for also providing a test method. Good programming habit.
Jul
10
awarded  Editor
Jul
10
revised Will there be other .NET providers of Cloud Computing services?
added 9 characters in body
Jul
9
answered Will there be other .NET providers of Cloud Computing services?
Jun
26
awarded  Popular Question