Print Page | Close Window

Question about Remote Server Methods

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2412
Printed Date: 08-May-2025 at 10:05pm


Topic: Question about Remote Server Methods
Posted By: BillG
Subject: Question about Remote Server Methods
Date Posted: 31-Dec-2010 at 12:32pm
Are the Remote Server Methods in my Web project compiled inside of the Web dll file?
 
So when I copy my web dll file to the server, there are the remote server methods?
 
Do I need to place any entries in my web.config file or any other file about the remote server methods?
 



Replies:
Posted By: DenisK
Date Posted: 03-Jan-2011 at 11:56am
Hi BillG;

Yes the server methods will be compiled inside the Web dll file if you have created them under the Web project.

No, you don't need to place any entries in the web.config file.



Print Page | Close Window