Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Creating a new web application in the root folder-- no go? (VS.NE T)


Message #1 by "Oliver, Wells" <WOliver@l...> on Tue, 13 Aug 2002 11:11:25 -0700
I am using Visual Studio.NET and trying to start a new project in the root
folder of the webserver, as I want an inclusive solution for our Intranet.

I try to specify the app as following
"http://w2btwebdev:8080" (our dev server).

However, VS.NET won't let me. Why? I don't want to stick the app in a
subdirectory of the server-- I want it at the root level. Is this possible?

Thanks!

Wells Oliver
Web Application Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com

Message #2 by "chang-joon kim" <teproze@h...> on Wed, 14 Aug 2002 08:03:13
> I am using Visual Studio.NET and trying to start a new project in the 
root
folder of the webserver, as I want an inclusive solution for our Intranet.

I try to specify the app as following
"http://w2btwebdev:8080" (our dev server).

However, VS.NET won't let me. Why? I don't want to stick the app in a
subdirectory of the server-- I want it at the root level. Is this possible?

Thanks!

Wells Oliver
Web Application Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com

Hi,..I'm an korean and not good at english. But I wish my characters make 
your today more happy. ^^

1. make an web application in normal way using visual studio.net
2. copy the web applications' resource files to your web root directory 
including the project file(vbproj if using vb)
3. edit the project file and resource files using notepad(At a glance you 
can find out where you shoud modify ^^)
4. Using visual studio.net, Do these commands..File>Open>Project From Web 
and select the modified project file

  Return to Index