![]() |
Web Development »
ASP.NET »
Utilities
Beginner
License: The Code Project Open License (CPOL)
Light IIS (Run Asp.net without IIS)By mohsen ahmadianA way to run asp.net without IIS and any server component |
Javascript, CSS, HTML, C#2.0WinXP, ASP.NET
|
||||||||
|
Advanced Search Add to IE Search |
|
|
|
||||||||||||||||
I was reading an article about future software like web applications, and then I thought how to run a web application in client without internet connection and no Server component installation.
If you see all ASP.net Applications there are very user-friendly and you can use Ajax in asp.net applications and more components. On the other hand it was shown in a research many people were interested applications like internet forms and web browsers applications.
User-friendly rules forced you to flow users with all ideas and interests, if you would like your software be lovely.
I was thinking about above subject when I saw the Microsoft Visual Studio 2005 and its solution to run asp.net without IIS. Microsoft has an API for this work although this API is not published by .NET 2.0 but it's free because when you download free Web Developer Express from Microsoft site; setup of this program install this API. Called "WebDev.WebHost"
(If you have "Web Developer Express" Or "Microsoft Visual Studio 2005" you can find this API from %system root%\assembly\GAC_32\WebDev.WebHost\8.0.0.0__b03f5f7f11d50a3a\WebDev.WebHost. dll)
Use of this API is simple
Microsoft.VisualStudio.WebHost to your namespacesServer s =new Server(port, virtual_path, physical_path);
"mypath" and your port is 8080 address of this is : http://localhost:8080/mypath/
s.Start();
s.Stop();
linkLabel1.Text = s.RootUrl;
Well, so far we learned that how to use this API, now we are going to tell you that when you don’t use it
In the next years you don’t have any client application on your system for example you can see Office Live in Microsoft site , this solution solves any problem of copyright , support ,Up-Date, user-friendly , usability and so on.
But when I see these years and fast progress of hardware's cant find the answer of this question : " Although I'll have a Core2Quad or better CPU , more than 6 gigabyte RAM installed , more than 500 gigabyte hard disk drive , blue ray disk drive or better and windows vista or better ,but I don’t have any program on my system. what should I do?".
| You must Sign In to use this message board. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
General
News
Question
Answer
Joke
Rant
Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads.
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 26 Feb 2008 Editor: |
Copyright 2008 by mohsen ahmadian Everything else Copyright © CodeProject, 1999-2010 Web19 | Advertise on the Code Project |