I have a website made in ASP.NET .Currently is being opened directly with Visual Studio.
Now i want this to be opened with localhost with IIS features enabled.
I need steps to make this website totally IIS enabled
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1- You have to Publish your website with Visual Studio
2- Create a Virtual Directory (or Web Application ) on Your IIS
3- Map Your published website to IIS Alias
4- Change your web.config settings if it is necesary
5- Check if you need to add some new HttpModule to your application
6- Browse your website with http://Localhost/YourIISApplicationName