I'm facing a serious problem from past 1 week. I will explain my scenario very clearly.
I have created a WebApplication in ASP.NET and deplOyed in to my local IIS with default Port 80.I want to run JMeter Testing for that.
Obstacles which i have from my side are,
1) I'm working under Corporate Network. Basic internet itself is with proxy. say my internet connection will work only if apply host:<abcproxy> and port:<someportnumber>
2) None of my localhost application will be resolved with this proxy so i have to bypass proxy in order to view web application which i have deployed in my local IIS.
I have used http://www.roseindia.net/jmeter/using-jmeter.shtml this site as my reference and it is working fine. But i'm not able to record because i want to use HTTPProxy. If i use HTTP Proxy then i have to give port number for listening. If i give port number in WorkBench->HTTPProxy
then i cant give same port number because the port number which i have given on http proxy wont work on my browser. If i give default port number 80 in HTTPProxy then JMeter won't work (it says Port number is already in use. Try different Port number-reason is my IIS is using that port number.)
Please suggest me some solution to record testing using HTTPProxy or suggest me is there anyother way we can record. Even small answers will be great helpful to me. Thanks in Advance.