how to run website without Visual Studio
-
Hi, In ADO.Net after finishing codeing, for deployment 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 deployment 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
:laugh: :laugh: Only Executables can run when you double click. I think you need to read the basic books on Web based Client/Server architecture. You need to host it to IIS and you might create a shortcut to the website to run it. ;)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Hi, In ADO.Net after finishing codeing, for deployment 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
Why you are asking same question again and again ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.