![]() |
|
|
|||||||
![]() |
ASP Net - Unable to open ASP.NET Project using VS .NET 2003 |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Dear All, I am having windows 2003 server as Operation System and iam using Visual Studio .NET 2003, my problem is if i open the ASP.NET project the application showing the below given error. "The Web was created successfully, but an error occured when trying to configure the application root for this web. Web projects may not operate correctly without an application root. The returned error was: A possible cause of this error is insignificant access rights to perform the operation. You can manually configure the application root using the Internet Services Manager." "Unable to set permissions in the 'bin' folder to restrict browse access. A possible cause of this error is insignificant access rights to perform the operation. You can manually configure the application root using the Internet Services Manager." Help me in this regard. Thanks & Regards Vasudevan. -- Message posted via http://www.dotnetmonster.com Srinivasan Vasudevan via DotNetMonster.com |
|
|
|
|
#2 |
|
Posts: n/a
|
You do not have the proper permissions to create a website on the Windows
2003 server. Two options: 1. Have the network admin give you rights 2. Have someone else set up the web projects on the server and give you rights to copy the ASP.NET project to that URL --- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA *************************** Think Outside the Box! *************************** "Srinivasan Vasudevan via DotNetMonster.c" wrote: > > Dear All, > > I am having windows 2003 server as Operation System and iam using Visual > Studio .NET 2003, my problem is if i open the ASP.NET project the > application showing the below given error. > > > "The Web was created successfully, but an error occured when trying to > configure the application root for this web. Web projects may not operate > correctly without an application root. The returned error was: > A possible cause of this error is insignificant access rights to perform the > operation. You can manually configure the application root using the > Internet Services Manager." > > "Unable to set permissions in the 'bin' folder to restrict browse access. A > possible cause of this error is insignificant access rights to perform the > operation. You can manually configure the application root using the > Internet Services Manager." > > > Help me in this regard. > > Thanks & Regards > Vasudevan. > > -- > Message posted via http://www.dotnetmonster.com > |
|