Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.Net on server with Sharepoint 2003

Reply
Thread Tools

ASP.Net on server with Sharepoint 2003

 
 
Robin
Guest
Posts: n/a
 
      12-21-2004
I am trying to get a virtual directory ASP.Net application to work on a
Windows 2003 server that has Sharepoint 2003. I have followed the Microsoft
knowledgebase but the error message below still occurs.

http://support.microsoft.com/default...b;en-us;828810

What other changes are required to get the virtual directory use its own
web.config file?

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: The XML file C:\Sharepoint\web.config could not be
loaded. Access to the path "C:\Sharepoint\web.config" is denied.

Source Error:

[No relevant source lines]

Source File: C:\Sharepoint\web.config Line: 0

----------------------------------------------------------------------------
----

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032


 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q293Ym95IChHcmVnb3J5IEEuIEJlYW1lcikgLSBNVlA=?=
Guest
Posts: n/a
 
      12-21-2004
Have you rebooted the server or at least stopped and started the web service
on the machine. Certain metabase properties require a restart before they
take place. If not, that is where I would look first.

If that is not the case, post over in the SharePoint group, as well, as this
is something they might be more apt to be able to answer.


---

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

***************************
Think Outside the Box!
***************************

"Robin" wrote:

> I am trying to get a virtual directory ASP.Net application to work on a
> Windows 2003 server that has Sharepoint 2003. I have followed the Microsoft
> knowledgebase but the error message below still occurs.
>
> http://support.microsoft.com/default...b;en-us;828810
>
> What other changes are required to get the virtual directory use its own
> web.config file?
>
> 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: The XML file C:\Sharepoint\web.config could not be
> loaded. Access to the path "C:\Sharepoint\web.config" is denied.
>
> Source Error:
>
> [No relevant source lines]
>
> Source File: C:\Sharepoint\web.config Line: 0
>
> ----------------------------------------------------------------------------
> ----
>
> Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
> Version:1.1.4322.2032
>
>
>

 
Reply With Quote
 
 
 
 
Robin
Guest
Posts: n/a
 
      12-21-2004
I restarted IIS, still the same problem and I have since rebooted the server
but the same error occurrs.

"Cowboy (Gregory A. Beamer) - MVP" <> wrote
in message news:81F1AC3C-80BE-4063-88D5-...
> Have you rebooted the server or at least stopped and started the web

service
> on the machine. Certain metabase properties require a restart before they
> take place. If not, that is where I would look first.
>
> If that is not the case, post over in the SharePoint group, as well, as

this
> is something they might be more apt to be able to answer.
>
>
> ---
>
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ***************************
> Think Outside the Box!
> ***************************
>
> "Robin" wrote:
>
> > I am trying to get a virtual directory ASP.Net application to work on a
> > Windows 2003 server that has Sharepoint 2003. I have followed the

Microsoft
> > knowledgebase but the error message below still occurs.
> >
> > http://support.microsoft.com/default...b;en-us;828810
> >
> > What other changes are required to get the virtual directory use its own
> > web.config file?
> >
> > 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: The XML file C:\Sharepoint\web.config could not be
> > loaded. Access to the path "C:\Sharepoint\web.config" is denied.
> >
> > Source Error:
> >
> > [No relevant source lines]
> >
> > Source File: C:\Sharepoint\web.config Line: 0
> >

>
> --------------------------------------------------------------------------

--
> > ----
> >
> > Version Information: Microsoft .NET Framework Version:1.1.4322.2032;

ASP.NET
> > Version:1.1.4322.2032
> >
> >
> >



 
Reply With Quote
 
Moustafa
Guest
Posts: n/a
 
      01-15-2005
Dear Fellows,

I faced the same problem today and The solution was very simple:
After checking the Application Pool Corresponding to the ASP.NET
application, I realized that it was referencing the Default Application
Pool, I changed the application pool to that of SharePoint and
magnificantly the web application went working again.

Robin wrote:
> I restarted IIS, still the same problem and I have since rebooted the

server
> but the same error occurrs.
>
> "Cowboy (Gregory A. Beamer) - MVP"

<> wrote
> in message news:81F1AC3C-80BE-4063-88D5-...
> > Have you rebooted the server or at least stopped and started the

web
> service
> > on the machine. Certain metabase properties require a restart

before they
> > take place. If not, that is where I would look first.
> >
> > If that is not the case, post over in the SharePoint group, as

well, as
> this
> > is something they might be more apt to be able to answer.
> >
> >
> > ---
> >
> > Gregory A. Beamer
> > MVP; MCP: +I, SE, SD, DBA
> >
> > ***************************
> > Think Outside the Box!
> > ***************************
> >
> > "Robin" wrote:
> >
> > > I am trying to get a virtual directory ASP.Net application to

work on a
> > > Windows 2003 server that has Sharepoint 2003. I have followed the

> Microsoft
> > > knowledgebase but the error message below still occurs.
> > >
> > > http://support.microsoft.com/default...b;en-us;828810
> > >
> > > What other changes are required to get the virtual directory use

its own
> > > web.config file?
> > >
> > > 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: The XML file C:\Sharepoint\web.config could

not be
> > > loaded. Access to the path "C:\Sharepoint\web.config" is denied.
> > >
> > > Source Error:
> > >
> > > [No relevant source lines]
> > >
> > > Source File: C:\Sharepoint\web.config Line: 0
> > >

> >
> >

--------------------------------------------------------------------------
> --
> > > ----
> > >
> > > Version Information: Microsoft .NET Framework

Version:1.1.4322.2032;
> ASP.NET
> > > Version:1.1.4322.2032
> > >
> > >
> > >


 
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
MCTS Sharepoint Server or Windows Sharepoint Services RajivI MCTS 2 10-06-2007 12:13 PM
certification in Biztalk Server 2006 / Sharepoint server? =?Utf-8?B?Tml0eWE=?= Microsoft Certification 0 08-02-2007 08:56 AM
about Sharepoint Portal Server 2003 Raj Perl Misc 0 05-23-2006 07:03 AM
sharepoint wss, cms 2002 and vs 2003 on windows 2003 laks ASP .Net 0 12-18-2004 01:24 AM
debugging asp.net apps on a 2003 server running sharepoint Lee Connell ASP .Net 1 04-28-2004 04:22 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