Install framework on web and file server?

L

lawrence

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
 
K

Kevin Spencer

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
http://www.takempis.com
Big things are made up
of lots of little things
 
S

Steve C. Orr, MCSD

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,082
Messages
2,570,589
Members
47,212
Latest member
JaydenBail

Latest Threads

Top