473,772 Members | 2,391 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

error in opening the webpage

HI I got this error after creating a virtual directory in my pc and
tried to open the webpage...

Server Error in '/webpda' Application.
------------------------------------------------------------------------
--------

Access denied to 'C:\WebApp\'. Failed to start monitoring file changes.
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.Web.Http Exception: Access denied to
'C:\WebApp\'. Failed to start monitoring file changes.

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:
[HttpException (0x80070005): Access denied to 'C:\WebApp\'. Failed to
start monitoring file changes.]
System.Web.DirM onCompletion..c tor(DirectoryMo nitor dirMon, String
dir, Boolean watchSubtree, UInt32 notifyFilter) +139
System.Web.Dire ctoryMonitor.St artMonitoring() +42
System.Web.Dire ctoryMonitor.St artMonitoringFi le(String file,
FileChangeEvent Handler callback, String alias) +154

System.Web.File ChangesMonitor. StartMonitoring DirectoryRename sAndBinDirec
tory(String dir, FileChangeEvent Handler callback) +278
System.Web.Http Runtime.FirstRe questInit(HttpC ontext context) +331

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.Http Runtime.FirstRe questInit(HttpC ontext context) +982
System.Web.Http Runtime.Process RequestInternal (HttpWorkerRequ est wr)
+128
Does someone know why?

Cheers!

Claudi

*** Sent via Developersdex http://www.developersdex.com ***
Nov 5 '07 #1
1 1319
http://support.microsoft.com/kb/317955

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"Claudia Fong" <cd********@yah oo.co.ukwrote in message
news:eW******** ******@TK2MSFTN GP03.phx.gbl...
HI I got this error after creating a virtual directory in my pc and
tried to open the webpage...

Server Error in '/webpda' Application.
------------------------------------------------------------------------
--------

Access denied to 'C:\WebApp\'. Failed to start monitoring file changes.
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.Web.Http Exception: Access denied to
'C:\WebApp\'. Failed to start monitoring file changes.

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:
[HttpException (0x80070005): Access denied to 'C:\WebApp\'. Failed to
start monitoring file changes.]
System.Web.DirM onCompletion..c tor(DirectoryMo nitor dirMon, String
dir, Boolean watchSubtree, UInt32 notifyFilter) +139
System.Web.Dire ctoryMonitor.St artMonitoring() +42
System.Web.Dire ctoryMonitor.St artMonitoringFi le(String file,
FileChangeEvent Handler callback, String alias) +154

System.Web.File ChangesMonitor. StartMonitoring DirectoryRename sAndBinDirec
tory(String dir, FileChangeEvent Handler callback) +278
System.Web.Http Runtime.FirstRe questInit(HttpC ontext context) +331

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.Http Runtime.FirstRe questInit(HttpC ontext context) +982
System.Web.Http Runtime.Process RequestInternal (HttpWorkerRequ est wr)
+128
Does someone know why?

Cheers!

Claudi

*** Sent via Developersdex http://www.developersdex.com ***

Nov 5 '07 #2

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

Similar topics

44
4743
by: Carlos Andr?s | last post by:
Hi everybody. I've got a problem. I'd like to avoid opening a new window when you have pressed the shift key and you click in the left button of the mouse. I've tried the next solution, in the body of the page I put the next code: <BODY onkeydown='notOpenNewWindow();'>
14
11096
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a window.open function? I would prefer not to create a separate HTML page. So far all I have is the basic var cwin = window.open('images/KJV-THANKS.gif', 'Thanks', 'width=243,height=420,'); cwin.focus();
6
7141
by: Newbie | last post by:
Hi! How do I open a new window (webpage) without closing the current webpage in C# ASP.NET? The new window (webpage) will be smaller and centered on the screen and it will contain a DataGrid. Thanks, newbie
2
2100
by: Matt Hamilton | last post by:
I have an application page with a datagrid with a checkbox on each row. The user should check the rows they want to modify and then click a button. When the button is clicked, I have a Click handler that builds a url and then registers a startup script to open a modal dialog window. With XP SP2 installed the pop-up blocker stops the windows from displaying. Is there any way around this? My users are too stupid to turn off the popup blocker...
2
2008
by: mick79 | last post by:
hello, here's my problem, I'm using navigationbuttons in html code with the tag <button> in order to use them as a link to a new website I should use Java. I've succeeded in making the link work but here's the problem it opens in a new webpage but i want the original webpage to be replaced by the selected link. here's a bit of my html code: <tr> <td><a href="index.html "onMouseDown="var...
3
1560
by: kim2016 | last post by:
Hi, hope someone can help me with the following: I want to open a new window where another webpage with 3 frames is loaded. My problem is: another page should be loaded in the 3rd frame instead of the fixed page. For instance: the webpage that will be loaded on opening will have welkom.html as the 'mainframe'. I want it to be another page. Thanks.
2
1336
by: veer | last post by:
hello expert i made a website which opens in ie6 and works fine but when i open it in ie7 it creates probleum the probleum is that i have a footer in my webpage , it automatically moves in the middle of webpage but when i open the same webpage in ie6 it opens fine please provide help
3
26287
by: Ntuthuko | last post by:
Hi I would like some help with regards to setting up IIS on my machine, it seems I'm doing something wrong. I installed IIS on a new Windows XP machine with intentions of copying all my ASP projects from the old machine. after installing IIS and opening http://localhost i get this error: "(HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying." I also get the...
6
1404
denny1824
by: denny1824 | last post by:
On the webpage I use a view to fill a dataset. strCommand = "Select * from view" objConnection = New SqlClient.SqlConnection(strconnect) objCommand = New SqlClient.SqlDataAdapter(strCommand, objConnection) objCommand.Fill(dsDataSet, "view") This worked fine until the DBA messed up the view. Then my page got an error when it tried to do the fill. I need a way for my webpage to detect if the view is good or bad before getting an error...
0
9619
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
9454
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
10261
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
8934
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...
0
6713
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
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
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
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.