In a vb.net 2010 web forms application, I am making a few changes to the application and I am testing the application using the default web server (cassini) that comes with visual studio. net 2010.
My problem is when I am accessing the login screen from my workstation, I enter just one letter and the application does not allow me to enter the rest of the username. The localhost tab when I use internet explorer keeps going around.
To solve the problem I went into the task manager and did an 'end process' on the prcoesses that use the .net application. I restarted the computer and the problem reoccurs.
What I noticed is that the port number always remains the same.
Thus I am guessing that I can change the port number somehow in the web config file and/or one of the files that are setup as the startup project file.
Thus can you tell me the following:
1. If I want to change the port number to another port number, how can I determin ...
Go to the complete details ...