473,804 Members | 2,205 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating VS.NET Projects Outside from Wwwroot

Hi,

By reading this article :http://www.microsoft.com/downloads/d...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?

--
Regards
» Ken Awamura
Nov 18 '05 #1
2 1217
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
"Ken Awamura" <ke*********@ho tmail.com> wrote in message
news:e3******** ******@TK2MSFTN GP09.phx.gbl...
Hi,

By reading this article
:http://www.microsoft.com/downloads/d...4a98-64b4-4b95
-89b2-8235ffbb8b02&Di splayLang=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?

--
Regards
» Ken Awamura
Nov 18 '05 #2
Thanks for the link. I´ll be reading the article and post my opinions later :)

Regards
» Ken Awamura
"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message news:e$******** ******@TK2MSFTN GP09.phx.gbl...
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
"Ken Awamura" <ke*********@ho tmail.com> wrote in message
news:e3******** ******@TK2MSFTN GP09.phx.gbl...
Hi,

By reading this article
:http://www.microsoft.com/downloads/d...4a98-64b4-4b95
-89b2-8235ffbb8b02&Di splayLang=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?

--
Regards
» Ken Awamura
Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1310
by: Tim Haughton | last post by:
Hello, I seem to be encountering a problem that many others have encountered before me. Unfortunately, even the mighty Google seems reluctant to yield any solutions. We are developing some webservices. We have multiple developers who have Visual Studio 2003 and SourceSafe 6.0d. None of our developers have IIS installed on their machines. We have a central test server that we want to work off which runs IIS and .NET 1.1. All of our...
0
2283
by: Ken Wigle | last post by:
All, I am trying to add some .net applications I wrote to a virtual directory underneath the sharepoint services web site. I am having some problems and wondering if a) this is possible and/or recommended and b) if there is another way. I want to add the projects under the sharepoint site as I want authentication but do not want my users to have to login everytime they access a net app from within the sharepoint site. Ideally, they...
6
3672
by: Eran Kampf | last post by:
I am trying to dynamically create directories in my ASP.NET application (I am using Server.MapPath("/")+"test" as the folder) and I am getting a DirectoryNotFoundException saying "Could not find a part of the path "D:\". My site is hosted on a public ISP that for obvious security reasons does not allow my read access above my wwwroot folder which seems to be a problem when trying to create directories... Is there any way to solve this?
7
1253
by: Kristoffer Arfvidson | last post by:
HI! I have a little question... I need to access a usercontrol (*.ascx) file that is located outside my application directory of my dll... Heres my paths on my server: wwwroot/ -------------- /index.aspx /controls/menu.ascx
2
1256
by: Timbit | last post by:
Hi, this is probably an old question, and I have had no luck finding answers to this one on the internet that has helped me out. I installed VS .NET 2003, then I installed IIS 5.1 after that. I had problems getting .aspx pages displayed so I ran: c:\winnt\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i regsvr32 c:\winnt\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll After a reboot I could see my .aspx pages loading with...
3
2260
by: Dave | last post by:
I have an old Visual Studio 2001 VB ASP.Net application; really all I have are the folders and files from the web server. How can I "hook" this back up to Visual Studio 2003 so I can update it? I copied the files and folders to the C:\inetpub\wwwroot directory and created a web application in IIS Manager. Now I can open the default page in IE. But I could not create a project with the same name in VS. I copied the files to the...
1
978
by: mtv | last post by:
Hi all, I have asp.net projects (as virtual directories) under my wwwroot path. But when I try to open it from Visual Studio (Open Project from Web...), none of the virtual directories show up as I indicated url = http://localhost or http://mymachinename. I have set the directory property of my wwwroot to BrowseDirectory and Read access rights. None has changed.
0
1321
by: MarkusPoehler | last post by:
I have several classic ASP projects running on Webserver. I would like to implement some .net functionalities. Because I need the references I have to "upgrade" the existing ones wit a new .net webproject. I've made some tests but it does not work. If I setup a new Webproject and define e.g. http://server1/web1 to store the project, it fails creating. Creating new projects into folders that don't exist also fails. Creating Web...
1
2135
by: Dave Anson | last post by:
What is the recommended practice for referencing assemblies in a project from other solutions? I am using Visual Studio 2005 Team System. I have several assemblies in another solution which will be referenced in my project. How should i reference them. e.g. 1) Should I get both solutions from source safe then point to the assembly
0
9715
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9595
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10352
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10097
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9175
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7642
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5535
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3835
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.