S
S. Justin Gengo
Ken,
While a web project's files can exist anywhere in your computer's file
system in order to debug the project must be able to be compiled and run.
Running a web project of course depends on IIS. You will need to create a
web site in IIS and then tell it to look for the files in your project
directory.
This blog may help:
http://scottwater.com/blog/posts/3560.aspx
--
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
Free code library at:
www.aboutfortunate.com
"Out of chaos comes order."
Nietzche
Hi,
By reading this article
:http://www.microsoft.com/downloads/details.aspx?FamilyID=8b8e4a98-64b4-4b95
-89b2-8235ffbb8b02&DisplayLang=en
I notice the I can create VS projects in places different from wwwroot.
Well, I figure out how to do it, eg : force VS to create a project in My
Documents folder, if I press F5 in VS in order to debug, I get a denied to
debug msg. Probably, since this project is not in wwwroot and My Documents
folder is not configured to be 'debuggable' I´m getting this msg.
Does anyone knows how to do it?
While a web project's files can exist anywhere in your computer's file
system in order to debug the project must be able to be compiled and run.
Running a web project of course depends on IIS. You will need to create a
web site in IIS and then tell it to look for the files in your project
directory.
This blog may help:
http://scottwater.com/blog/posts/3560.aspx
--
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
Free code library at:
www.aboutfortunate.com
"Out of chaos comes order."
Nietzche
Hi,
By reading this article
:http://www.microsoft.com/downloads/details.aspx?FamilyID=8b8e4a98-64b4-4b95
-89b2-8235ffbb8b02&DisplayLang=en
I notice the I can create VS projects in places different from wwwroot.
Well, I figure out how to do it, eg : force VS to create a project in My
Documents folder, if I press F5 in VS in order to debug, I get a denied to
debug msg. Probably, since this project is not in wwwroot and My Documents
folder is not configured to be 'debuggable' I´m getting this msg.
Does anyone knows how to do it?