I\'m building an app using Visual Studio 2010. I can run my asp.net website from my computer (by pressing F5). I would like to run this website on my iPad for testing purpose.>
I don't think you can access Cassini (the Visual Studio web server) from a remote machine. Might be wrong though.
Take a look at this question for a possible solution
Edit: Looks like I'm correct, you are not able to access the instances of Cassini that visual studio runs up from a remote machine. You need to actually build Cassini into your program to access it remotely. See here