473,387 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

new ASP.NET application

I am trying to create a new ASP.NET application.
By default it has name "webapplications1". How can I name it differently and
also
point to a folder of my choice?

Thanks
Nov 18 '05 #1
8 1214
Right click on the project's name in the solution explorer and select
"Rename", also right click on the project's name and select properties, make
sure you change the name of the default namespace and the assembly name as
well.

To change the working folder, you have to create a new web project that
points to the desired folder and then copy your files from old project to
the new one, there is no option in VS.NET to change the working virtual web
folder.
Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:ui**************@TK2MSFTNGP11.phx.gbl...
I am trying to create a new ASP.NET application.
By default it has name "webapplications1". How can I name it differently and also
point to a folder of my choice?

Thanks

Nov 18 '05 #2
I am trying to create a new project. When I change location to my folder it
tells me that
something is already set (????????????????) to file share for that project
(the one that does not
exist yet, ?????????????????????????).

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
Right click on the project's name in the solution explorer and select
"Rename", also right click on the project's name and select properties, make sure you change the name of the default namespace and the assembly name as
well.

To change the working folder, you have to create a new web project that
points to the desired folder and then copy your files from old project to
the new one, there is no option in VS.NET to change the working virtual web folder.
Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:ui**************@TK2MSFTNGP11.phx.gbl...
I am trying to create a new ASP.NET application.
By default it has name "webapplications1". How can I name it differently

and
also
point to a folder of my choice?

Thanks


Nov 18 '05 #3
Do you have access to IIS? go there and check the virtual directories you
have, delete the ones that you don't want, in VS create a web project that
has a name doesn't exist in the IIS virtual directories list.
Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:Ov**************@TK2MSFTNGP12.phx.gbl...
I am trying to create a new project. When I change location to my folder it tells me that
something is already set (????????????????) to file share for that project
(the one that does not
exist yet, ?????????????????????????).

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
Right click on the project's name in the solution explorer and select
"Rename", also right click on the project's name and select properties,

make
sure you change the name of the default namespace and the assembly name as well.

To change the working folder, you have to create a new web project that
points to the desired folder and then copy your files from old project to the new one, there is no option in VS.NET to change the working virtual

web
folder.
Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:ui**************@TK2MSFTNGP11.phx.gbl...
I am trying to create a new ASP.NET application.
By default it has name "webapplications1". How can I name it
differently and
also
point to a folder of my choice?

Thanks



Nov 18 '05 #4
Not sure I understand.
Here what I do:
New ASP.NET application
Name:http://localhost/WebApplication1
Location: http://localhost/WebApplication1
All I want is to change name and point to a folder I want to create the
project in.
I am really trying to understand what am I doing wrong here.

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
Do you have access to IIS? go there and check the virtual directories you
have, delete the ones that you don't want, in VS create a web project that
has a name doesn't exist in the IIS virtual directories list.
Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:Ov**************@TK2MSFTNGP12.phx.gbl...
I am trying to create a new project. When I change location to my folder it
tells me that
something is already set (????????????????) to file share for that project
(the one that does not
exist yet, ?????????????????????????).

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
Right click on the project's name in the solution explorer and select
"Rename", also right click on the project's name and select properties,
make
sure you change the name of the default namespace and the assembly
name as well.

To change the working folder, you have to create a new web project
that points to the desired folder and then copy your files from old
project to the new one, there is no option in VS.NET to change the working
virtual web
folder.
Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:ui**************@TK2MSFTNGP11.phx.gbl...
> I am trying to create a new ASP.NET application.
> By default it has name "webapplications1". How can I name it

differently and
> also
> point to a folder of my choice?
>
> Thanks
>
>



