Click here to Skip to main content
15,909,199 members
Home / Discussions / C#
   

C#

 
AnswerRe: Edit .msi database programatically Pin
Christian Graus27-Sep-05 9:25
protectorChristian Graus27-Sep-05 9:25 
AnswerRe: Edit .msi database programatically Pin
Dave Kreskowiak27-Sep-05 12:28
mveDave Kreskowiak27-Sep-05 12:28 
AnswerRe: Edit .msi database programatically Pin
Sean Michael Murphy28-Sep-05 8:35
Sean Michael Murphy28-Sep-05 8:35 
QuestionAccess XML element directly Pin
Seraphin27-Sep-05 6:31
Seraphin27-Sep-05 6:31 
AnswerRe: Access XML element directly Pin
Gavin Jeffrey27-Sep-05 8:22
Gavin Jeffrey27-Sep-05 8:22 
QuestionListView in details view with values... Pin
Niklas Ulvinge27-Sep-05 6:11
Niklas Ulvinge27-Sep-05 6:11 
QuestionSOAP Web Service in Win Forms Application? Pin
jkersch27-Sep-05 6:01
jkersch27-Sep-05 6:01 
AnswerRe: SOAP Web Service in Win Forms Application? Pin
Heath Stewart27-Sep-05 6:24
protectorHeath Stewart27-Sep-05 6:24 
You have to host ASP.NET in your Windows Forms application because this provides the services that a .NET Web Service uses. In fact, Visual Studio 2005 no longer requires that IIS be installed to develop Web Forms and .NET Web Services because it has a separate process that hosts ASP.NET. See the System.Web.Hosting namespace[^] for details.

Once you've hosted ASP.NET you can do just about everything you'd do when hosted from IIS. Keep in mind that IIS does provide some services, such as setting up and tearing down hosts for ASP.NET, handling hung hosts, etc. You could, of course, make your host do that but you'll need to implement it.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
QuestionOutOfMemoryException when allocating large buffer Pin
mkomsa27-Sep-05 5:46
mkomsa27-Sep-05 5:46 
AnswerRe: OutOfMemoryException when allocating large buffer Pin
Dave Kreskowiak27-Sep-05 6:57
mveDave Kreskowiak27-Sep-05 6:57 
QuestionPropertygrid Pin
Piovra_27-Sep-05 4:50
Piovra_27-Sep-05 4:50 
AnswerRe: Propertygrid Pin
Sean Michael Murphy28-Sep-05 9:16
Sean Michael Murphy28-Sep-05 9:16 
QuestionOutOfMemoryException only when mdi child is maximized? Pin
elf2327-Sep-05 4:44
elf2327-Sep-05 4:44 
AnswerRe: OutOfMemoryException only when mdi child is maximized? Pin
Dave Kreskowiak27-Sep-05 6:28
mveDave Kreskowiak27-Sep-05 6:28 
GeneralRe: OutOfMemoryException only when mdi child is maximized? Pin
elf2327-Sep-05 6:55
elf2327-Sep-05 6:55 
GeneralRe: OutOfMemoryException only when mdi child is maximized? Pin
Dave Kreskowiak27-Sep-05 7:10
mveDave Kreskowiak27-Sep-05 7:10 
QuestionCAN ANYONE HELP ME?! Pin
zaboboa27-Sep-05 4:25
zaboboa27-Sep-05 4:25 
AnswerRe: CAN ANYONE HELP ME?! Pin
Dave Kreskowiak27-Sep-05 12:15
mveDave Kreskowiak27-Sep-05 12:15 
GeneralRe: CAN ANYONE HELP ME?! Pin
Anonymous27-Sep-05 15:10
Anonymous27-Sep-05 15:10 
GeneralRe: CAN ANYONE HELP ME?! Pin
zaboboa27-Sep-05 15:13
zaboboa27-Sep-05 15:13 
GeneralRe: CAN ANYONE HELP ME?! Pin
Dave Kreskowiak28-Sep-05 1:29
mveDave Kreskowiak28-Sep-05 1:29 
GeneralRe: CAN ANYONE HELP ME?! Pin
zaboboa28-Sep-05 1:44
zaboboa28-Sep-05 1:44 
QuestionObfuscator - Crytografy code Pin
horacyjr27-Sep-05 3:08
horacyjr27-Sep-05 3:08 
AnswerRe: Obfuscator - Crytografy code Pin
Christian Graus27-Sep-05 3:11
protectorChristian Graus27-Sep-05 3:11 
GeneralRe: Obfuscator - Crytografy code Pin
horacyjr27-Sep-05 3:17
horacyjr27-Sep-05 3:17 

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.