Creating my own web server using IIS and win 7
-
Good day friends! I have searched the www for this question but what I saw is not what am looking for. I have asp.net website ready for hosting. But before I will published it, I want to test some of the functionalities on my own with various devices e.g mobile to see the performance and speed. How I intend to do the testing is through creation of my own web server using window 7 and IIS. Please help
-
Good day friends! I have searched the www for this question but what I saw is not what am looking for. I have asp.net website ready for hosting. But before I will published it, I want to test some of the functionalities on my own with various devices e.g mobile to see the performance and speed. How I intend to do the testing is through creation of my own web server using window 7 and IIS. Please help
-
Good day friends! I have searched the www for this question but what I saw is not what am looking for. I have asp.net website ready for hosting. But before I will published it, I want to test some of the functionalities on my own with various devices e.g mobile to see the performance and speed. How I intend to do the testing is through creation of my own web server using window 7 and IIS. Please help
You have to install, setup, and configure an IIS on your machine. Then connect from your local network using the IP address or name of your computer. Some links: IIS Configuration Reference : The Official Microsoft IIS Site[^] ASP.NET and IIS Configuration[^] (a bit outdated)
-
Good day friends! I have searched the www for this question but what I saw is not what am looking for. I have asp.net website ready for hosting. But before I will published it, I want to test some of the functionalities on my own with various devices e.g mobile to see the performance and speed. How I intend to do the testing is through creation of my own web server using window 7 and IIS. Please help
First, install IIS on your win 7 machine. Installing IIS 7.5 on Windows 7 Professional, Enterprise, or Ultimate[^]. Next, Create a Local IIS Web Site in Visual Studio[^]
Peter Leow http://www.peterleowblog.com/ https://www.amazon.com/author/peterleow
-
Good day friends! I have searched the www for this question but what I saw is not what am looking for. I have asp.net website ready for hosting. But before I will published it, I want to test some of the functionalities on my own with various devices e.g mobile to see the performance and speed. How I intend to do the testing is through creation of my own web server using window 7 and IIS. Please help
I really appreciate your replies. I will give a try then post my feedback.