|
|
Hi All:
Recently i uploaded an asp file into my server. It is not working. giving error like
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
In my event log
The server failed to load application '/LM/W3SVC/1/Root/site'. The error was 'The server process could not be started because the configured identity is incorrect. Check the username and password.
'.
For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
Please somebody check and help me fast. :-(
Itz very very urgent for me.
eshwar_gp
|
|
|
|
Hi All:
I solved it myself.
Solution:
--------
for iis - virtual dirctory folder properties, make application protection as medium to low.
thanks,
eshwar_gp
|
|
|
|
I have a very similar problem, and i can't solve it... :(
when i try to run ASP files i get an error:
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
in the event log:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 16/02/2006
Time: 00:08:57
User: N/A
Description:
The server failed to load application ''. The error was 'The specified metadata was not found.
'.
For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
what does it meen all of it??
Please HELP me! I have no idea what to do with it!
thank you
Sveta
|
|
|
|
Hello, i had the same problem, but fortunaly i solve it.
This solution it's not perfect, but i hope that can help some one:
What i did was, discover in the windows path, the server file of the .Net package, and apply some parameters to it, like the listening port and the Doc root of my files (asp,asmx,..).
Example:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\WebDv.WebServer.EXE /port:8080 /path:D:\Files\Fctuc\4šANO\2\TI\TI\meta 3\WebSite1
This server will replace and work like your iis, but running all files without any problem :)
REgards
RVsoft.org
PS.:the best practise is to make one 'bat' file with this command
|
|
|
|
......sorry, one little error on the example
===================================================================================
Example:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE /port:8080 /path:D:\DocRoot
===================================================================================
Rvsoft.org
|
|
|
|
......sorry, one little error on the example
===================================================================================
Example:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE /port:8080 /path:D:\DocRoot
===================================================================================
Rvsoft.org
|
|
|
|
I found the location of the file. What is the meaning of
"
apply some parameters to it, like the listening port and the Doc root of my files (asp,asmx,..).
"
and how to apply those parameters?
Example:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE /port:8080 /path:D:\DocRoot
|
|
|
|
"how to apply those parameters?"
You have to execute this new command that you have made, into the command prompt (Start menu->Run->cmd)
your Command:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE /port:8080 /path:D:\DocRoot
PS: the path "D:\DocRoot" must have the files asmx,asp,.. that you wish to execute.
|
|
|
|
waaaaaaaahhhhhh~~~~
thank you friend..
i had that same problem b4 this. My browser keep giving me the 'server application error'..
but this morning you just solved my problem~
thanx so much~~~ =)
|
|
|