Click here to Skip to main content
15,900,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
How can i configure asp.net website on a system that does not contains visual studio.
Actually, i want to run website on other system taht does not have visual studio.
Please give step wise solution so that i can do this easily.
Posted
Comments
shefeekcm 22-Jul-11 6:51am    
you mean you need to acees the site using url

Simple Web File Manager[^] might help.
 
Share this answer
 
you don't need Visual Studio to run asp.net web application, just need to configure the IIS(Internet Information Server) and install .net framework to run the application in your browser.

check this out for reference:

Deploying ASP.NET Websites on IIS 7.0 [^]

hope it helps :)
 
Share this answer
 
This depends on the type of web server(IIS6, IIS7, Apache ...) that is contained in the target machine.

For IIS 7, here is how you can configure website.
1. IIS 7 Configuration Reference[^]
2. Building and Running ASP.NET Applications[^]
 
Share this answer
 

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