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: 4957 | Odgovora: 5 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

NeznamTkoSam

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



Profil

icon ASP.NET problem server error, runtime error20.01.2005. u 20:34 - pre 234 meseci
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!
 
Odgovor na temu

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 - pre 234 meseci
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!
 
Odgovor na temu

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 - pre 234 meseci
Da li je registrovan na IIS?
Djankam se, kuzish.
 
Odgovor na temu

NeznamTkoSam

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



Profil

icon Re: ASP.NET problem server error, runtime error29.01.2005. u 21:01 - pre 233 meseci
Ma napravim ovo sto pise u error reportu i dalje - nista.
 
Odgovor na temu

NeznamTkoSam

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



Profil

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

NeznamTkoSam

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



Profil

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

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

[ Pregleda: 4957 | Odgovora: 5 ] > FB > Twit

Postavi temu Odgovori

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