Results 1 to 40 of 49

Thread: [RESOLVED] Question about localhost:nnnn vs localhost

Threaded View

  1. #33

    Thread Starter
    PowerPoster MMock's Avatar
    Join Date
    Apr 2007
    Location
    My Mustang GT
    Posts
    4,566

    Re: Question about localhost:nnnn vs localhost

    Creating an IMAGES folder was an epic failure, onto the net thing... (Woops, meant "next thing" - Freudian slip???)

    What troubled me was I got this project from my coworker and when she loaded it, it used IIS but when I loaded it, it used Cassini. Odd. She sent me her sln file and I did a side-by-side text comparison and edited mine to match hers, most notably I changed this:
    From: Project("{*** long numeric string ***}") = "XXX Web Enrollment", "D:\New Website Projects\XXX Web Enrollment", "{*** long numeric string ***}"
    To: Project("{*** long numeric string ***}") = "XXX Web Enrollment", "http://localhost/XXX Web Enrollment", "{*** long numeric string ***}"

    Now when I run, it opens up a browser window and does not start the ASP.NET development server and the URL is localhost without the port, BUT...something is wrong because I get an error that it is missing service.wsdl in App_WebReferences\ApplicationSecurity.
    Last edited by MMock; May 9th, 2013 at 01:22 PM.
    There are 10 kinds of people in this world. Those who understand binary, and those who don't.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width