PC Review


Reply
Thread Tools Rate Thread

ASP.NET Development Server as standalone ?

 
 
Savvoulidis Iordanis
Guest
Posts: n/a
 
      26th Aug 2008
Sometimes, I need to transfer my development site .aspx files to another
machine in another city where I only have notepad and .NET 3.5. How can I use
the ASP.NET Development Web Server outside Visual Studio, to test my site on
the other PC?
 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      26th Aug 2008
re:
!> How can I use the ASP.NET Development Web Server
!> outside Visual Studio, to test my site on the other PC?

In your PC, look in : "Drive:\Windows\Microsoft.NET\Framework\v2.0.50727"
for WebDev.WebServer.exe ...and copy it to the other machine.

There's also a WebDev.WebServer.exe.manifest file in that directory.
I'm not sure whether it's an essential file.

The command-line syntax for launching the Dev Server is :
WebDeb.WebServer /port:<port number> /path:<physical path> [/vpath:<virtual path>]

I've never been able to get the [/vpath:<virtual path>] parameter to work,
so you could try to do without it ( running the app in the root space ).

For example, you could launch the webserver using the following syntax:

start /B webdev.webserver.exe /port:80 /path:"c:\directorypathtoyourwebfiles"

Or...you could install VWD 2008, and run/test/modify the project in it.

VWD 2008 installs the ASP.NET Development Web Server
....and you will have the plus of being able to edit the files.




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/
======================================
"Savvoulidis Iordanis" <(E-Mail Removed)> wrote in message
news:3CC09DE6-2E93-4708-B15F-(E-Mail Removed)...
> Sometimes, I need to transfer my development site .aspx files to another
> machine in another city where I only have notepad and .NET 3.5. How can I use
> the ASP.NET Development Web Server outside Visual Studio, to test my site on
> the other PC?




 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Copy user accounts from a NT4 standalone server to a 2000 server. =?Utf-8?B?YWxleDUxNA==?= Microsoft Windows 2000 Active Directory 0 9th Nov 2005 08:47 PM
Re: Win2000 as standalone server compared to advanced server 2000 Steve Microsoft Windows 2000 Advanced Server 0 5th Jul 2004 01:52 AM
Setting up a domain controlling server and standalone server =?Utf-8?B?Um9i?= Microsoft Windows 2000 DNS 1 12th Jun 2004 10:52 PM
Copying users from one standalone member server to another standalone server Shiva Microsoft Windows 2000 Security 1 29th Aug 2003 03:48 AM
Re: My standalone wants to be a server Lanwench [MVP - Exchange] Microsoft Windows 2000 Setup 1 4th Aug 2003 03:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:30 AM.