Click here to Skip to main content
15,897,371 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: AVI library? Pin
erossetto2-Oct-04 18:43
erossetto2-Oct-04 18:43 
GeneralOutlook style datagrid Pin
cocotech28-Sep-04 9:40
cocotech28-Sep-04 9:40 
GeneralRe: Outlook style datagrid Pin
Al Gardner11-Oct-04 11:58
Al Gardner11-Oct-04 11:58 
GeneralIL Runtime Conformance Testing Pin
Joel_Rivendell28-Sep-04 0:33
Joel_Rivendell28-Sep-04 0:33 
GeneralRe: IL Runtime Conformance Testing Pin
leppie28-Sep-04 0:50
leppie28-Sep-04 0:50 
GeneralDataGrid refresh issue Pin
shvartsy27-Sep-04 21:43
shvartsy27-Sep-04 21:43 
GeneralButton Control stoped working after installation of ASP.NET Framework 1.1 SP 1 Pin
Member 20320427-Sep-04 21:28
Member 20320427-Sep-04 21:28 
Questionis it timeout? Pin
zhebincong27-Sep-04 15:41
zhebincong27-Sep-04 15:41 
AnswerRe: is it timeout? Pin
zhebincong28-Sep-04 19:29
zhebincong28-Sep-04 19:29 
GeneralField updation in word document Pin
Anonymous27-Sep-04 11:01
Anonymous27-Sep-04 11:01 
GeneralTCP/IP Connection (over GPRS) - XDA and Desktop Pin
Viv K27-Sep-04 9:02
Viv K27-Sep-04 9:02 
GeneralWeekdays in the a custom language. Pin
Mattias Olgerfelt27-Sep-04 6:10
Mattias Olgerfelt27-Sep-04 6:10 
Generaldebugging VSIP package Pin
conman11027-Sep-04 2:55
conman11027-Sep-04 2:55 
GeneralIs this a bug in .NET Framework Pin
Volvere27-Sep-04 2:48
Volvere27-Sep-04 2:48 
GeneralProgress Bar that moves Pin
sampoo26-Sep-04 8:46
sampoo26-Sep-04 8:46 
GeneralRe: Progress Bar that moves Pin
kayhustle29-Sep-04 6:06
kayhustle29-Sep-04 6:06 
GeneralRe: Progress Bar that moves Pin
sampoo29-Sep-04 7:18
sampoo29-Sep-04 7:18 
GeneralWMI Listing running DLL's Pin
JDOnline25-Sep-04 22:57
JDOnline25-Sep-04 22:57 
GeneralRe: WMI Listing running DLL's Pin
bort19831-Oct-09 17:50
bort19831-Oct-09 17:50 
GeneralDatabase independent programming? (OLEDB or ODBC data Adaptor) Pin
Salil Khedkar23-Sep-04 21:33
Salil Khedkar23-Sep-04 21:33 
GeneralRe: Database independent programming? (OLEDB or ODBC data Adaptor) Pin
Colin Angus Mackay24-Sep-04 2:56
Colin Angus Mackay24-Sep-04 2:56 
GeneralRe: Database independent programming? (OLEDB or ODBC data Adaptor) Pin
Salil Khedkar27-Sep-04 23:40
Salil Khedkar27-Sep-04 23:40 
GeneralDo customers trust Web Services? (It runs on top of IIS, right?) Pin
Salil Khedkar23-Sep-04 21:19
Salil Khedkar23-Sep-04 21:19 
GeneralRe: Do customers trust Web Services? (It runs on top of IIS, right?) Pin
Daniel Turini23-Sep-04 22:09
Daniel Turini23-Sep-04 22:09 
GeneralRe: Do customers trust Web Services? (It runs on top of IIS, right?) Pin
Salil Khedkar24-Sep-04 3:11
Salil Khedkar24-Sep-04 3:11 
Thanks Daniel... Rose | [Rose]

Well, contrary to your experience, all my customers have raised issues not having any business logic or data on the IIS machine. OMG | :OMG:

So my company had to settle with the following design for our Web based enterprise solution:
a. The ASP pages with only the display logic execute from the IIS.
b. They in turn call local COM components which act as clients to our Application Server sitting inside the firewall
c. The customers become happy because they think they have great control over the security of the system because they keep the IIS in DMZ and App server inside the firewall. They only allow a single particular port for communications between the IIS and the App Server.
d. This way if due to some IIS exploit a hacker gets control of the IIS machine he can only get to see the presentation logic sitting on the IIS. No business data.

I am aware about the WS theory and understand that they can run on top of any Web Server etc. I am however specifically asking the question in the Microsoft context.

Hope this elaborates my question.

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.