Re: .Net 2.0 website is running on a different port?



re:
Can i change it to use port 80 and will it work?


To specify the Web server for a Web site, open your local website and,
in the Solution Explorer, right-click the name of the Web site for which you
want to specify a Web server, and then click Property Pages.


In the Property Pages dialog box, click the Start Options tab.
Under Server, click Use custom server.


In the Base URL box, type the URL that Visual Web Developer / VS 2005
should start when running the current Web site. You can use localhost.


From that point on, the VS.NET IDE will not use the internal web server,
but will use IIS to open your pages, i.e., if you are working on default.aspx,
it will be opened as : http://localhost/default.aspx

That will use port 80 by default

That should get rid of *all* your URL referencing
problems without requiring workarounds.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================

"TS" <manofsteele1@xxxxxxxxxxxxx> wrote in message news:OLG%23pmdAHHA.4060@xxxxxxxxxxxxxxxxxxxxxxx
i just noticed the website i created in VS 2005 is running on a different port than the default. I
see that it is running on the local web server, and also that the website i created isn't in IIS.

My crystal report looks weird because it is trying to show images from the crystalreportviewers10
virtual directory based on the current website running, which in this case is localhost:1169, but
actuall the crystalreportviewers10 virtual directory is off of just localhost.

What can I do in this situation to make my images to appear?

Can i change it to use port 80 and will it work?

thanks



.



Relevant Pages

  • Re: easy question
    ... To specify the Web server for a Web site, open your local website and, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: View -> Remote Web Site is greyed out.
    ... You cannot View a remote website unless you have opened a local website. ... File->Open Site and type in a web site. ...
    (microsoft.public.frontpage.client)
  • Re: sharing info between Access and a website
    ... The question here is not only about you (your database and your website) but ... also about other people using the same web server for serving their own web ... and your web site - for example, when your web site is the only one on the ... of the database. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Always prompted for username and password while sibmitting a form
    ... Make sure you have NTFS permissions set correctly. ... Web server will honor ... NTFS permissions even if you set "Anonymous access" in IIS (web site ... to all your files that are connected to your website and your forms. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Cant see IIS6 website from the Internet
    ... > I able to access the website internally but not Externally. ... > Why isn't the website accessible from the internet? ... Did you forward incoming connections on port 80 to the IP of the web server? ... What is the web site URL? ...
    (microsoft.public.windows.server.dns)

Loading