Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

VWD Express 2005 asp.net server vs IIS

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bgreer5050@yahoo.com - 27 Jul 2007 13:33 GMT
I am using Visual Web Developer Express 2005 to create some simple web
applications on a local network.  I would like IIS to fire instead of
asp.net development server so I can acheive the following:

Web application on PC 192.168.2.4
Want to access from PC 192.168.2.5 via internet explorer

I know I can access it if IIS is running.  Can I install and run IIS
instead of asp.net development server without making changes to my
VWD?

Thanks
Cowboy (Gregory A. Beamer) - 27 Jul 2007 14:38 GMT
Yes.

Open IIS Manager and right click on default web site. Choose New >> Virtual
Directory. Create a directory that points at the directory you have your
file based web in. You can now hit it at http://localhost/{directoryName}
Others can hit at http://{machineName}/{directoryName}.

You can still edit as a file based web, but you can also edit as an IIS
site.

NOTE: This is true of ASP.NET 2.0, not an other version.

Signature

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************

>I am using Visual Web Developer Express 2005 to create some simple web
> applications on a local network.  I would like IIS to fire instead of
[quoted text clipped - 8 lines]
>
> Thanks
Juan T. Llibre - 27 Jul 2007 19:22 GMT
To specify the Web server for an already-created Web site,
open your local website with VWD 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, *do not* click "Use custom server".

Instead, write the path to the IIS server which hosts your app.

Juan
====

>I am using Visual Web Developer Express 2005 to create some simple web
> applications on a local network.  I would like IIS to fire instead of
[quoted text clipped - 8 lines]
>
> Thanks
Bgreer5050 - 28 Jul 2007 16:53 GMT
I know this is a goofy question, but what is the typical path for the IIS
server on a Windows XP machine? I know it's in the inetpub/wwwroot folder
but I beleive I am writing the path incorrectly.

> To specify the Web server for an already-created Web site,
> open your local website with VWD and, in the Solution Explorer,
[quoted text clipped - 21 lines]
>>
>> Thanks
Juan T. Llibre - 28 Jul 2007 23:25 GMT
re:
!> what is the typical path for the IIS server on a Windows XP machine?

http://localhost/
or
http://yourmachinename/
or
http://YourLocalIPAddress/ ( typically 10.0.0.x or any of several other local IP schemes )

re:
!>I know it's in the inetpub/wwwroot folder

The inetpub\wwwroot folder is where the root application's files are located.

Juan
====

> I know this is a goofy question, but what is the typical path for the IIS server on a Windows XP
> machine? I know it's in the inetpub/wwwroot folder but I beleive I am writing the path
[quoted text clipped - 25 lines]
>>>
>>> Thanks

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.