Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

ASP.NET problem server error, runtime error

[es] :: .NET :: ASP.NET :: ASP.NET problem server error, runtime error

[ Pregleda: 2058 | Odgovora: 5 ]

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

NeznamTkoSam

Član broj: 39660
Poruke: 280
*.cmu.carnet.hr.



Profil

icon ASP.NET problem server error, runtime error20.01.2005. u 20:34

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>



Radi u IIS, a ne radi na drugim serverima (Brinkster, Somee).
HELP!
20.01.2005. u 20:34 

havramm
Miroslav Havram
Software Developer / Engineer
Beograd

Član broj: 4603
Poruke: 255
212.62.55.*



Profil

icon Re: ASP.NET problem server error, runtime error20.01.2005. u 20:41
Pa promeni
Code:
<customErrors mode="Off" />

privremeno u

Code:
<customErrors mode="On" />
ili
Code:
<customErrors mode="RemoteOnly" />

i vidi sta i gde ne valja...

If it's a girl then they're gonna call it Sigourney, after an actress. If it's a boy, then they're gonna call it Rodney, after Dave!
20.01.2005. u 20:41 

nervozica
Novi Beograd

Član broj: 18671
Poruke: 77
195.252.81.*



Profil

icon Re: ASP.NET problem server error, runtime error21.01.2005. u 07:53
Da li je registrovan na IIS?
Djankam se, kuzish.
21.01.2005. u 07:53 

NeznamTkoSam

Član broj: 39660
Poruke: 280
*.cmu.carnet.hr.



Profil

icon Re: ASP.NET problem server error, runtime error29.01.2005. u 21:01
Ma napravim ovo sto pise u error reportu i dalje - nista.
29.01.2005. u 21:01 

NeznamTkoSam

Član broj: 39660
Poruke: 280
*.cmu.carnet.hr.



Profil

icon Re: ASP.NET problem server error, runtime error29.01.2005. u 21:12
Jos nesto: to je samo kada definiram code behind i inherits.
Ako kod napisem između <% i %>, onda je sve u redu.
29.01.2005. u 21:12 

NeznamTkoSam

Član broj: 39660
Poruke: 280
*.cmu.carnet.hr.



Profil

icon Re: ASP.NET problem server error, runtime error31.01.2005. u 20:22
hehe, sad je svejedno pisem li <% i %> ili ne.
stjepan.somee.com/default.aspx
HELP
31.01.2005. u 20:22 

[es] :: .NET :: ASP.NET :: ASP.NET problem server error, runtime error

[ Pregleda: 2058 | Odgovora: 5 ]

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.