Click here to Skip to main content
15,914,225 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the code for exit inVC#? Pin
Mazdak31-Mar-02 2:30
Mazdak31-Mar-02 2:30 
AnswerRe: What is the code for exit inVC#? Pin
Mazdak31-Mar-02 2:32
Mazdak31-Mar-02 2:32 
GeneralRe: What is the code for exit inVC#? Pin
James T. Johnson31-Mar-02 3:25
James T. Johnson31-Mar-02 3:25 
GeneralListView Owner Draw Pin
BLaZiNiX30-Mar-02 19:12
BLaZiNiX30-Mar-02 19:12 
GeneralWebBrowser Pin
BLaZiNiX29-Mar-02 19:53
BLaZiNiX29-Mar-02 19:53 
GeneralRe: WebBrowser Pin
James T. Johnson29-Mar-02 20:34
James T. Johnson29-Mar-02 20:34 
GeneralC#, COM, ASP and .NET... LOST Pin
Dato29-Mar-02 15:27
Dato29-Mar-02 15:27 
GeneralRe: C#, COM, ASP and .NET... LOST Pin
James T. Johnson29-Mar-02 20:45
James T. Johnson29-Mar-02 20:45 
If you are using ASP.NET, the recommended way to structure your application is to let it use x-copy deployment (ie you should just be able to copy the files to a new server and it will work).

With that said there are a couple different options available.

Create a class library in C# that contains all of the code that would have been placed in MTS. Place this dll in the /bin directory of every application that needs it then it will be loaded when referenced by the ASP.NET pages.

Create a separate web application that exposes your class library from above as a web-service, then use the webservice from your ASP.NET pages.

I'm not sure but Professional ASP.NET programming might cover what you are looking for in both cases. A simple example of the first case is covered in the Beginning version of the book.

James

Sonork ID: 100.11138 - Hasaki
"I left there in the morning
with their God tucked underneath my arm
their half-assed smiles and the book of rules.
So I asked this God a question
and by way of firm reply,
He said - I'm not the kind you have to wind up on Sundays."
"Wind Up" from Aqualung, Jethro Tull 1971

GeneralRegular Expressions Pin
29-Mar-02 13:11
suss29-Mar-02 13:11 
GeneralRe: Regular Expressions Pin
James T. Johnson29-Mar-02 20:55
James T. Johnson29-Mar-02 20:55 
GeneralRe: Regular Expressions Pin
Christian Graus31-Mar-02 13:32
protectorChristian Graus31-Mar-02 13:32 
GeneralUpdate The Screen Pin
Nick Parker29-Mar-02 9:43
protectorNick Parker29-Mar-02 9:43 
GeneralRe: Update The Screen Pin
James T. Johnson29-Mar-02 21:05
James T. Johnson29-Mar-02 21:05 
GeneralRe: Update The Screen Pin
Nick Parker31-Mar-02 17:00
protectorNick Parker31-Mar-02 17:00 
GeneralRe: Update The Screen Pin
James T. Johnson31-Mar-02 17:35
James T. Johnson31-Mar-02 17:35 
GeneralSocket Communications between C++ and C# Pin
Jason Douglas29-Mar-02 6:55
professionalJason Douglas29-Mar-02 6:55 
GeneralRe: Socket Communications between C++ and C# Pin
James T. Johnson29-Mar-02 21:11
James T. Johnson29-Mar-02 21:11 
Generalconverting images Pin
29-Mar-02 4:21
suss29-Mar-02 4:21 
GeneralRe: converting images Pin
James T. Johnson29-Mar-02 21:22
James T. Johnson29-Mar-02 21:22 
GeneralRe: converting images Pin
vaMope1-Apr-02 7:41
vaMope1-Apr-02 7:41 
QuestionMemDC replacement? Pin
Zombies with Coffee, LLC29-Mar-02 4:14
professionalZombies with Coffee, LLC29-Mar-02 4:14 
AnswerRe: MemDC replacement? Pin
Zombies with Coffee, LLC29-Mar-02 4:25
professionalZombies with Coffee, LLC29-Mar-02 4:25 
GeneralSOAP serialization is too slow to accept Pin
29-Mar-02 1:52
suss29-Mar-02 1:52 
GeneralRe: SOAP serialization is too slow to accept Pin
Tim Smith29-Mar-02 2:18
Tim Smith29-Mar-02 2:18 
GeneralRe: SOAP serialization is too slow to accept Pin
29-Mar-02 2:58
suss29-Mar-02 2:58 

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.