convert .aspx webpage to file.exe
-
Hi I have a web project and i build it in VS2005 with asp.net.the page are .aspx. i want to convert in to myproject.exe file that when a user click on it see the web site in a browser and i don't want to put my website on server on internet.i want to ran in with file.exe in my computer .how should i do this work. please help me
-
Hi I have a web project and i build it in VS2005 with asp.net.the page are .aspx. i want to convert in to myproject.exe file that when a user click on it see the web site in a browser and i don't want to put my website on server on internet.i want to ran in with file.exe in my computer .how should i do this work. please help me
ASP.NET won't work without a supported server. So whatever you are trying to do is impossible. If you want stand-alone applications, create windows applications which will have executable files.
Best wishes, Navaneeth