Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Possible to design .NET application as web and standalone?

Status
Not open for further replies.

sjh

Programmer
Joined
Oct 29, 2001
Messages
263
Location
US
Hi,

This is a newbie question. Is it possible to design a .NET application that can run in both web environment and standalone? In the standalone setting, the user would not be connected to the internet, but would still use the same UI as the web application. Does the user need IIS installed on his machine?

I would appreciate any comments or advice!

Thanks in advance!
 
Basically No (If I have understood your question)!

You could have a web application that was installed on each machine (but they would need IIS) but I don't see the point.

--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top