473,804 Members | 3,031 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cannot acces my web page onwindows 2003 server.


Hello,
I'm doing localhost developpement on a win2k3 server .
When i lunch the default page i get the following.
How do i resolve it?

many thanks in advance
Server Error in '/MultiTest' Application.
----------------------------------------------------------------------------
----

Access to the path "C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary
ASP.NET Files\multitest \fb949d37\203fe 4c7" is denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Unauthor izedAccessExcep tion: Access to the path
"C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET
Files\multitest \fb949d37\203fe 4c7" is denied.

ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNE T on IIS 5 or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="tr ue"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAM E) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer,
choose "Properties " and select the Security tab. Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account, and check the
boxes for the desired access.

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[UnauthorizedAcc essException: Access to the path
"C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET
Files\multitest \fb949d37\203fe 4c7" is denied.]
System.IO.__Err or.WinIOError(I nt32 errorCode, String str) +393
System.IO.Direc tory.InternalCr eateDirectory(S tring fullPath, String path)
+632
System.IO.Direc tory.CreateDire ctory(String path) +195
System.Web.Comp ilation.Preserv edAssemblyEntry .DoFirstTimeIni t(HttpContext
context)

System.Web.Comp ilation.Preserv edAssemblyEntry .EnsureFirstTim eInit(HttpConte x
t context)

System.Web.Comp ilation.Preserv edAssemblyEntry .GetPreservedAs semblyEntry(Htt p
Context context, String virtualPath, Boolean fApplicationFil e)
System.Web.UI.T emplateParser.G etParserCacheIt emFromPreserved Compilation()
System.Web.UI.T emplateParser.G etParserCacheIt emInternal(Bool ean
fCreateIfNotFou nd) +148
System.Web.UI.T emplateParser.G etParserCacheIt emWithNewConfig Path()
System.Web.UI.T emplateParser.G etParserCacheIt em() +88
System.Web.UI.A pplicationFileP arser.GetCompil edApplicationTy pe(String
inputFile, HttpContext context, ApplicationFile Parser& parser)
System.Web.Http ApplicationFact ory.CompileAppl ication(HttpCon text context)
+43
System.Web.Http ApplicationFact ory.Init(HttpCo ntext context) +485
System.Web.Http ApplicationFact ory.GetApplicat ionInstance(Htt pContext
context) +170
System.Web.Http Runtime.Process RequestInternal (HttpWorkerRequ est wr) +414

----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573
Nov 18 '05 #1
3 1349
Windows 2003 is more strict with permissions. You will explicity have to
grant permissions to the ASPNET account on your application's root folder.

--
Regards,

Deepak
[I Code, therefore I am]
"Jensen Bredal" <fi********@yah oo.dk> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..

Hello,
I'm doing localhost developpement on a win2k3 server .
When i lunch the default page i get the following.
How do i resolve it?

many thanks in advance
Server Error in '/MultiTest' Application.
----------------------------------------------------------------------------
----

Access to the path "C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary
ASP.NET Files\multitest \fb949d37\203fe 4c7" is denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Unauthor izedAccessExcep tion: Access to the path
"C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET
Files\multitest \fb949d37\203fe 4c7" is denied.

ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNE T on IIS 5
or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="tr ue"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAM E) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer,
choose "Properties " and select the Security tab. Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account, and check the
boxes for the desired access.

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[UnauthorizedAcc essException: Access to the path
"C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET
Files\multitest \fb949d37\203fe 4c7" is denied.]
System.IO.__Err or.WinIOError(I nt32 errorCode, String str) +393
System.IO.Direc tory.InternalCr eateDirectory(S tring fullPath, String
path)
+632
System.IO.Direc tory.CreateDire ctory(String path) +195

System.Web.Comp ilation.Preserv edAssemblyEntry .DoFirstTimeIni t(HttpContext
context)

System.Web.Comp ilation.Preserv edAssemblyEntry .EnsureFirstTim eInit(HttpConte x
t context)

System.Web.Comp ilation.Preserv edAssemblyEntry .GetPreservedAs semblyEntry(Htt p
Context context, String virtualPath, Boolean fApplicationFil e)

System.Web.UI.T emplateParser.G etParserCacheIt emFromPreserved Compilation()
System.Web.UI.T emplateParser.G etParserCacheIt emInternal(Bool ean
fCreateIfNotFou nd) +148
System.Web.UI.T emplateParser.G etParserCacheIt emWithNewConfig Path()
System.Web.UI.T emplateParser.G etParserCacheIt em() +88
System.Web.UI.A pplicationFileP arser.GetCompil edApplicationTy pe(String
inputFile, HttpContext context, ApplicationFile Parser& parser)
System.Web.Http ApplicationFact ory.CompileAppl ication(HttpCon text
context)
+43
System.Web.Http ApplicationFact ory.Init(HttpCo ntext context) +485
System.Web.Http ApplicationFact ory.GetApplicat ionInstance(Htt pContext
context) +170
System.Web.Http Runtime.Process RequestInternal (HttpWorkerRequ est wr) +414

----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.432 2.573;
ASP.NET
Version:1.1.432 2.573

Nov 18 '05 #2
> ----
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573

I have done what is described on the error page with no
help.
Thanks
JB
Nov 18 '05 #3
> grant permissions to the ASPNET account on your application's root folder.

--
Regards,

Deepak

I have done exactly that, but it did not help.
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2133
by: Jay Chan | last post by:
We have just installed a SQL Server 2000 (SP 3A) onto a computer that has Windows-2003 Server on it. Now, we cannot get access to that database server from other computers. Seem like this may be an issue with Active Directory. Our network consists of Windows-2000 Servers (SP 4) and Windows-2000 workstations and Windows-XP workstations. We also have SQL Server 2000 (SP2) in three Windows-2000 servers. All work fine. Recently, we get a...
4
10131
by: Laurence Neville | last post by:
I have just set up an ASP-based site to a new Windows 2003 SP1 server with IIS 6.0. Before now the site has run under IIS 5.0 on Windows 2000. Every time an ASP page is opened, IE shows the error: "Cannot find server or DNS Error". All static page types open fine (HTM, GIF etc) The confusing thing is - I have allowed Active Server Pages under Web Service Extensions in the IIS manager. No other extensions are allowed, other than...
0
3536
by: Jéjé | last post by:
Hi, I've just installed the UDDI Service to test it and when I try to access the localhost/UDDI virtual folder I receive the Required permissions cannot be acquired error I've changed the security in machine.config without any effect (system, administrator and new ASPUSER account)
1
2202
by: Jon H | last post by:
Whenever I try to create an asp.net webapplication, I keep getting the error: Cannot find the components for communicating with the frontpage server extensions. I tried reinstalling Visual Studio .net 2002, Frontpage server extension, and component update, but I keep getting this same error. I haven't been able to find any support on this issue. Please help.
1
1957
by: aben | last post by:
Hello all, I am using the following microsoft article to try and learn more about SSL: http://support.microsoft.com/default.aspx?scid=kb;EN-US;315588 I have a virtual directory that I have required SSL for. When I don't require SSL, then I can browse to the page using the following url: http://localhost/ASecureSite/WebForm1.aspx However, when I do require SSL on the virtual directory, I receive the following error: Page Cannot Be...
6
3381
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free) I installed FrontPage server extensions to IIS on my computer while following instructions in a Microsoft ASP.Net MCSD training book. After installing the FrontPage Server Extensions I cannot create a new
0
2080
by: chris.feyrer | last post by:
I need to export data from SQL server 2000 (or SQL server 2005 with a db connection to the SQL 2000 server) to a DB4 file via DTS. When I use Windows 2000 server to attempt the export, I keep getting an error message saying that one of my columns does not exist from the Server 2000 DTS, and don't even see an option for 2005 DTS export to DB4 in the SQL Server Import and Export Wizard for SQL 2005. I've been exporting the information...
11
3003
by: craigtomo | last post by:
i have changed my login .php file to the following this file is opened directly and is not called from any other file <?php // dBase file $host=""; // Host name $username=""; // Mysql username $password=""; // Mysql password $db_name=""; // Database name
1
1730
by: rjlorenzo | last post by:
Good Day, I have a problem on my server 2003, when i tried to search the whole data or large data, i got page cannot be displayed but when i tried to installed/setup my asp program on winxp with IIS its work fine. is ther any settings or configuration i need to do on windows server 2003? NOTE: in windows server 2003, when i tried to search and displaye a small data to display it works but when it reach around 10,000 record its give me page...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9579
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10571
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10326
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9143
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7615
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5520
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4295
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2990
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.