473,324 Members | 2,214 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,324 software developers and data experts.

Deployment Questions

I have an account with an ISP for my web site. I do not have access to the
server configuration controls. I can ask the ISP to designate an existing
directory on my web site as a virtual directory. I use VSNET 2003 to develop
applications and I am trying to understand exactly what/how to "install" my
ASP.NET applications on my web site. The information I've found so far
focuses on processes that only work if you own the IIS server.

I currently have one directory "DotNet" defined as a virtual directory. I
want to be able to install multiple different pages ("applications") for
development testing. For example, in "DotNet" I'd like to install a set of
aspx pages to test some SQL data retrieval and update processes - then, I'd
like to create a sub-directory ("DotNet/Test2") and install some aspx pages
to test some data submission forms.

If anyone can point me to information on ways to accomplish this I'd really
appreciate it.

Wayne
Nov 18 '05 #1
5 1619
You'll need either
FPSE on the server, FTP Access to the server, HTTP Upload access to the
server or \\server\share access to the server.

Find out from them what access you have.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I have an account with an ISP for my web site. I do not have access to the
server configuration controls. I can ask the ISP to designate an existing
directory on my web site as a virtual directory. I use VSNET 2003 to
develop
applications and I am trying to understand exactly what/how to "install"
my
ASP.NET applications on my web site. The information I've found so far
focuses on processes that only work if you own the IIS server.

I currently have one directory "DotNet" defined as a virtual directory. I
want to be able to install multiple different pages ("applications") for
development testing. For example, in "DotNet" I'd like to install a set of
aspx pages to test some SQL data retrieval and update processes - then,
I'd
like to create a sub-directory ("DotNet/Test2") and install some aspx
pages
to test some data submission forms.

If anyone can point me to information on ways to accomplish this I'd
really
appreciate it.

Wayne

Nov 18 '05 #2
Curt;

Sorry, I should have mentioned that I do have FTP access to my web pages. I
have lots of ASP and HTML pages there and am trying to begin the migration
to ASP.NET

Wayne

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uw*************@TK2MSFTNGP12.phx.gbl...
You'll need either
FPSE on the server, FTP Access to the server, HTTP Upload access to the
server or \\server\share access to the server.

Find out from them what access you have.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I have an account with an ISP for my web site. I do not have access to the server configuration controls. I can ask the ISP to designate an existing directory on my web site as a virtual directory. I use VSNET 2003 to
develop
applications and I am trying to understand exactly what/how to "install"
my
ASP.NET applications on my web site. The information I've found so far
focuses on processes that only work if you own the IIS server.

I currently have one directory "DotNet" defined as a virtual directory. I want to be able to install multiple different pages ("applications") for
development testing. For example, in "DotNet" I'd like to install a set of aspx pages to test some SQL data retrieval and update processes - then,
I'd
like to create a sub-directory ("DotNet/Test2") and install some aspx
pages
to test some data submission forms.

If anyone can point me to information on ways to accomplish this I'd
really
appreciate it.

Wayne


Nov 18 '05 #3
Great.... Should be no biggie then. The only tricky part is that you might
need the VD created for any individual sites, other then that just push your
stuff up to the site.

