Re: .Net 2.0 website is running on a different port?
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Mon, 6 Nov 2006 15:54:04 -0400
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
.
- Follow-Ups:
- References:
- Prev by Date: Re: .Net 2.0 website is running on a different port?
- Next by Date: Help with data displayed in a gridview
- Previous by thread: Re: .Net 2.0 website is running on a different port?
- Next by thread: Re: .Net 2.0 website is running on a different port?
- Index(es):
Relevant Pages
|
Loading