Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

unable to create new and run my existing asp.net applications

  Asked By: Samir Kinney         Date: Nov 25, 2009      Category: Sharepoint      Views: 406
 

I am having ASP.NET and Share point server 2003 and sql server 2000 running on
the same virtual server.
I am unable to create new and run my existing asp.net applications.
It gives the following error
The Web server reported the following error when attempting to create or open
the Web project located at the following URL:
'http://localhost/DOTNETPROJECTS/TEST2'. 'HTTP/1.1 500 Internal Server Error'.
when I try to run the application without debugging I get the following error
The XML file c:\inetpub\wwwroot\web.config could not be loaded. Access to the
path "c:\inetpub\wwwroot\web.config" is denied.

Tagged:                      

 

5 Answers Found

 
Answer #1       Answered By: Courtney Scott          Answered On: Nov 25, 2009       

TO run  your ASP.Net applications  you will need to either move them to another
virtual server, setup a path exclusion in the SharePoint admin interface, or
move the application to the _layouts folder in SharePoint.

 
Answer #2       Answered By: Jagdeep Hor          Answered On: Nov 25, 2009       

To run  your ASP.Net applications  you will need to either move them to another
virtual server, setup a path exclusion in the SharePoint admin interface, or
move the application to the _layouts folder in SharePoint.

 
Answer #3       Answered By: Aja Howe          Answered On: Nov 25, 2009       

move the application to the _layouts folder in SharePoint

We've also tended to do that latter ...to make things like authentication as
simple as possible.

 
Answer #4       Answered By: Cecil Mckenzie          Answered On: Nov 25, 2009       

sounds like ASPNETWP does not have sufficient rights.

Go to
http://www.learnasp.com/ref
and pick "install" from the dropdown. There are links to many
documents to help you get this right. The download itself at ASP.net
it links to has some permission articles as well.

 
Answer #5       Answered By: Jaclyn Gordon          Answered On: Nov 25, 2009       

Search for 'Managed Path' on internet and you will
find your solution.

Means Add your project's vitual path to virtual
server's managed path and it will work as you expected
to.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].