I like WebDeploy/Unleash-It for publishing
(http://weblogs.asp.net/mhawley/archi...02/106769.aspx)
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Curt;

Sorry, I should have mentioned that I do have FTP access to my web pages.
I
have lots of ASP and HTML pages there and am trying to begin the migration
to ASP.NET

Wayne

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uw*************@TK2MSFTNGP12.phx.gbl...
You'll need either
FPSE on the server, FTP Access to the server, HTTP Upload access to the
server or \\server\share access to the server.

Find out from them what access you have.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
>I have an account with an ISP for my web site. I do not have access to the > server configuration controls. I can ask the ISP to designate an existing > directory on my web site as a virtual directory. I use VSNET 2003 to
> develop
> applications and I am trying to understand exactly what/how to
> "install"
> my
> ASP.NET applications on my web site. The information I've found so far
> focuses on processes that only work if you own the IIS server.
>
> I currently have one directory "DotNet" defined as a virtual directory. I > want to be able to install multiple different pages ("applications")
> for
> development testing. For example, in "DotNet" I'd like to install a set of > aspx pages to test some SQL data retrieval and update processes - then,
> I'd
> like to create a sub-directory ("DotNet/Test2") and install some aspx
> pages
> to test some data submission forms.
>
> If anyone can point me to information on ways to accomplish this I'd
> really
> appreciate it.
>
> Wayne
>
>



Nov 18 '05 #4
Curt;

I downloaded Unleash-It from the site you pointed to but I have no idea how
to use it. The help points to http://www.eworldui.net/ where I don't see any
reference to Unleash-IT or WebDeploy. The author's site is very confusing
and, again, I don't see any meaningful help or tutorials. Am I missing
something?

Wayne

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:Oy*************@TK2MSFTNGP09.phx.gbl...
Great.... Should be no biggie then. The only tricky part is that you might
need the VD created for any individual sites, other then that just push your stuff up to the site.

I like WebDeploy/Unleash-It for publishing
(http://weblogs.asp.net/mhawley/archi...02/106769.aspx)
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Curt;

Sorry, I should have mentioned that I do have FTP access to my web pages. I
have lots of ASP and HTML pages there and am trying to begin the migration to ASP.NET

Wayne

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uw*************@TK2MSFTNGP12.phx.gbl...
You'll need either
FPSE on the server, FTP Access to the server, HTTP Upload access to the
server or \\server\share access to the server.

Find out from them what access you have.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
>I have an account with an ISP for my web site. I do not have access to

the
> server configuration controls. I can ask the ISP to designate an

existing
> directory on my web site as a virtual directory. I use VSNET 2003 to
> develop
> applications and I am trying to understand exactly what/how to
> "install"
> my
> ASP.NET applications on my web site. The information I've found so far > focuses on processes that only work if you own the IIS server.
>
> I currently have one directory "DotNet" defined as a virtual directory.
I
> want to be able to install multiple different pages ("applications")
> for
> development testing. For example, in "DotNet" I'd like to install a
set of
> aspx pages to test some SQL data retrieval and update processes -

then, > I'd
> like to create a sub-directory ("DotNet/Test2") and install some aspx
> pages
> to test some data submission forms.
>
> If anyone can point me to information on ways to accomplish this I'd
> really
> appreciate it.
>
> Wayne
>
>



Nov 18 '05 #5
He/they are in the process of updating it I guess...There is a small writeup
in the Articles section of my blog site but basically just choose your
source (the www folder of your site) the destination (the FTP info for your
host) and check the file types you want to deploy (all most likely), then
click DEPLOY. That should be it.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:OV**************@TK2MSFTNGP15.phx.gbl...
Curt;

I downloaded Unleash-It from the site you pointed to but I have no idea
how
to use it. The help points to http://www.eworldui.net/ where I don't see
any
reference to Unleash-IT or WebDeploy. The author's site is very confusing
and, again, I don't see any meaningful help or tutorials. Am I missing
something?

Wayne

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:Oy*************@TK2MSFTNGP09.phx.gbl...
Great.... Should be no biggie then. The only tricky part is that you
might
need the VD created for any individual sites, other then that just push

your
stuff up to the site.

I like WebDeploy/Unleash-It for publishing
(http://weblogs.asp.net/mhawley/archi...02/106769.aspx)
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
> Curt;
>
> Sorry, I should have mentioned that I do have FTP access to my web pages. > I
> have lots of ASP and HTML pages there and am trying to begin the migration > to ASP.NET
>
> Wayne
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:uw*************@TK2MSFTNGP12.phx.gbl...
>> You'll need either
>> FPSE on the server, FTP Access to the server, HTTP Upload access to
>> the
>> server or \\server\share access to the server.
>>
>> Find out from them what access you have.
>>
>> --
>> Curt Christianson
>> Owner/Lead Developer, DF-Software
>> Site: http://www.Darkfalz.com
>> Blog: http://blog.Darkfalz.com
>>
>>
>> "Wayne Wengert" <wa***************@wengert.com> wrote in message
>> news:%2****************@TK2MSFTNGP10.phx.gbl...
>> >I have an account with an ISP for my web site. I do not have access
>> >to
> the
>> > server configuration controls. I can ask the ISP to designate an
> existing
>> > directory on my web site as a virtual directory. I use VSNET 2003 to
>> > develop
>> > applications and I am trying to understand exactly what/how to
>> > "install"
>> > my
>> > ASP.NET applications on my web site. The information I've found so far >> > focuses on processes that only work if you own the IIS server.
>> >
>> > I currently have one directory "DotNet" defined as a virtual directory. > I
>> > want to be able to install multiple different pages ("applications")
>> > for
>> > development testing. For example, in "DotNet" I'd like to install a set > of
>> > aspx pages to test some SQL data retrieval and update processes - then, >> > I'd
>> > like to create a sub-directory ("DotNet/Test2") and install some
>> > aspx
>> > pages
>> > to test some data submission forms.
>> >
>> > If anyone can point me to information on ways to accomplish this I'd
>> > really
>> > appreciate it.
>> >
>> > Wayne
>> >
>> >
>>
>>
>
>



Nov 18 '05 #6

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

Similar topics

2
by: ksskumar | last post by:
Hi Friends, My software's target is to creating a add-in for Outlook. I am struckup of creating deployment of my software. My software flow is as follows, 1. Complete functionality is...
0
by: Jony Joe | last post by:
Dear All; I am now making a deployment package using the .net deployment setup project. It is a desktop application that its solution contains 7 projects that generate DLLs and EXEs...
5
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET...
4
by: Vai2000 | last post by:
Hi All, I have a doubt on WS. Initial deployment of an asp.net app which calls a websvc includes copying all the webreferences and proxy files (including the .cs files of the proxy) If I build a...
6
by: DBxGlock | last post by:
I'm trying to create the equivalent of a post build event for a website. I have the "Web Deployment Projects" add-in installed and am attempting to follow the instructions in the "Using Web...
1
by: dave | last post by:
I have two questions regarding a VB.NET deployment project. 1) During an install, I would like any previous versions of the application to be uninstalled automatically. Currently, I have to...
0
by: Andrew E Chapman | last post by:
I've just started using VB.NET, so the following two questions are probably going to seem ludicrous, but... 1). When some items are added to a project, how exactly are they used? For example, if...
11
by: Thom Little | last post by:
Create two ASP.NET applications. Run them on the development machine to make sure they are error free. Publish the fist application to the root of a remote webspace. Call a page and see that it...
3
by: Oleg Subachev | last post by:
Where to ask questions about VS deployment projects ? Oleg Subachev
4
by: Zany | last post by:
I added a Web Deployment Project so I can create a debug, staging, and release version. Each set is compiled and saved in a separate folder under the csproj_deploy folder. All works fine. Here's...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.