Sunday, July 12, 2009

How to make a website written in c#.net into an executable file?

i have made a website with certain linked pages in C#. net (visual studio 2005) and i have to put it on our institution LAN.Pl advice how to package it and make it executable so that i can see the site across the net work from any computer.

How to make a website written in c#.net into an executable file?
Web applications are not compiled into executable files but rather into another kind of assemblies.





All you need to do now is deploy or publish your application on your webserver and there are a number of ways to do this.





You can read about deploying ASP.NET applications here:


http://www.codeguru.com/csharp/.net/net_...


http://www.beansoftware.com/ASP.NET-Tuto...


http://www.c-sharpcorner.com/UploadFile/...





Hope this helps.


No comments:

Post a Comment