Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi everyone,

 

if I develop a web forms application using c# and the visual studio dot net development tools, to what extent am I restricting my user base? i.e. will a user of my web application need to have any specific software installed on their PC, or is the minimum requirement merely a browser? Is it safe to assume that, even if I use the various controls that come with VS.NET, these all end up as HTML from a client point of view (i.e. as long as the server has the dot net components installed, I am okay)

 

Hope I'm making sense?

 

Many thanks

  • *Experts*
Posted
A browser is the only requirement. If you wanted to host Windows Forms controls in the browser then the client would need the Framework and IE, but that is only if you want to host Windows Forms controls.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...