Ask a Question related to ASP.NET General, Design and Development.
-
Nus Pieds #1
How to deploy ASP.NET Apps
Hi,
I create and develop my ASP.NET apps locally on my PC,
which is running IIS. Now I want to deploy those apps on
another web server (application run-time only), so what
exactly are the steps?
The target web server is a User Test web server which has
the .NET Framework only, no VS .NET of course. My first
attempt was to copy the bin directory and the .ASPX files
and that initially worked until I invoked a feature in my
app, which creates an Access database. That feature
rquires ADODB.DLL, and it was not on the User Test web
server, so the application crashed.
What are the steps in deploying a web app from a dev
server to a run-time server? Besides the bin directory,
how do I know and how can I ensure that all the dependent
files are also deployed?
Thanks,
NP
Nus Pieds Guest
-
How to deploy...
Hi, I am ready with the custom web control and wants to make a setup which will automatically adds that control to the toolbox. Can you please... -
Call windows apps from web apps
I have 2 apps windows and web apps. I would like to call a windows app (.exe) from web apps. How do I do this? -
What's the tool to use to deploy web-based apps?
Hi there, What's a great tool to use to deploy n-tier web-based apps? I'm thinking in terms of an installer that produces a package that a client... -
Web enabled apps/Thin client apps
I'm writing an article and I need your informed opinions, so I ask you this: 1. Doesn't the web-enabled app generally run slower for one reason or... -
Anyone using Perl to develop and deploy MS Windows apps?
I'm looking for some experiences or even some guidance ... There are some freeware tools I provide on my homepage, which are written in Visual... -
Nus Pieds #2
How to deploy ASP.NET Apps
Indeed it does! Thanks a lot.
Much appreciated,
NP>-----Original Message-----
>Try the "copy project" option in VSNET. works like a
>charm.
>
>>on>>-----Original Message-----
>>Hi,
>>
>>I create and develop my ASP.NET apps locally on my PC,
>>which is running IIS. Now I want to deploy those apps>has>>another web server (application run-time only), so what
>>exactly are the steps?
>>
>>The target web server is a User Test web server which>files>>the .NET Framework only, no VS .NET of course. My first
>>attempt was to copy the bin directory and the .ASPX>my>>and that initially worked until I invoked a feature in>dependent>>app, which creates an Access database. That feature
>>rquires ADODB.DLL, and it was not on the User Test web
>>server, so the application crashed.
>>
>>What are the steps in deploying a web app from a dev
>>server to a run-time server? Besides the bin directory,
>>how do I know and how can I ensure that all the>.>>files are also deployed?
>>
>>Thanks,
>>
>>NP
>>.
>>
>Nus Pieds Guest
-
Nus Pieds #3
Re: How to deploy ASP.NET Apps
Thanks, Steve.
I just tried it and that does the trick! I've seen that
menu option before, but I never clicked it because I took
it to only literally mean just a copy (i.e., duplicate).
But even in the online help, I looked up Deploying
Projects in the index and did not find a reference to Copy
Project.
Anyway, thanks for the info!
NPProject..." menu item.>-----Original Message-----
>Open your project in VS.NET
>Under the Project drowndown menu there is a "Copyinstructions and help>Select it, and a nice friendly dialog box pops up withon>links and the works.
>
>--
>I hope this helps,
>Steve C. Orr, MCSD
>[url]http://Steve.Orr.net[/url]
>
>
>"Nus Pieds" <nuspieds@yahoo.com> wrote in message
>news:0ba301c34b13$7047c780$a001280a@phx.gbl...>> Hi,
>>
>> I create and develop my ASP.NET apps locally on my PC,
>> which is running IIS. Now I want to deploy those appshas>> another web server (application run-time only), so what
>> exactly are the steps?
>>
>> The target web server is a User Test web server whichfiles>> the .NET Framework only, no VS .NET of course. My first
>> attempt was to copy the bin directory and the .ASPXmy>> and that initially worked until I invoked a feature independent>> app, which creates an Access database. That feature
>> rquires ADODB.DLL, and it was not on the User Test web
>> server, so the application crashed.
>>
>> What are the steps in deploying a web app from a dev
>> server to a run-time server? Besides the bin directory,
>> how do I know and how can I ensure that all the>>> files are also deployed?
>>
>> Thanks,
>>
>> NP
>
>.
>Nus Pieds Guest
-
Chris Jackson #4
Re: How to deploy ASP.NET Apps
Even better than copy project, in my opinion, is the fact that you can
create an MSI file to install a web site on a server. My admins love just
getting a single file which deploys a site completely and accurately every
time.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Nus Pieds" <nuspieds@yahoo.com> wrote in message
news:0ba301c34b13$7047c780$a001280a@phx.gbl...> Hi,
>
> I create and develop my ASP.NET apps locally on my PC,
> which is running IIS. Now I want to deploy those apps on
> another web server (application run-time only), so what
> exactly are the steps?
>
> The target web server is a User Test web server which has
> the .NET Framework only, no VS .NET of course. My first
> attempt was to copy the bin directory and the .ASPX files
> and that initially worked until I invoked a feature in my
> app, which creates an Access database. That feature
> rquires ADODB.DLL, and it was not on the User Test web
> server, so the application crashed.
>
> What are the steps in deploying a web app from a dev
> server to a run-time server? Besides the bin directory,
> how do I know and how can I ensure that all the dependent
> files are also deployed?
>
> Thanks,
>
> NP
Chris Jackson Guest



Reply With Quote

