
Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Hi;
If I run "aspnet_regiis -i" then it works. Do I need to do that? Or is that
global and it might screw up other websites on the server? This is for an
install program we have and we cannot have a bad effect on anything already
on the server.

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
> I copied my portal to WIndows 2003 and now I am getting:
>
[quoted text clipped - 34 lines]
> System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +90
> System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +270
Rad [Visual C# MVP] - 28 Dec 2006 09:57 GMT
> Hi;
>
> If I run "aspnet_regiis -i" then it works. Do I need to do that? Or is that
> global and it might screw up other websites on the server? This is for an
> install program we have and we cannot have a bad effect on anything already
> on the server.
You could try directly setting the permissions on the directory directly
before re-installing asp.net

Signature
Bits.Bytes
http://bytes.thinkersroom.com
Walter Wang [MSFT] - 28 Dec 2006 11:03 GMT
Hi Dave,
aspnet_regiis -i will upgrade previous version to this installed version.
To grant access rights to the account, try to use:
aspnet_regiis -ga "NETWORK SERVICE"
Hope this helps.
Sincerely,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
David Thielen - 30 Dec 2006 22:07 GMT
That did it - thanks

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
> Hi Dave,
>
[quoted text clipped - 31 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.