Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.NET MVC Accounts or My own user management? Pin
Quake2Player10-Sep-09 16:46
Quake2Player10-Sep-09 16:46 
AnswerRe: ASP.NET MVC Accounts or My own user management? Pin
Christian Graus10-Sep-09 17:07
protectorChristian Graus10-Sep-09 17:07 
Questionplay video clips sequentially Pin
zeeShan anSari10-Sep-09 11:13
zeeShan anSari10-Sep-09 11:13 
AnswerRe: play video clips sequentially Pin
Christian Graus10-Sep-09 11:35
protectorChristian Graus10-Sep-09 11:35 
QuestionDLL Files in ASP.net Website Pin
VikashGohil10-Sep-09 7:12
VikashGohil10-Sep-09 7:12 
AnswerRe: DLL Files in ASP.net Website Pin
Abhijit Jana10-Sep-09 7:17
professionalAbhijit Jana10-Sep-09 7:17 
GeneralRe: DLL Files in ASP.net Website Pin
VikashGohil10-Sep-09 7:28
VikashGohil10-Sep-09 7:28 
AnswerRe: DLL Files in ASP.net Website Pin
Abhishek Sur10-Sep-09 9:40
professionalAbhishek Sur10-Sep-09 9:40 
Hey, First of all, I should clear you that Web and Windows are something different.
In case of windows, the dlls are read using Reflection or COM based approaches.
In case of Web, browser only identifies what mentioned in w3 standards. These are basically XML, Javascript, CSS etc.
If you want your web application to read your custom dll interface, you need to create your own custom activeX/browser plugin which the user is forced to install in the client computer and then use the interface...

Basically if you are forcing the client to install browser plugins, you might somehow loose lots of your clients, because most of the people dont want plugins getting installed. Also this means you need to make a setup and which checks the browser and installs the plugin accordingly. This is not easy to do.

Even if you write XBAP applications, it has security issues to read external device data from it.


Also I think you mentioned you will be using the software in LAN. So why not you access the device from the server side. You can access any device from the server side easily and send the data back to the client. Use almost the same code that you use in windows in the server side to get data. Cool | :cool:

Thumbs Up | :thumbsup:

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: DLL Files in ASP.net Website Pin
VikashGohil11-Sep-09 7:12
VikashGohil11-Sep-09 7:12 
AnswerRe: DLL Files in ASP.net Website Pin
Abhishek Sur11-Sep-09 12:01
professionalAbhishek Sur11-Sep-09 12:01 
QuestionError Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 3:26
professionalMd. Marufuzzaman10-Sep-09 3:26 
AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Manas Bhardwaj10-Sep-09 3:52
professionalManas Bhardwaj10-Sep-09 3:52 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 4:14
professionalMd. Marufuzzaman10-Sep-09 4:14 
AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Zoki Manas10-Sep-09 3:54
Zoki Manas10-Sep-09 3:54 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Manas Bhardwaj10-Sep-09 4:01
professionalManas Bhardwaj10-Sep-09 4:01 
JokeRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhijit Jana10-Sep-09 5:14
professionalAbhijit Jana10-Sep-09 5:14 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
J4amieC10-Sep-09 6:05
J4amieC10-Sep-09 6:05 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
N a v a n e e t h10-Sep-09 6:10
N a v a n e e t h10-Sep-09 6:10 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 11:21
professionalAbhishek Sur10-Sep-09 11:21 
AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 5:10
professionalAbhishek Sur10-Sep-09 5:10 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 5:27
professionalMd. Marufuzzaman10-Sep-09 5:27 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhijit Jana10-Sep-09 5:33
professionalAbhijit Jana10-Sep-09 5:33 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 5:55
professionalMd. Marufuzzaman10-Sep-09 5:55 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 9:04
professionalAbhishek Sur10-Sep-09 9:04 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 19:58
professionalMd. Marufuzzaman10-Sep-09 19: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.