Nov 18 '05 #5
WebApplication1 is virtual directory located in your localhost, now this
directory has been created before, when you try yo create a new project you
cannot assign the same name for the new virtual directory in your localhost,
for example, you might want to give your new project another name
(http://localhost/WebApplication2)

Now, in case you want to use WebApplication1 specifically as a name for your
new project then you need to go to your web server (IIS) and delete
WebApplication1, and then recreate a new project with the name
http://localhost/WebApplication1

Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:#M**************@TK2MSFTNGP10.phx.gbl...
Not sure I understand.
Here what I do:
New ASP.NET application
Name:http://localhost/WebApplication1
Location: http://localhost/WebApplication1
All I want is to change name and point to a folder I want to create the
project in.
I am really trying to understand what am I doing wrong here.

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
Do you have access to IIS? go there and check the virtual directories you
have, delete the ones that you don't want, in VS create a web project that has a name doesn't exist in the IIS virtual directories list.
Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:Ov**************@TK2MSFTNGP12.phx.gbl...
I am trying to create a new project. When I change location to my folder
it
tells me that
something is already set (????????????????) to file share for that

project (the one that does not
exist yet, ?????????????????????????).

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
> Right click on the project's name in the solution explorer and
select > "Rename", also right click on the project's name and select

properties, make
> sure you change the name of the default namespace and the assembly name
as
> well.
>
> To change the working folder, you have to create a new web project

that > points to the desired folder and then copy your files from old project
to
> the new one, there is no option in VS.NET to change the working

virtual web
> folder.
>
>
> Best regards,
>
> Mohammad Samara.
> ICS (London) Ltd.
>
>
> "Mark Goldin" <ma********@comcast.net> wrote in message
> news:ui**************@TK2MSFTNGP11.phx.gbl...
> > I am trying to create a new ASP.NET application.
> > By default it has name "webapplications1". How can I name it

differently
> and
> > also
> > point to a folder of my choice?
> >
> > Thanks
> >
> >
>
>



Nov 18 '05 #6
There is no virtual WebApplication1 folder on the computer I am working on.
"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:Ok**************@TK2MSFTNGP11.phx.gbl...
WebApplication1 is virtual directory located in your localhost, now this
directory has been created before, when you try yo create a new project you cannot assign the same name for the new virtual directory in your localhost, for example, you might want to give your new project another name
(http://localhost/WebApplication2)

Now, in case you want to use WebApplication1 specifically as a name for your new project then you need to go to your web server (IIS) and delete
WebApplication1, and then recreate a new project with the name
http://localhost/WebApplication1

Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:#M**************@TK2MSFTNGP10.phx.gbl...
Not sure I understand.
Here what I do:
New ASP.NET application
Name:http://localhost/WebApplication1
Location: http://localhost/WebApplication1
All I want is to change name and point to a folder I want to create the
project in.
I am really trying to understand what am I doing wrong here.

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
Do you have access to IIS? go there and check the virtual directories you have, delete the ones that you don't want, in VS create a web project that has a name doesn't exist in the IIS virtual directories list.
Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:Ov**************@TK2MSFTNGP12.phx.gbl...
> I am trying to create a new project. When I change location to my folder it
> tells me that
> something is already set (????????????????) to file share for that

project
> (the one that does not
> exist yet, ?????????????????????????).
>
> "Mohammad A. Samara" <ad***@icslondon.com> wrote in message
> news:ex**************@tk2msftngp13.phx.gbl...
> > Right click on the project's name in the solution explorer and select > > "Rename", also right click on the project's name and select

properties,
> make
> > sure you change the name of the default namespace and the assembly

name
as
> > well.
> >
> > To change the working folder, you have to create a new web project

that
> > points to the desired folder and then copy your files from old

project
to
> > the new one, there is no option in VS.NET to change the working

virtual
> web
> > folder.
> >
> >
> > Best regards,
> >
> > Mohammad Samara.
> > ICS (London) Ltd.
> >
> >
> > "Mark Goldin" <ma********@comcast.net> wrote in message
> > news:ui**************@TK2MSFTNGP11.phx.gbl...
> > > I am trying to create a new ASP.NET application.
> > > By default it has name "webapplications1". How can I name it
differently
> > and
> > > also
> > > point to a folder of my choice?
> > >
> > > Thanks
> > >
> > >
> >
> >
>
>



Nov 18 '05 #7
Do you have IIS installed on your Computer?

Mohammad Samara.
ICS (london) ltd.

"Mark Goldin" <ma********@comcast.net> wrote in message
news:#p**************@TK2MSFTNGP12.phx.gbl...
There is no virtual WebApplication1 folder on the computer I am working on. "Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:Ok**************@TK2MSFTNGP11.phx.gbl...
WebApplication1 is virtual directory located in your localhost, now this
directory has been created before, when you try yo create a new project

you
cannot assign the same name for the new virtual directory in your

localhost,
for example, you might want to give your new project another name
(http://localhost/WebApplication2)

Now, in case you want to use WebApplication1 specifically as a name for

your
new project then you need to go to your web server (IIS) and delete
WebApplication1, and then recreate a new project with the name
http://localhost/WebApplication1

Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:#M**************@TK2MSFTNGP10.phx.gbl...
Not sure I understand.
Here what I do:
New ASP.NET application
Name:http://localhost/WebApplication1
Location: http://localhost/WebApplication1
All I want is to change name and point to a folder I want to create the project in.
I am really trying to understand what am I doing wrong here.

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
> Do you have access to IIS? go there and check the virtual directories
you
> have, delete the ones that you don't want, in VS create a web
project that
> has a name doesn't exist in the IIS virtual directories list.
>
>
> Best regards,
>
> Mohammad Samara.
> ICS (London) Ltd.
>
>
> "Mark Goldin" <ma********@comcast.net> wrote in message
> news:Ov**************@TK2MSFTNGP12.phx.gbl...
> > I am trying to create a new project. When I change location to my

folder
> it
> > tells me that
> > something is already set (????????????????) to file share for that
project
> > (the one that does not
> > exist yet, ?????????????????????????).
> >
> > "Mohammad A. Samara" <ad***@icslondon.com> wrote in message
> > news:ex**************@tk2msftngp13.phx.gbl...
> > > Right click on the project's name in the solution explorer and

select
> > > "Rename", also right click on the project's name and select
properties,
> > make
> > > sure you change the name of the default namespace and the

assembly name
> as
> > > well.
> > >
> > > To change the working folder, you have to create a new web project that
> > > points to the desired folder and then copy your files from old
project
> to
> > > the new one, there is no option in VS.NET to change the working
virtual
> > web
> > > folder.
> > >
> > >
> > > Best regards,
> > >
> > > Mohammad Samara.
> > > ICS (London) Ltd.
> > >
> > >
> > > "Mark Goldin" <ma********@comcast.net> wrote in message
> > > news:ui**************@TK2MSFTNGP11.phx.gbl...
> > > > I am trying to create a new ASP.NET application.
> > > > By default it has name "webapplications1". How can I name it
> differently
> > > and
> > > > also
> > > > point to a folder of my choice?
> > > >
> > > > Thanks
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #8
Yes.

"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
Do you have IIS installed on your Computer?

Mohammad Samara.
ICS (london) ltd.

"Mark Goldin" <ma********@comcast.net> wrote in message
news:#p**************@TK2MSFTNGP12.phx.gbl...
There is no virtual WebApplication1 folder on the computer I am working

on.
"Mohammad A. Samara" <ad***@icslondon.com> wrote in message
news:Ok**************@TK2MSFTNGP11.phx.gbl...
WebApplication1 is virtual directory located in your localhost, now this directory has been created before, when you try yo create a new project
you
cannot assign the same name for the new virtual directory in your

localhost,
for example, you might want to give your new project another name
(http://localhost/WebApplication2)

Now, in case you want to use WebApplication1 specifically as a name
for
your
new project then you need to go to your web server (IIS) and delete
WebApplication1, and then recreate a new project with the name
http://localhost/WebApplication1

Best regards,

Mohammad Samara.
ICS (London) Ltd.
"Mark Goldin" <ma********@comcast.net> wrote in message
news:#M**************@TK2MSFTNGP10.phx.gbl...
> Not sure I understand.
> Here what I do:
> New ASP.NET application
> Name:http://localhost/WebApplication1
> Location: http://localhost/WebApplication1
> All I want is to change name and point to a folder I want to create

the > project in.
> I am really trying to understand what am I doing wrong here.
>
> "Mohammad A. Samara" <ad***@icslondon.com> wrote in message
> news:uJ**************@TK2MSFTNGP11.phx.gbl...
> > Do you have access to IIS? go there and check the virtual directories you
> > have, delete the ones that you don't want, in VS create a web project that
> > has a name doesn't exist in the IIS virtual directories list.
> >
> >
> > Best regards,
> >
> > Mohammad Samara.
> > ICS (London) Ltd.
> >
> >
> > "Mark Goldin" <ma********@comcast.net> wrote in message
> > news:Ov**************@TK2MSFTNGP12.phx.gbl...
> > > I am trying to create a new project. When I change location to
my folder
> > it
> > > tells me that
> > > something is already set (????????????????) to file share for that > project
> > > (the one that does not
> > > exist yet, ?????????????????????????).
> > >
> > > "Mohammad A. Samara" <ad***@icslondon.com> wrote in message
> > > news:ex**************@tk2msftngp13.phx.gbl...
> > > > Right click on the project's name in the solution explorer and
select
> > > > "Rename", also right click on the project's name and select
> properties,
> > > make
> > > > sure you change the name of the default namespace and the

assembly > name
> > as
> > > > well.
> > > >
> > > > To change the working folder, you have to create a new web project > that
> > > > points to the desired folder and then copy your files from old > project
> > to
> > > > the new one, there is no option in VS.NET to change the working > virtual
> > > web
> > > > folder.
> > > >
> > > >
> > > > Best regards,
> > > >
> > > > Mohammad Samara.
> > > > ICS (London) Ltd.
> > > >
> > > >
> > > > "Mark Goldin" <ma********@comcast.net> wrote in message
> > > > news:ui**************@TK2MSFTNGP11.phx.gbl...
> > > > > I am trying to create a new ASP.NET application.
> > > > > By default it has name "webapplications1". How can I name it
> > differently
> > > > and
> > > > > also
> > > > > point to a folder of my choice?
> > > > >
> > > > > Thanks
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #9

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

Similar topics

9
by: J. Baute | last post by:
I'm caching data in the Application object to speed up certain pages on a website The main reason is that the retrieval of this data takes quite a while (a few seconds) and fetching the same data...
3
by: Amit Dedhia | last post by:
Hi I am developing a Dot net application (involving image processing) on a uni processor. It works well on my machine. I then take all my code on a multi processor, build and run the application...
6
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are...
20
by: Peter Oliphant | last post by:
How does one launch multiple forms in an application? Using Photoshop as an example, this application seems to be composed of many 'disjoint' forms. Yet, they all seem somewhat 'active' in...
6
by: Josef Brunner | last post by:
Hi, I published my application (VS 2005) and am now trying to install it when I get this error message. It worked before...even on a different machine. Here is the detailed description: ...
9
by: jeff | last post by:
Hi All. I realize that when my Deployed winforms application starts, Windows needs to load the .net 2 framework before control is given to my application.... Is there anyway to either ... -...
3
by: asadikhan | last post by:
Hi, I have written a windows application with a GUI (let's call it MENU). I own the code for this application and have access to it. We have another application that is a third-part windows...
2
by: Michael Kalika | last post by:
Hi, We have developed a VSTO 2005 Excel application and we would like to leverage ClickOnce deployment mechanism for distribution of this application. How can we do that? I was digging in MSDN...
0
by: Tifer | last post by:
Hello, I am building my first .Net Application. The first couple of Publish and Installs I did went fine. But after a couple of builds, I get a modal dialogue box error every time upon trying...
4
by: Dave | last post by:
I have a global.asax file with Application_Start defined and create some static data there and in another module used in the asp.net application and I realize that static data is shared amongst...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.