Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Switching from ASP.NET Development server to IIS

Reply
Thread Tools

Switching from ASP.NET Development server to IIS

 
 
llevity@gmail.com
Guest
Posts: n/a
 
      03-09-2007
I have a project in progress, and for various reasons, need to switch
it from using the integrated ASP.NET development server to IIS. The
problem is, I cannot figure out how.

After many searches, I've come across a couple of examples that show
how to change it through the project properties. The problem is my
project properties do not have a "Web" option, and my dialog box looks
different. The examples I've seen have the side options appearing as
what looks to be buttons. Mine is a tree view.

I'm stumped. Any ideas?

 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      03-09-2007
you need to create vdir that points to the code. then open that vdir
(web site) as a project insead of a folder.


-- bruce (sqlwork.com)


wrote:
> I have a project in progress, and for various reasons, need to switch
> it from using the integrated ASP.NET development server to IIS. The
> problem is, I cannot figure out how.
>
> After many searches, I've come across a couple of examples that show
> how to change it through the project properties. The problem is my
> project properties do not have a "Web" option, and my dialog box looks
> different. The examples I've seen have the side options appearing as
> what looks to be buttons. Mine is a tree view.
>
> I'm stumped. Any ideas?
>

 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      03-09-2007
To specify the Web server for an already-created Web site which is served
with the ASP.NET Development Server, open your project/application with
VS 2005 and, in the Solution Explorer, right-click the name of the Web site
for which you want to specify an IIS 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 VS 2005 should start when running the current Web site.
You can use localhost, your machine name, or an assigned domain name for your IP.


From that point on, the VS.NET IDE will not use the internal web server,
but will use IIS to open your pages.

You must, previously, create a virtual directory for your application in the IIS Manager.




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/
===================================
<> wrote in message news: s.com...
>I have a project in progress, and for various reasons, need to switch
> it from using the integrated ASP.NET development server to IIS. The
> problem is, I cannot figure out how.
>
> After many searches, I've come across a couple of examples that show
> how to change it through the project properties. The problem is my
> project properties do not have a "Web" option, and my dialog box looks
> different. The examples I've seen have the side options appearing as
> what looks to be buttons. Mine is a tree view.
>
> I'm stumped. Any ideas?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Use IIS web Server Vs. Visual Studio Development Server with Port Lit ASP .Net 1 08-03-2007 06:16 PM
Internet Explorer Browser Extension: Switching from Live to Development and back again with a browser extension or BHO--how to create it? Danny Javascript 11 06-27-2007 01:50 PM
Process Switching vs. Fast/CEF Switching? asdf Cisco 7 05-29-2007 05:26 PM
Switching from local server to IIS in VWD Express Chakravarthy ASP .Net 2 08-23-2006 10:23 AM
the development environment is overzealously formatting my html when switching from design to code view Jacob Crossley ASP .Net 6 06-09-2004 08:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57