473,800 Members | 2,950 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1655
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******** ********@TK2MSF TNGP10.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_da rkfalz.com> wrote in message
news:uw******** *****@TK2MSFTNG P12.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******** ********@TK2MSF TNGP10.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******** ********@TK2MSF TNGP10.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_da rkfalz.com> wrote in message
news:uw******** *****@TK2MSFTNG P12.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******** ********@TK2MSF TNGP10.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_da rkfalz.com> wrote in message
news:Oy******** *****@TK2MSFTNG P09.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******** ********@TK2MSF TNGP10.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_da rkfalz.com> wrote in message
news:uw******** *****@TK2MSFTNG P12.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******** ********@TK2MSF TNGP10.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******** ******@TK2MSFTN GP15.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_da rkfalz.com> wrote in message
news:Oy******** *****@TK2MSFTNG P09.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******** ********@TK2MSF TNGP10.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_da rkfalz.com> wrote in message
> news:uw******** *****@TK2MSFTNG P12.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******** ********@TK2MSF TNGP10.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
600
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 done in C# Class library project In this .dll I am used the following COM components,
0
1550
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 (executables). The solution generates 2 EXEs that use the other generated Dlls. I used the custom actions method to make the actions after taking some
5
4930
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 1.1 -> MsiNetAssembly Support.) I have a few issues and questions regarding the MSI and its properties. * This may be my biggest annoyance at the moment. When the installer creates the target directory, it's setting them as read-only. When the...
4
1592
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 new version of the asp.net app and don't change anything in the underlying WS or the way it calls it, do I have to copy over all the webreferences again to the production box? or I can just copy the .dll file of asp.net app in the bin? (if no aspx...
6
2466
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 Deployment Projects with Visual Studio 2005" document. In the "Customizing Web Deployment Projects" section, it gives an example of an "AfterBuild" target where a directory is created using the $(TargetDir) macro. When I attempt to use $(TargetDir),...
1
1156
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 goto Control Panel - Add/Remove Programs and manually uninstall previous versions. In the Properties of the deployment project I have RemovePreviousVersions set to True. This doesn't seem to do the trick. 2) During an install, I would like the...
0
960
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 a folder is added (or a text file), and then a deployment project created for that project, the folder (or file) does not appear to be included in the installation. It just seems to get left behind. I assume that these items have to be added...
11
1624
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 operates correctly. Publish the second application to the root of the same remote webspace. Permit it to overwrite existing files. Call a page and notice that it waits forever.
3
1037
by: Oleg Subachev | last post by:
Where to ask questions about VS deployment projects ? Oleg Subachev
4
2365
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 the problem - I'm looking for an *easy* way to upload (ftp) changed files. I don't want to upload them all (huge upload), and don't want to have to it manually by remembering what files have changed. I thought I had the solution when I found a...
0
9550
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
10501
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10250
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10032
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
9085
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...
0
5469
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...
0
5603
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.