Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.Net 2.0 deployment question

Reply
Thread Tools

ASP.Net 2.0 deployment question

 
 
Chris DiPierro
Guest
Posts: n/a
 
      09-18-2006
We have an ASP .Net 2.0 application. When I use our .msi installer to
install on a vanilla Win 2003 server, it installs more or less ok, with
one exception. Though it tells IIS to use .Net 2.0, it seems
aspnet_regiis has never been run on IIS. Therefore, when the app is
accessed, it fails until someone manually runs aspnet_regiis.

I can certainly update our installer to run aspnet_regiis, but I was
wondering if there was a more "correct" way to perform installation.
Just trying not to trample on any standard installation methods here.

Thanks for any advice.
 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      09-18-2006
You could potentially stomp a site, so this is potentially dangerous. If you
run with /ir, you can install the scripts without defaulting all sites. you
can then use an exported definition of a site to set up the website and run
the aspnet_regiis for that particular site, instead of all sites, which will
not stomp all sites. I am not sure how to set up separate app pool
programatically, but you will have to ensure there are at least two app
pools if they are still running 1.x.

If this is with your company and you do not have a 1.x problem, you can
simply run aspnet_regiis without a problem.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
"Chris DiPierro" <> wrote in message
news:...
> We have an ASP .Net 2.0 application. When I use our .msi installer to
> install on a vanilla Win 2003 server, it installs more or less ok, with
> one exception. Though it tells IIS to use .Net 2.0, it seems aspnet_regiis
> has never been run on IIS. Therefore, when the app is accessed, it fails
> until someone manually runs aspnet_regiis.
>
> I can certainly update our installer to run aspnet_regiis, but I was
> wondering if there was a more "correct" way to perform installation. Just
> trying not to trample on any standard installation methods here.
>
> Thanks for any advice.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enterprise Library deployment problem. Why needs to InstallUtil DLLs to the deployment server? If not, Registry Error whould shown. Benny Ng ASP .Net 0 10-03-2005 05:40 AM
deployment question Dicky Cheng ASP .Net 3 12-01-2004 01:49 AM
Deployment Question Srinu ASP .Net 0 04-01-2004 12:49 AM
Re: ASP.NET \ VB.NET Runtime Deployment Question Kevin Spencer ASP .Net 5 12-27-2003 02:37 PM
Deployment Question Brad Markisohn ASP .Net 1 08-07-2003 02:01 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57