Click here to Skip to main content
16,005,241 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: PHP on IIS Pin
Michael P Butler13-May-02 2:36
Michael P Butler13-May-02 2:36 
GeneralHTML pages near ASP.NET pages Pin
Mazdak12-May-02 20:12
Mazdak12-May-02 20:12 
GeneralRe: HTML pages near ASP.NET pages Pin
Not Active13-May-02 3:05
mentorNot Active13-May-02 3:05 
GeneralRe: HTML pages near ASP.NET pages Pin
Mazdak13-May-02 8:10
Mazdak13-May-02 8:10 
GeneralVBSCRIPT !!! Pin
HoldMe12-May-02 19:33
HoldMe12-May-02 19:33 
GeneralRe: VBSCRIPT !!! Pin
AndyG13-May-02 4:56
AndyG13-May-02 4:56 
GeneralCache and Proxy Servers Pin
Brian Delahunty12-May-02 6:56
Brian Delahunty12-May-02 6:56 
QuestionHow to change the default location when creating a solution? Pin
12-May-02 6:14
suss12-May-02 6:14 
When you create a Solution in VS.NET by default it uses a folder inside the
My Documents called Visual Studio Projects and all other files goes to a
folder with the same name inside the C:\wwwroot folder.

Example :

C:\My Documents\Visual Studio Projects\mySolution\mySolution.sln
C:\wwwroot\mySolution\all other files

Well, wwwroot is a Virtual Directory created by IIS. So theoretically I can
create another Virtual Dir wherever I want and change the VS.NET default to
this new Virtual Dir

Example :

C:\My Documents\Visual Studio Projects\mySolution\mySolution.sln
C:\My Documents\Visual Studio Projects\mySolution\all other files

Explaining : I´ve created a Virtual Directory in C:\My Documents\Visual
Studio Projects and used the same name : Visual Studio Projects, so
everytime I create a new project, VS will put the : solution.sln + all other
files in the same directory in my HD.

That´s perfect, BUT when I test (debug/run) the webForm I´ll receive an
error msg like : "Unable to start debugging on a web server"

Basically I think that IIS is not allowing VS to run outside the original
wwwroot!

How can I fix this problem?

..:: Ken Awamura @ www.kencwb.com ::..
GeneralGridLayout - FlowLayout Pin
12-May-02 6:13
suss12-May-02 6:13 
GeneralClient-side JScript. NET Pin
alex.barylski11-May-02 15:37
alex.barylski11-May-02 15:37 
GeneralNeed to Refresh Pages Automatically Pin
11-May-02 5:59
suss11-May-02 5:59 
GeneralRe: Need to Refresh Pages Automatically Pin
Philip Patrick11-May-02 9:18
professionalPhilip Patrick11-May-02 9:18 
GeneralRe: Need to Refresh Pages Automatically Pin
11-May-02 23:14
suss11-May-02 23:14 
GeneralRe: Need to Refresh Pages Automatically Pin
12-May-02 0:05
suss12-May-02 0:05 
GeneralRe: Need to Refresh Pages Automatically Pin
Philip Patrick12-May-02 9:11
professionalPhilip Patrick12-May-02 9:11 
GeneralWeb form control inheritance Pin
Stan Shannon10-May-02 5:09
Stan Shannon10-May-02 5:09 
GeneralRe: Web form control inheritance Pin
Daniel Turini11-May-02 6:32
Daniel Turini11-May-02 6:32 
GeneralIE crashes while creating frames through javascript Pin
10-May-02 0:00
suss10-May-02 0:00 
GeneralProblem connecting to SQL Server Pin
8-May-02 10:37
suss8-May-02 10:37 
GeneralRe: Problem connecting to SQL Server Pin
Nick Parker10-May-02 4:50
protectorNick Parker10-May-02 4:50 
GeneralRe: Problem connecting to SQL Server Pin
12-May-02 6:11
suss12-May-02 6:11 
Generaltreeview Pin
Tangirala8-May-02 6:28
Tangirala8-May-02 6:28 
GeneralRe: treeview Pin
Philip Patrick11-May-02 9:19
professionalPhilip Patrick11-May-02 9:19 
GeneralType Library Pin
Philip Patrick8-May-02 4:38
professionalPhilip Patrick8-May-02 4:38 
GeneralRe: Type Library Pin
Nick Parker8-May-02 4:44
protectorNick Parker8-May-02 4:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.