|
-
Nov 5th, 2004, 09:17 AM
#1
Thread Starter
Fanatic Member
file server hosted files
Hi All
At our datacentre we use file servers and the IIS installations are pointing to the file server like \\machine\share
i can access the file directory fine however when i go to run the application i get this error
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Required permissions cannot be acquired.
Source Error:
Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>
anyone lnow whats going on ? kor how to fix it
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message
-
Nov 5th, 2004, 09:24 AM
#2
Retired VBF Adm1nistrator
ASP.NET Applications are executed by the Network Service account. Ensure that the Network Service on the IIS server itself has permissions
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 5th, 2004, 04:42 PM
#3
Thread Starter
Fanatic Member
So the network service should be on the file server ?
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message
-
Nov 9th, 2004, 05:34 AM
#4
Retired VBF Adm1nistrator
On the file server ensure that the network service of the IIS system has rights
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 9th, 2004, 08:51 AM
#5
Thread Starter
Fanatic Member
Done that however i think the main problem is the fact the application pool is pointing to folders on the local directory and this particular site is outside that application pool
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message
-
Nov 9th, 2004, 09:08 AM
#6
Retired VBF Adm1nistrator
Okay so the source folder for the actual application itself is on \\someserver, but is being executed / 'hosted' by IIS on \\someotherserver ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 9th, 2004, 01:27 PM
#7
Thread Starter
Fanatic Member
yes the source files are at \\server\share
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message
-
Nov 9th, 2004, 04:03 PM
#8
Retired VBF Adm1nistrator
Urgh. How about this.
Use DFS, and have the file physically stored on the IIS server (thus getting around any weird issues), but then it'll still appear as though they're in the same location when shared over the AD.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|