Ask a Question related to ASP.NET General, Design and Development.
-
lawrence #1
Install framework on web and file server?
I have a web server running IIS pointing to a file server. Should the
..NET framework be installed on both the web server and the file
server?
Right now I have it installed on only the web server. <script> aspx
pages work, but I cant deploy Web applications --get a "can't load
namespace.global" error in the global.asax. I xcopied all the files
and the bin/dll.
Thanks
--Dietrich
lawrence Guest
-
Framework 2.0 Beta 2 serializing a server control at run time
How can I persist a server control to aspx code at run time in Framework 2.0 Beta 2. This can be done at design time with the... -
Loading Framework To Server
Hello, I have convinced my company to give ASP.Net a try. I have never loaded anything to a server (Windows 2000) and am looking for some... -
How do I reapply .Net framework to server?
I uninstalled the inet server on my w2k server. Then installed it again, but now it does not handle aspx pages. I downloaded the dot.net framwork... -
Can't install Microsoft Framework
I have XP Professional. I want to install Visual Studio.net. But when trying to install Microsoft framework, it failed though I have installed IIS.... -
.NET Framework won't install
I had Visual Studio .NET installed on my system for a while and then decided I would install a second copy of Windows 2000 on my second drive and... -
Kevin Spencer #2
Re: Install framework on web and file server?
You only need it installed on the machine on which the code runs. If the
code is grabbing stuff from the file server, the file server doesn't need to
have the platform.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
[url]http://www.takempis.com[/url]
Big things are made up
of lots of little things
"lawrence" <dwlawren@staff.uiuc.edu> wrote in message
news:aca0cbec.0307091357.590d37f9@posting.google.c om...> I have a web server running IIS pointing to a file server. Should the
> .NET framework be installed on both the web server and the file
> server?
>
> Right now I have it installed on only the web server. <script> aspx
> pages work, but I cant deploy Web applications --get a "can't load
> namespace.global" error in the global.asax. I xcopied all the files
> and the bin/dll.
>
> Thanks
> --Dietrich
Kevin Spencer Guest
-
Steve C. Orr, MCSD #3
Re: Install framework on web and file server?
My first guess would be a security problem.
By default ASP.NET runs under the ASPNET user account.
This account does not have network privileges by default.
The global.asax is pretty much the first page loaded under normal
circumstances, and it can't be accessed.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"lawrence" <dwlawren@staff.uiuc.edu> wrote in message
news:aca0cbec.0307091357.590d37f9@posting.google.c om...> I have a web server running IIS pointing to a file server. Should the
> .NET framework be installed on both the web server and the file
> server?
>
> Right now I have it installed on only the web server. <script> aspx
> pages work, but I cant deploy Web applications --get a "can't load
> namespace.global" error in the global.asax. I xcopied all the files
> and the bin/dll.
>
> Thanks
> --Dietrich
Steve C. Orr, MCSD Guest



Reply With Quote

