I tried my first page after developing a very sample page "Hello World" and it run in the browser like this:
http://localhost:22276/myproject/Default.aspx
So why it run on this port? how I can run it as before in VB 2003:
http://localhost/myproject/Default.aspx
Someone could explian?By default if choose fileSystem project your applicaiton won't run against IIS, it's going to use it's internal VWD web server! When you run any page, VWD will use some random port to run your application!
(But once the app development is completed and if you move that to IIS, then every thing is fine, you won't get any port number, it runs on default port)
So, in Brief, it's VWD web server magic of getting that random port!
Thanks.. I think there is much to learn in 2005
Yep, there is a looot to learn in 2005! and It's a wonderful product :)
0 comments:
Post a Comment