how to run website without Visual Studio
-
Hi, In ADO.Net after finishing codeing, for deploment we can make setup(msi) for that project. So can't I make some similar like setup to my ASP.Net website. Each and every time I have to run my complete website in Visual studio(Ctrl+F5). I don't know about deployment of website on Internet. I just want to know how can I run my website without Visual Studio by just double click to the website. Is it possible??? TIA Regards, Jaym
-
Hi, In ADO.Net after finishing codeing, for deploment we can make setup(msi) for that project. So can't I make some similar like setup to my ASP.Net website. Each and every time I have to run my complete website in Visual studio(Ctrl+F5). I don't know about deployment of website on Internet. I just want to know how can I run my website without Visual Studio by just double click to the website. Is it possible??? TIA Regards, Jaym
JayPatel21 wrote:
I run my website without Visual Studio by just double click to the website
What do you mean double click? A website is a website. It is not an executable like console or windows application. You need to deploy the website in IIS. Search google on how to publish website in IIS and you will get a lot of articles explaining that.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
-
Hi, In ADO.Net after finishing codeing, for deploment we can make setup(msi) for that project. So can't I make some similar like setup to my ASP.Net website. Each and every time I have to run my complete website in Visual studio(Ctrl+F5). I don't know about deployment of website on Internet. I just want to know how can I run my website without Visual Studio by just double click to the website. Is it possible??? TIA Regards, Jaym
You need to host the site on IIS. Read this article, Beginner's Guide : Exploring IIS 6.0 With ASP.NET [^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.