Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I developed a website on Visual Studio using ASP.NET C# and SqlServer 2008. I want to run that website without hosting on Network on localhost or IIS. I want to know:
* Do I need to Install Visual Studio and/or SQl Server 2008 in my Server?
* If so, How to Configure after installing all these?
* Or any additional tools required?
Posted
Updated 1-Dec-15 20:35pm
v2
Comments
[no name] 2-Dec-15 2:09am    
If you don't visual studio how did you develop the app. And again asking "Do I need install Visual Studio"?
Member 12133159 2-Dec-15 2:24am    
Mr. Manas, I'm asking you, Do i need to install Visual Studio in my server,to run this website on network?

Have a look at this link, might help you

http://www.dotnetcurry.com/aspnet/896/self-host-aspnet-webapi-without-iis
 
Share this answer
 
Comments
Member 12133159 2-Dec-15 4:01am    
Not Working.....
When I'm running command to activate "Microsoft ASP.NET Web API Self Host"
There is a message: Access is Denied
1. Open the project in Visual Studio
2. Run publishing wizard
3. Install the outcome of the publishing wizard on any computer you want, no need for VS there.
 
Share this answer
 
Comments
Member 12133159 2-Dec-15 3:46am    
Sir, I think this option is available in Windows App only, I'm working on Web Application...
Correct me if I'm Wrong...
Kornfeld Eliyahu Peter 2-Dec-15 4:14am    
Consider yourself corrected!
for hosting you have to configure IIS.
or you can host your asp.net application through apache server momo mode.
 
Share this answer
 
 
Share this answer
 
Comments
Member 12133159 4-Dec-15 5:46am    
Thanks a lot everyone who answered my queries...
The application has been successfully configured on server and it is running perfectly
But still the problem is, I couldn't access the application from some other computer connected to server.
Please guide me regarding this, so that i can run that website on other local machines with the help of Networking...
Thanks again

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900