Ask a Question related to ASP.NET Security, Design and Development.
-
Arif Çimen #1
Web Config Error What may be the problem?
Hi everybody,
I made my first ASP.Net application and deployed it.
There came an error on the server:
What may be wrong in web.config file , or do I have to put it on to the root
of my site.
Thanks for any help.
Arif Çimen.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.
Source Error:
Line 35: by Microsoft that offers a single logon and core profile
services for member sites.
Line 36: -->
Line 37: <authentication mode="Forms" />
Line 38: <!-- AUTHORIZATION Windows
Line 39: This section sets the authorization policies of the
application. You can allow or deny access
Source File: C:\Webroot\tr\com\prowise\Proje Talep
Formu\WebApplication1\web.config Line: 37
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
Arif Çimen Guest
-
mssql config error
I've just installed mssql and can't get CF to recognize the database. This is the error that is thrown: "Connection verification failed for data... -
web config ERror
my web conhig code is like this and <customErrors mode="Off"/> was set off <compilation defaultLanguage="vb" debug="true"/> <!-- CUSTOM ERROR... -
Error loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config
I had many ASP.NET web applications that I created before I had to rebuild my machine. After a fresh install of XP Pro, VS.NET 2003, etc, I now... -
Mandrake 9.1 problem install: dma error bad crc, and pcimod missing on X config
Apologies for neccessary vagueness below, but I dont have all the information to hand. My system: An i686 with 128MB RAM and a Fujitsu HDD... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I... -
Brock Allen #2
Re: Web Config Error What may be the problem?
Yes, web.config with settings like <authentication> needs to be deployed
to the root directory of your application. This also means that you've configured
this directory in IIS as an independant application (aka virtual directory).
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> Hi everybody,
>
> I made my first ASP.Net application and deployed it.
>
> There came an error on the server:
>
> What may be wrong in web.config file , or do I have to put it on to
> the root of my site.
>
> Thanks for any help.
>
> Arif Çimen.
> Server Error in '/' Application.
> ----------------------------------------------------------------------
> ----------
> Configuration Error
> Description: An error occurred during the processing of a
> configuration file
> required to service this request. Please review the specific error
> details
> below and modify your configuration file appropriately.
> Parser Error Message: It is an error to use a section registered as
> allowDefinition='MachineToApplication' beyond application level. This
> error can be caused by a virtual directory not being configured as an
> application in IIS.
>
> Source Error:
>
> Line 35: by Microsoft that offers a single logon and core
> profile
> services for member sites.
> Line 36: -->
> Line 37: <authentication mode="Forms" />
> Line 38: <!-- AUTHORIZATION Windows
> Line 39: This section sets the authorization policies of the
> application. You can allow or deny access
> Source File: C:\Webroot\tr\com\prowise\Proje Talep
> Formu\WebApplication1\web.config Line: 37
>
> ----------------------------------------------------------------------
> ----------
>
> Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
> ASP.NET Version:1.1.4322.2032
>
Brock Allen Guest



Reply With Quote

